diff --git a/lib/themes/everforest-dark-hard.yaml b/lib/themes/everforest-dark-hard.yaml index 73bb61b0..e83f5251 100644 --- a/lib/themes/everforest-dark-hard.yaml +++ b/lib/themes/everforest-dark-hard.yaml @@ -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 diff --git a/nixos/common/desktops/hyprland/themes/green.nix b/nixos/common/desktops/hyprland/themes/green.nix index cd13bf2a..0551075c 100644 --- a/nixos/common/desktops/hyprland/themes/green.nix +++ b/nixos/common/desktops/hyprland/themes/green.nix @@ -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; }; } \ No newline at end of file