From b11ca3bd49807b1e972af8d61bf7fe3d9a9511a0 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 20 Oct 2024 00:26:01 +0200 Subject: [PATCH] schizofox.nix: switch to full black theme --- modules/programs/gui/schizofox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/gui/schizofox.nix b/modules/programs/gui/schizofox.nix index bb4060f..6cbc3c7 100644 --- a/modules/programs/gui/schizofox.nix +++ b/modules/programs/gui/schizofox.nix @@ -19,8 +19,8 @@ in { theme = { colors = { - background-darker = "383838"; - background = "afaf8f"; + background-darker = "000000"; + background = "000000"; foreground = "ffffff"; };