MUTT: Update some colors
This commit is contained in:
parent
b3e316e752
commit
47c5bfaecc
1 changed files with 10 additions and 9 deletions
|
@ -6,10 +6,11 @@
|
||||||
color normal default default
|
color normal default default
|
||||||
|
|
||||||
# main colors
|
# main colors
|
||||||
color status color0 default
|
# element foreground background
|
||||||
color indicator brightcolor4 color7
|
color status color7 color1
|
||||||
|
color indicator color0 color2
|
||||||
color tree color5 default
|
color tree color5 default
|
||||||
color error brightcolor7 default
|
color error brightcolor1 default
|
||||||
color message color3 default
|
color message color3 default
|
||||||
|
|
||||||
# uncolor certain messages
|
# uncolor certain messages
|
||||||
|
@ -28,16 +29,16 @@ color index brightcolor5 default "~T"
|
||||||
color index color1 default "~D"
|
color index color1 default "~D"
|
||||||
|
|
||||||
# set up the headers
|
# set up the headers
|
||||||
color header color5 color7 "^from:"
|
color header brightcolor2 color0 "^from:"
|
||||||
color header color5 color7 "^to:"
|
color header brightcolor2 color0 "^to:"
|
||||||
color header color5 color7 "^cc:"
|
color header brightcolor2 color0 "^cc:"
|
||||||
color header color5 color7 "^date:"
|
color header brightcolor2 color0 "^date:"
|
||||||
color header color5 color7 "^subject:"
|
color header brightcolor2 color0 "^subject:"
|
||||||
|
|
||||||
# message bodies
|
# message bodies
|
||||||
color attachment color3 default
|
color attachment color3 default
|
||||||
color search color1 color0
|
color search color1 color0
|
||||||
color signature color6 default
|
color signature color5 default
|
||||||
color tilde color4 default
|
color tilde color4 default
|
||||||
|
|
||||||
# urls
|
# urls
|
||||||
|
|
Loading…
Reference in a new issue