MUTT, NEWSBEUTER: Changed some whites to default
This commit is contained in:
parent
d3a9901bbc
commit
474995e3ba
2 changed files with 6 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
|||
###
|
||||
|
||||
# set default
|
||||
color normal white default
|
||||
color normal default default
|
||||
|
||||
# main colors
|
||||
color status white black
|
||||
color indicator white black
|
||||
color status default black
|
||||
color indicator default black
|
||||
color tree blue default
|
||||
color error brightred default
|
||||
color message brightyellow default
|
||||
|
|
|
@ -12,11 +12,11 @@ show-read-articles no
|
|||
text-width 80
|
||||
articlelist-format "%-4i %f %t"
|
||||
feedlist-title-format "%N %V %> %u feeds with new articles"
|
||||
articlelist-title-format "%N %V %T"
|
||||
articlelist-title-format "%T"
|
||||
|
||||
# colors
|
||||
color listfocus white black
|
||||
color info white black
|
||||
color listfocus default black
|
||||
color info default black
|
||||
|
||||
# keys
|
||||
bind-key i prev-dialog
|
||||
|
|
Loading…
Reference in a new issue