From 0e59c90d5eccd202cc0202da284b9a24b0e93a90 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 17:25:02 +0900 Subject: feat: theme fixup --- home/profiles/base/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/base/default.nix') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 2cae98f..d69a7e5 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -43,7 +43,7 @@ in foreground = "e8e8d3"; alt0 = "404040"; alt1 = "606060"; - color0 = "1c1c1c"; + color0 = "3c3c3c"; color1 = "cf6a4c"; color2 = "99ad6a"; color3 = "ffb964"; @@ -51,7 +51,7 @@ in color5 = "c6b6ee"; color6 = "8fbfdc"; color7 = "e8e8d3"; - bright0 = "3b3b3b"; + bright0 = "4c4c4c"; bright1 = "d98870"; bright2 = "adbd88"; bright3 = "ffc784"; -- cgit 1.4.1