This commit is contained in:
iFargle 2024-01-07 22:19:10 +09:00
parent b8cb96a82f
commit 8777904efe
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
scheme: "Everforest Dark Hard"
author: "Sainnhe Park (https://github.com/sainnhe)"
base00: "272e33" # bg0, Default background
base01: "2e383c" # bg1, Lighter background
base02: "414b50" # bg3, Selection background

View file

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