aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-06 23:28:13 +0900
committersefidel <contact@sefidel.net>2022-03-06 23:28:13 +0900
commit0ff9423ab3177182816fdd11ff33c9c42c2ac96b (patch)
tree36e24feede91f640eb65993e6883e68e1d3bacf5
parent9e6b8885a1f4b89033f1dae355daae0ba58bef04 (diff)
downloadnixrc-0ff9423ab3177182816fdd11ff33c9c42c2ac96b.zip
feat(home/messaging): minor color tweaks
-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 76bbb28..662a6a2 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 yellow default '.*'
+ color index green default '.*'
color index_author red default '.*'
color index_number blue default
color index_subject cyan default '.*'
# New mail is boldened:
- color index brightyellow black "~N"
+ color index brightgreen black "~N"
color index_author brightred black "~N"
color index_subject brightcyan black "~N"
# Tagged mail is highlighted:
- color index brightyellow blue "~T"
+ color index brightgreen 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 brightyellow default
+ color normal brightgreen 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 brightyellow black
+ color status brightgreen black
color hdrdefault brightgreen default
color quoted green default
color quoted1 blue default