From e688112d623b78019f3e8b29db5b6fd4f73b6453 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 17:33:00 +0900 Subject: Revert "feat(home/messaging): minor color tweaks" This reverts commit 0959e20c9ef0a52af1b03592d96703902d912610. --- home/profiles/messaging/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'home/profiles/messaging') 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 -- cgit 1.4.1