about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2024-06-18 07:29:44 -0300
committerGitHub <noreply@github.com>2024-06-18 07:29:44 -0300
commit0e1f75ae6910beb3d3f42ee64e8c5157a35980ff (patch)
treeba3ac0a8b73233a0b67047d01bd733ce7eeae484 /pkgs/data/themes
parent5c65f9166181c321f2c940e0b39ef628d178e655 (diff)
parent38f7bb34e7fddbb9c940e372f0697ee4f7806bdf (diff)
Merge pull request #320681 from Aleksanaa/colloid-gtk-theme
colloid-gtk-theme: 2024-05-13 -> 2024-06-18
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/colloid-gtk-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/colloid-gtk-theme/default.nix b/pkgs/data/themes/colloid-gtk-theme/default.nix
index 10725058e1c2a..978500ef6a213 100644
--- a/pkgs/data/themes/colloid-gtk-theme/default.nix
+++ b/pkgs/data/themes/colloid-gtk-theme/default.nix
@@ -18,17 +18,17 @@ 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" "everforest" "all" "black" "rimless" "normal" "float" ] tweaks
+lib.checkListOfEnum "${pname}: tweaks" [ "nord" "dracula" "gruvbox" "everforest" "catppuccin" "all" "black" "rimless" "normal" "float" ] tweaks
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;
-  version = "2024-05-13";
+  version = "2024-06-18";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-24U1iMByy+cFQuLUWYPBSuvJwYzwS0rCr7L6OWyMUz0=";
+    hash = "sha256-2saj/QfiYCxthGHauaSvRv9VVptlKbXoRTMYs3FWZsc=";
   };
 
   nativeBuildInputs = [