From 10ea625f7564057e04849c64031786ea37268002 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 26 Sep 2024 00:31:39 +0200 Subject: [PATCH] schizofox: switch to zenburn --- modules/programs/gui/schizofox.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/programs/gui/schizofox.nix b/modules/programs/gui/schizofox.nix index 312cbbd..bb4060f 100644 --- a/modules/programs/gui/schizofox.nix +++ b/modules/programs/gui/schizofox.nix @@ -19,9 +19,9 @@ in { theme = { colors = { - background-darker = "000000"; - background = "000000"; - foreground = "f7f7f7"; + background-darker = "383838"; + background = "afaf8f"; + foreground = "ffffff"; }; font = "Lexend";