about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2024-04-14 16:13:36 -0300
committerJosé Romildo <malaquias@gmail.com>2024-04-14 16:13:36 -0300
commit30d09cf3707d2b28f8570e091902e2399bdb90fb (patch)
treec277dda90729d32eae2e52f00e3b9087c9daec8d /pkgs/data/themes
parent70dcf56aae9af0aa6cbfcb4c55aacb8b562ebc4f (diff)
colloid-gtk-theme: new tweak: everforest
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/colloid-gtk-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/colloid-gtk-theme/default.nix b/pkgs/data/themes/colloid-gtk-theme/default.nix
index be35d1c544bbb..ef69114c855e0 100644
--- a/pkgs/data/themes/colloid-gtk-theme/default.nix
+++ b/pkgs/data/themes/colloid-gtk-theme/default.nix
@@ -18,7 +18,7 @@ in
 lib.checkListOfEnum "${pname}: theme variants" [ "default" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey" "all" ] themeVariants
 lib.checkListOfEnum "${pname}: color variants" [ "standard" "light" "dark" ] colorVariants
 lib.checkListOfEnum "${pname}: size variants" [ "standard" "compact" ] sizeVariants
-lib.checkListOfEnum "${pname}: tweaks" [ "nord" "dracula" "gruvbox" "all" "black" "rimless" "normal" "float" ] tweaks
+lib.checkListOfEnum "${pname}: tweaks" [ "nord" "dracula" "gruvbox" "everforest" "all" "black" "rimless" "normal" "float" ] tweaks
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;