diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/colors | 14 | ||||
-rw-r--r-- | mutt/.mutt/headers | 16 |
2 files changed, 15 insertions, 15 deletions
diff --git a/mutt/.mutt/colors b/mutt/.mutt/colors index 1f95712..9290f29 100644 --- a/mutt/.mutt/colors +++ b/mutt/.mutt/colors @@ -2,7 +2,7 @@ # general ui color error brightred black -color status black blue +color status white blue color search brightwhite magenta color indicator black green color markers brightwhite yellow @@ -11,7 +11,7 @@ color markers brightwhite yellow color tree red black color index black red ~F # flagged color index brightwhite black ~U # unread -color index brightgreen black ~N # new +color index green black ~N # new color index brightmagenta black ~T # tagged color index brightblack black ~D # deleted @@ -24,13 +24,13 @@ color bold brightyellow black color underline brightyellow black # quoted text -color quoted brightgreen brightblack -color quoted1 brightblue brightblack -color quoted2 brightcyan brightblack -color quoted3 brightmagenta brightblack +color quoted green black +color quoted1 blue black +color quoted2 cyan black +color quoted3 magenta black color attachment yellow black -color signature brightgreen black +color signature brightblack black # highlight URLs in messages color body brightblue black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" diff --git a/mutt/.mutt/headers b/mutt/.mutt/headers index f9223cf..3187b2f 100644 --- a/mutt/.mutt/headers +++ b/mutt/.mutt/headers @@ -16,11 +16,11 @@ unignore x-* hdr_order Date From To Cc List-ID List-Post Subject User-Agent X-Operating-System X-Bogosity # colorize certain headers -color hdrdefault white brightblack -color header brightwhite brightblack "^(Date|Return-Path):" -color header brightcyan brightblack "^(From|To|Cc):" -color header brightgreen brightblack "^(Subject):" -color header brightmagenta brightblack "^List-.*:" -color header brightred brightblack "^X-Bogosity:" -color header brightwhite brightblack "^(User-Agent|X-Operating-System)" -color header brightyellow brightblack "^Disposition-Notification" +color hdrdefault white black +color header brightwhite black "^(Date|Return-Path):" +color header cyan black "^(From|To|Cc):" +color header green black "^(Subject):" +color header magenta black "^List-.*:" +color header red black "^X-Bogosity:" +color header white black "^(User-Agent|X-Operating-System)" +color header red black "^Disposition-Notification" |