From 68da6c73db2e8da013e25c926c866f676d462796 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 23 Jan 2026 13:55:29 -0800 Subject: More GTK dark mode --- home/nipsy/common/optional/desktops/gtk.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index ac854c4..92f022b 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -6,9 +6,10 @@ }; gtk = { + colorScheme = "dark"; enable = true; - - gtk4.theme = null; + gtk3.colorScheme = "dark"; + gtk4.colorScheme = "dark"; iconTheme = { name = "Adwaita"; -- cgit v1.2.3