diff options
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r-- | home/profiles/base/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index be2d70e..b16ad2f 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -42,12 +42,12 @@ in colors = { background = "1d2021"; foreground = "d4be98"; - alt0 = "515a5d"; - alt1 = "667174"; + alt0 = "3c3836"; + alt1 = "504945"; color0 = "1d2021"; color1 = "ea6962"; color2 = "a9b665"; - color3 = "e79a4e"; + color3 = "e78a4e"; color4 = "7daea3"; color5 = "d3869b"; color6 = "89b482"; |