diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index b8f918c..df49d32 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -353,7 +353,7 @@ gtk = { enable = true; theme = { - name = "Adwaita-dark"; + name = "Adwaita"; package = pkgs.gnome-themes-extra; }; iconTheme = { @@ -361,10 +361,8 @@ package = pkgs.papirus-icon-theme; }; gtk3.extraConfig = { - gtk-application-prefer-dark-theme = 1; }; gtk4.extraConfig = { - gtk-application-prefer-dark-theme = 1; }; }; @@ -379,7 +377,7 @@ dconf.settings = { "org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; - gtk-theme = "Adwaita-dark"; + gtk-theme = "Adwaita"; }; };