about summary refs log tree commit diff
path: root/home/profiles/research/default.nix
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/research/default.nix
parentfce9e1d4881a9fb674f3722684db5ab76ea835dd (diff)
downloadnixrc-06c4981626a1a213a9e6260e117bce6822836e4f.tar.gz
nixrc-06c4981626a1a213a9e6260e117bce6822836e4f.zip
feat(colors): tweak orange, yellow
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r--home/profiles/research/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index c080c03..4cca5f9 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -31,14 +31,14 @@ in
         index-active-fg = "#4f5058";
 
         highlight-color = "#d4ae80";
-        highlight-active-color = "#84a0c6";
+        highlight-active-color = "#8197bf";
 
         notification-bg = "#cbc0ab";
         notification-fg = "#151515";
         notification-warning-bg = "#4f5058";
-        notification-warning-fg = "#d4ae80";
+        notification-warning-fg = "#dcb66a";
         notification-error-bg = "#4f5058";
-        notification-error-fg = "#b17f81";
+        notification-error-fg = "#cf6a4c";
 
         render-loading = true;
         render-loading-fg = "#cbc0ab";