From 212e491ad2185a1aa002a38c1ae3986785b045ba Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 29 Mar 2024 23:42:06 +0100 Subject: [PATCH] [mako] improved background color --- nix/home/mako/mako.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/mako/mako.nix b/nix/home/mako/mako.nix index 47f0839..5b44c01 100644 --- a/nix/home/mako/mako.nix +++ b/nix/home/mako/mako.nix @@ -23,7 +23,7 @@ height = 125; # colors - backgroundColor = "#15121b"; + backgroundColor = "#05070c"; textColor = "#fab387"; borderColor = "#3d66b9"; borderSize = 2;