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
|
# set default
|
||||||
color normal white default
|
color normal default default
|
||||||
|
|
||||||
# main colors
|
# main colors
|
||||||
color status white black
|
color status default black
|
||||||
color indicator white black
|
color indicator default black
|
||||||
color tree blue default
|
color tree blue default
|
||||||
color error brightred default
|
color error brightred default
|
||||||
color message brightyellow default
|
color message brightyellow default
|
||||||
|
|
|
@ -12,11 +12,11 @@ show-read-articles no
|
||||||
text-width 80
|
text-width 80
|
||||||
articlelist-format "%-4i %f %t"
|
articlelist-format "%-4i %f %t"
|
||||||
feedlist-title-format "%N %V %> %u feeds with new articles"
|
feedlist-title-format "%N %V %> %u feeds with new articles"
|
||||||
articlelist-title-format "%N %V %T"
|
articlelist-title-format "%T"
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
color listfocus white black
|
color listfocus default black
|
||||||
color info white black
|
color info default black
|
||||||
|
|
||||||
# keys
|
# keys
|
||||||
bind-key i prev-dialog
|
bind-key i prev-dialog
|
||||||
|
|
Loading…
Reference in a new issue