about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 17:33:00 +0900
committersefidel <contact@sefidel.net>2022-03-12 17:33:00 +0900
commite688112d623b78019f3e8b29db5b6fd4f73b6453 (patch)
treeb2080c75f4f80571d65fc2ca4d9165c7c5fa0155 /home/profiles
parentfe8f9abb94c0606a4d8845be1982fa514b4ff73a (diff)
downloadnixrc-e688112d623b78019f3e8b29db5b6fd4f73b6453.tar.gz
nixrc-e688112d623b78019f3e8b29db5b6fd4f73b6453.zip
Revert "feat(home/messaging): minor color tweaks"
This reverts commit 0959e20c9ef0a52af1b03592d96703902d912610.
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/messaging/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix
index 662a6a2..76bbb28 100644
--- a/home/profiles/messaging/default.nix
+++ b/home/profiles/messaging/default.nix
@@ -174,19 +174,19 @@ in
       # TODO: Re-theme this after nightlamp -> limestone theme
       extraConfig = ''
         # Default index colors:
-        color index green default '.*'
+        color index yellow default '.*'
         color index_author red default '.*'
         color index_number blue default
         color index_subject cyan default '.*'
 
         # New mail is boldened:
-        color index brightgreen black "~N"
+        color index brightyellow black "~N"
         color index_author brightred black "~N"
         color index_subject brightcyan black "~N"
 
 
         # Tagged mail is highlighted:
-        color index brightgreen blue "~T"
+        color index brightyellow blue "~T"
         color index_author brightred blue "~T"
         color index_subject brightcyan blue "~T"
 
@@ -202,14 +202,14 @@ in
         color sidebar_divider brightblack black
         color sidebar_flagged red black
         color sidebar_new green black
-        color normal brightgreen default
+        color normal brightyellow default
         color error red default
         color tilde black default
         color message cyan default
         color markers red white
         color attachment white default
         color search brightmagenta default
-        color status brightgreen black
+        color status brightyellow black
         color hdrdefault brightgreen default
         color quoted green default
         color quoted1 blue default