This commit is contained in:
Chris Kruining 2024-07-23 23:31:36 +02:00
parent 77e187421e
commit d3f9972a46
12 changed files with 45 additions and 51 deletions

View file

@ -14,7 +14,7 @@
validSizes = ["standard" "compact"];
single = x: lib.optional (x != null) x;
pname = "Everforrest";
pname = "Everforest";
in
lib.checkListOfEnum "${pname} Valid theme accent(s)" validAccents accent
lib.checkListOfEnum "${pname} Valid shades" validShades (single shade)
@ -26,9 +26,9 @@ in
src = fetchFromGitHub {
owner = "Fausto-Korpsvart";
repo = "Everforrest-GTK-Theme";
repo = "Everforest-GTK-Theme";
rev = "bb3fc27a2468f0965a738d9d3b30c52a799572d2";
# hash = "sha256-oKqLb66N4swHfhjUZJIGryE0D9MkuLdKFQa6j3TFmOg=";
hash = "sha256-sTHyH1pCq/d2JMmEppdQAc+P8a3y1lM+WQcW7nXEoPE=";
};
nativeBuildInputs = [jdupes sassc];
@ -61,8 +61,8 @@ in
'';
meta = with lib; {
description = "A GTK theme based on the Everforrest colour palette";
homepage = "https://github.com/Fausto-Korpsvart/Everforrest-GTK-Theme";
description = "A GTK theme based on the Everforest colour palette";
homepage = "https://github.com/Fausto-Korpsvart/Everforest-GTK-Theme";
license = licenses.gpl3Only;
platforms = platforms.all;
};