Skip to content

Commit 2607ac7

Browse files
committed
style(gtk): update theme name to "WhiteSur-dark" and clean up configuration
1 parent 487e6ef commit 2607ac7

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

home-manager/gtk.nix

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
gtk = {
55
enable = true;
66

7-
theme = {
7+
theme = lib.mkDefault {
88
name = "WhiteSur-Dark";
99
package = pkgs.whitesur-gtk-theme;
1010
};
@@ -15,22 +15,14 @@
1515
};
1616

1717
iconTheme = lib.mkDefault {
18-
name = "WhiteSur";
18+
name = "WhiteSur-dark";
1919
package = pkgs.whitesur-icon-theme;
2020
};
21-
22-
gtk3.extraConfig = lib.mkDefault {
23-
"gtk-application-prefer-dark-theme" = true;
24-
};
25-
26-
gtk4.extraConfig = lib.mkDefault {
27-
"gtk-application-prefer-dark-theme" = true;
28-
};
2921
};
3022

31-
qt = {
32-
enable = true;
33-
platformTheme.name = "gtk";
34-
style.name = "adwaita-dark";
35-
};
23+
# qt = {
24+
# enable = true;
25+
# platformTheme.name = "gtk";
26+
# style.name = "adwaita-dark";
27+
# };
3628
}

0 commit comments

Comments
 (0)