mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Use white foreground color for blue-bg'd statusbars instead of "default color" which doesn't work well if it's not white.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2194 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fbf8ba37c9
commit
6211e7a460
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ abstracts = {
|
||||||
|
|
||||||
# default background for all statusbars. You can also give
|
# default background for all statusbars. You can also give
|
||||||
# the default foreground color for statusbar items.
|
# the default foreground color for statusbar items.
|
||||||
sb_background = "%4";
|
sb_background = "%4%w";
|
||||||
|
|
||||||
# default backround for "default" statusbar group
|
# default backround for "default" statusbar group
|
||||||
#sb_default_bg = "%4";
|
#sb_default_bg = "%4";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue