mirror of
https://github.com/ailin-nemui/irssi.git
synced 2025-05-08 13:25:23 -05: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
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue