Storing local base16 themes for tweaks (starting with dracula)

This commit is contained in:
Emmet 2023-05-27 11:59:14 -05:00
parent 13251d0c13
commit 1e729b044a
2 changed files with 20 additions and 1 deletions

View file

@ -3,6 +3,7 @@
let
myFont = "Inconsolata";
myFontPkg = pkgs.inconsolata;
myThemePath = "../../../themes/"+myTheme+".yaml";
in
{
stylix.autoEnable = false;
@ -11,7 +12,7 @@ in
url = myBackgroundUrl;
sha256 = myBackgroundSha256;
};
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/"+myTheme+".yaml";
stylix.base16Scheme = ./. + myThemePath;
stylix.fonts = {
monospace = {