From 8777904efeb8557c13e04c2991b97565135bac1f Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 22:19:10 +0900 Subject: [PATCH] test --- lib/themes/everforest-dark-hard.yaml | 2 ++ nixos/common/desktops/hyprland/themes/green.nix | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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