mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
commented out sb_default_bg and added sb_background - now old themes that
change statusbar background should work again properly. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1881 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1256621041
commit
373fad3ced
@ -243,8 +243,11 @@ abstracts = {
|
||||
## statusbar
|
||||
##
|
||||
|
||||
# default background for all statusbars
|
||||
sb_background = "%4";
|
||||
|
||||
# default backround for "default" statusbar group
|
||||
sb_default_bg = "%4";
|
||||
#sb_default_bg = "%4";
|
||||
# background for prompt / input line
|
||||
sb_prompt_bg = "%0";
|
||||
# background for info statusbar
|
||||
|
Loading…
Reference in New Issue
Block a user