test
This commit is contained in:
parent
b8cb96a82f
commit
8777904efe
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
scheme: "Everforest Dark Hard"
|
||||||
|
author: "Sainnhe Park (https://github.com/sainnhe)"
|
||||||
base00: "272e33" # bg0, Default background
|
base00: "272e33" # bg0, Default background
|
||||||
base01: "2e383c" # bg1, Lighter background
|
base01: "2e383c" # bg1, Lighter background
|
||||||
base02: "414b50" # bg3, Selection background
|
base02: "414b50" # bg3, Selection background
|
||||||
|
|
|
@ -3,7 +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.yaml";
|
# base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||||
# base16Scheme = ../../../../../lib/themes/everforest-dark-hard.yaml;
|
base16Scheme = ../../../../../lib/themes/everforest-dark-hard.yaml;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue