diff options
-rw-r--r-- | home/profiles/messaging/default.nix | 10 |
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 |