From dce7267c30eaed92d78b73c418160be8894d29bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sat, 14 Dec 2024 12:27:32 +0100 Subject: [PATCH] 468 current 1970-01-01 01:00:00 25.05.20241211.5d67ea6 6.6.64 * --- modules/home/programs/foot.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/programs/foot.nix b/modules/home/programs/foot.nix index a5a4234..ee5440a 100644 --- a/modules/home/programs/foot.nix +++ b/modules/home/programs/foot.nix @@ -18,26 +18,26 @@ in { dpi-aware = "yes"; }; colors = { - background = "351b04"; - foreground = "fde6d5"; + background = "26211e"; + foreground = "eeeae8"; - regular0 = "552f0a"; # black + regular0 = "3f3833"; # black regular1 = "f75b72"; # red regular2 = "67af34"; # green regular3 = "d0bf8f"; # yellow regular4 = "509af6"; # blue regular5 = "ca64f3"; # magenta regular6 = "1faeae"; # cyan - regular7 = "f8b782"; # white + regular7 = "cdc5bf"; # white - bright0 = "98591a"; # black + bright0 = "726860"; # black bright1 = "fb8590"; # red bright2 = "75c73b"; # green bright3 = "e49f27"; # yellow bright4 = "77b1fb"; # blue bright5 = "d68af7"; # magenta bright6 = "24c6c6"; # cyan - bright7 = "fef5ed"; # white + bright7 = "f7f6f5"; # white }; }; };