Switch GTK theme to Sweet-Dark

Considering inherited icon themes, not sure yet
This commit is contained in:
Evie Litherland-Smith 2024-02-08 08:13:31 +00:00
parent 90d5f56c2b
commit 8120c08133

View file

@ -23,6 +23,10 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
candy-icons candy-icons
# gnome-icon-theme
# ubuntu-themes
# cinnamon.mint-x-icons
# elementary-xfce-icon-theme
(writeShellScriptBin "protonmail-setup-bridge" '' (writeShellScriptBin "protonmail-setup-bridge" ''
pkill -9 -f protonmail-bridge pkill -9 -f protonmail-bridge
${protonmail-bridge}/bin/protonmail-bridge -c ${protonmail-bridge}/bin/protonmail-bridge -c
@ -62,12 +66,8 @@
name = "Sweet-Rainbow"; name = "Sweet-Rainbow";
}; };
theme = { theme = {
package = pkgs.catppuccin-gtk.override { package = pkgs.sweet;
accents = ["lavender"]; name = "Sweet-Dark";
size = "standard";
variant = "mocha";
};
name = "Catppuccin-Mocha-Standard-Lavender-Dark";
}; };
}; };
xdg.configFile = { xdg.configFile = {