about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-13 16:28:13 +0900
committersefidel <contact@sefidel.net>2022-03-13 16:28:13 +0900
commit06c4981626a1a213a9e6260e117bce6822836e4f (patch)
treee31d514178c6e2dcd1f687bf14dca4205931c7b4 /home/profiles/base
parentfce9e1d4881a9fb674f3722684db5ab76ea835dd (diff)
downloadnixrc-06c4981626a1a213a9e6260e117bce6822836e4f.tar.gz
nixrc-06c4981626a1a213a9e6260e117bce6822836e4f.zip
feat(colors): tweak orange, yellow
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 7f81212..fb381bf 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -46,7 +46,7 @@ in
         color0 = "3c3c3c";
         color1 = "cf6a4c";
         color2 = "99ad6a";
-        color3 = "d8a465";
+        color3 = "dfa358";
         color4 = "8197bf";
         color5 = "b3a3ff";
         color6 = "8fbfdc";
@@ -54,7 +54,7 @@ in
         bright0 = "4c4c4c";
         bright1 = "d98870";
         bright2 = "adbd88";
-        bright3 = "e0b684";
+        bright3 = "e5b579";
         bright4 = "9aaccc";
         bright5 = "c2b5ff";
         bright6 = "a5cce3";