From 1d1709e1ba8b80a660606328f68070bdc8f70ad4 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 30 Jan 2026 19:33:18 +0100 Subject: [PATCH] btop: Use different dark theme --- modules/home/programs/btop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/btop.nix b/modules/home/programs/btop.nix index 40c0b40..41dd253 100644 --- a/modules/home/programs/btop.nix +++ b/modules/home/programs/btop.nix @@ -7,7 +7,7 @@ enable = true; settings.color_theme = { - dark = "adwaita-dark"; + dark = "Default"; light = "adwaita"; } .${config.custom.theme};