GTK GTK GTK
This commit is contained in:
+8
-8
@@ -618,14 +618,14 @@ You'll notice the color values in multiple places outside this as well.
|
||||
gtk = {
|
||||
# enable = true;
|
||||
# colorScheme = "dark";
|
||||
theme = {
|
||||
name = "Catppuccin-GTK-Grey-Dark-Compact";
|
||||
package = (pkgs.catppuccin-gtk.override {
|
||||
accent = [ "grey" ];
|
||||
shade = "dark";
|
||||
tweaks = [ "black" ];
|
||||
size = "compact";
|
||||
});
|
||||
# theme = {
|
||||
# name = "Catppuccin-GTK-Grey-Dark-Compact";
|
||||
# package = (pkgs.catppuccin-gtk.override {
|
||||
# accent = [ "grey" ];
|
||||
# shade = "dark";
|
||||
# tweaks = [ "black" ];
|
||||
# size = "compact";
|
||||
# });
|
||||
};
|
||||
iconTheme.name = "Papirus-Dark";
|
||||
};
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
gtk = {
|
||||
# enable = true;
|
||||
# colorScheme = "dark";
|
||||
theme = {
|
||||
name = "Catppuccin-GTK-Grey-Dark-Compact";
|
||||
package = (pkgs.catppuccin-gtk.override {
|
||||
accent = [ "grey" ];
|
||||
shade = "dark";
|
||||
tweaks = [ "black" ];
|
||||
size = "compact";
|
||||
});
|
||||
# theme = {
|
||||
# name = "Catppuccin-GTK-Grey-Dark-Compact";
|
||||
# package = (pkgs.catppuccin-gtk.override {
|
||||
# accent = [ "grey" ];
|
||||
# shade = "dark";
|
||||
# tweaks = [ "black" ];
|
||||
# size = "compact";
|
||||
# });
|
||||
};
|
||||
iconTheme.name = "Papirus-Dark";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user