This commit is contained in:
iFargle 2024-01-07 22:14:25 +09:00
parent a36e4e2e63
commit 720e36f661
3 changed files with 20 additions and 2 deletions

View file

@ -3,6 +3,7 @@
stylix = { stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark"; polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest-dark-hard.yaml"; # base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest-dark-hard.yaml";
base16Scheme = builtins.readFile ../../../../../lib/themes/everforest-dark-hard.yaml;
}; };
} }

View file

@ -0,0 +1,16 @@
base00: "272e33" # bg0, Default background
base01: "2e383c" # bg1, Lighter background
base02: "414b50" # bg3, Selection background
base03: "859289" # grey1, Comments
base04: "9da9a0" # grey2, Dark foreground
base05: "d3c6aa" # fg, Default foreground
base06: "e4e1cd" # bg3, Light foreground
base07: "fdf6e3" # bg0, Light background
base08: "7fbbb3" # blue
base09: "d699b6" # purple
base0A: "dbbc7f" # yellow
base0B: "83c092" # aqua
base0C: "e69875" # orange
base0D: "a7c080" # green
base0E: "e67e80" # red
base0F: "4C3743" # bg_visual

View file

@ -3,6 +3,7 @@
stylix = { stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark"; polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest-dark-hard.yaml"; # base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest-dark-hard.yaml";
base16Scheme = builtins.readFile ../../../../lib/themes/everforest-dark-hard.yaml;
}; };
} }