mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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
@ -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…
Reference in New Issue
Block a user