From a33296ce944844440309c877bcc598266a6210a8 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Wed, 4 Feb 2026 13:12:28 +0100 Subject: [PATCH] update theming --- modules/desktop.nix | 2 +- modules/theming.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index c00a386..231e525 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -90,7 +90,7 @@ # Theming (consolidated from theming.nix) QT_QPA_PLATFORMTHEME = "qt6ct"; - GTK_THEME = "adw-gtk3-dark"; + GTK_THEME = "adw-gtk3"; XCURSOR_THEME = "Adwaita"; XCURSOR_SIZE = "24"; }; diff --git a/modules/theming.nix b/modules/theming.nix index 3fd4043..3c20731 100644 --- a/modules/theming.nix +++ b/modules/theming.nix @@ -99,7 +99,7 @@ settings = { "org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; - gtk-theme = "adw-gtk3-dark"; + gtk-theme = "adw-gtk3"; icon-theme = "Papirus-Dark"; cursor-theme = "Adwaita"; cursor-size = lib.gvariant.mkInt32 24;