From 0f73abf3f6b465da618af37eb46f39ba5bb91338 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 22 Aug 2013 16:20:59 +0200 Subject: Mutt colors: use defaults for "status" (more eligible, better fit) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also fix trailing white-spaces here Signed-off-by: Jan Pokorný --- .mutt/solarize | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to '.mutt') diff --git a/.mutt/solarize b/.mutt/solarize index ee4e1c0..7ce0374 100644 --- a/.mutt/solarize +++ b/.mutt/solarize @@ -25,16 +25,16 @@ # base03, bg, black, any of the non brights # basic colors --------------------------------------------------------- -color normal brightblue default -color error red default -color tilde white default -color message cyan default -color markers red black -color attachment black default -color search brightmagenta default -#color status J_black J_status -color status brightblue white -color indicator brightwhite yellow +color normal brightblue default +color error red default +color tilde white default +color message cyan default +color markers red black +color attachment black default +color search brightmagenta default +#color status J_black J_status +#color status brightblue white +color indicator brightwhite yellow color tree yellow default # arrow in threads # basic monocolor screen @@ -96,22 +96,22 @@ color index yellow red "~v~(~D)" # message headers ------------------------------------------------------ #color header brightcyan default "^" -color hdrdefault brightcyan default +color hdrdefault brightcyan default color header brightblue default "^(From)" color header blue default "^(Subject)" # body ----------------------------------------------------------------- -color quoted blue default -color quoted1 cyan default -color quoted2 yellow default -color quoted3 red default -color quoted4 brightred default +color quoted blue default +color quoted1 cyan default +color quoted2 yellow default +color quoted3 red default +color quoted4 brightred default -color signature brightcyan default -color bold white default -color underline white default -color normal default default +color signature brightcyan default +color bold white default +color underline white default +color normal default default # color body brightgreen default "[;:][-o][)/(|]" # emoticons color body brightgreen default "[;:][)(|]" # emoticons -- cgit