aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/desktops/gtk.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix
index e6610a3..a699d9e 100644
--- a/home/nipsy/common/optional/desktops/gtk.nix
+++ b/home/nipsy/common/optional/desktops/gtk.nix
@@ -2,7 +2,7 @@
{
dconf.settings."org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
- gtk-theme = "Adwaita-dark";
+ gtk-theme = "Adwaita";
};
gtk = {
@@ -17,7 +17,7 @@
gtk4 = {
colorScheme = "dark";
extraConfig.gtk-application-prefer-dark-theme = 1;
- #theme = null;
+ theme = "Default";
};
iconTheme = {
@@ -26,7 +26,7 @@
};
theme = {
- name = "Adwaita-dark";
+ name = "Adwaita";
package = pkgs.gnome-themes-extra;
};
};