Switch GTK theme to Sweet-Dark
Considering inherited icon themes, not sure yet
This commit is contained in:
parent
90d5f56c2b
commit
8120c08133
|
@ -23,6 +23,10 @@
|
|||
];
|
||||
home.packages = with pkgs; [
|
||||
candy-icons
|
||||
# gnome-icon-theme
|
||||
# ubuntu-themes
|
||||
# cinnamon.mint-x-icons
|
||||
# elementary-xfce-icon-theme
|
||||
(writeShellScriptBin "protonmail-setup-bridge" ''
|
||||
pkill -9 -f protonmail-bridge
|
||||
${protonmail-bridge}/bin/protonmail-bridge -c
|
||||
|
@ -62,12 +66,8 @@
|
|||
name = "Sweet-Rainbow";
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = ["lavender"];
|
||||
size = "standard";
|
||||
variant = "mocha";
|
||||
};
|
||||
name = "Catppuccin-Mocha-Standard-Lavender-Dark";
|
||||
package = pkgs.sweet;
|
||||
name = "Sweet-Dark";
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
|
|
Loading…
Reference in a new issue