diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; }; }; |