From 3709fdc8faa9bfcb9c54b18a4b60ee703b446291 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 22 Feb 2022 00:48:08 +0900 Subject: feat(home/base): use more pleasing cyan color --- home/profiles/base/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 0cd1ba8..40a1390 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -50,7 +50,7 @@ in color3 = "d4ae80"; color4 = "84a0c6"; color5 = "a093c7"; - color6 = "7aacaa"; + color6 = "8fbfdc"; color7 = "d0d0c7"; bright0 = "36373d"; bright1 = "c59395"; @@ -58,7 +58,7 @@ in bright3 = "e8c294"; bright4 = "a2bee4"; bright5 = "beb1e5"; - bright6 = "8ec0be"; + bright6 = "acd0e5"; bright7 = "e4e4db"; }; }; -- cgit 1.4.1