From e4188d0b35de7a2d8a23e3acda1984b5d80422b4 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 4 Nov 2025 11:37:03 +0100 Subject: [PATCH] fix gtk theme --- modules/hyprland/home.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"; }; };