add modify theme

This commit is contained in:
Aditya 2024-04-14 17:01:17 +05:30
parent 64ab66c238
commit 20df8a4711
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -18,24 +18,25 @@
gnome-themes-extra gnome-themes-extra
]) ])
++ (with pkgs.gnomeExtensions; [ ++ (with pkgs.gnomeExtensions; [
user-themes arcmenu
blur-my-shell blur-my-shell
user-themes
]); ]);
gtk = { gtk = {
enable = true; enable = true;
iconTheme = { iconTheme = {
package = pkgs.tela-icon-theme; package = pkgs.tela-icon-theme;
name = "Tela-green"; name = "Tela-blue";
}; };
theme = { theme = {
package = pkgs.orchis-theme.overrideAttrs { package = pkgs.orchis-theme.overrideAttrs {
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
bash install.sh -d $out/share/themes -t all -c dark -l --tweaks macos --tweaks solid bash install.sh -d $out/share/themes -t all -c dark -l --tweaks macos
runHook postInstall runHook postInstall
''; '';
}; };
name = "Orchis-Green-Dark"; name = "Orchis-Dark";
}; };
}; };
}; };