diff options
author | Timo Sirainen <cras@irssi.org> | 2001-12-04 14:56:28 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-12-04 14:56:28 +0000 |
commit | 6211e7a4604bec0b39f1fad1561106b1e73b335e (patch) | |
tree | 4c6640dfb1fe2e33b226dcc76999cf7d5082d807 /default.theme | |
parent | fbf8ba37c9fccb618a62ed98416750e6574e8c2d (diff) | |
download | irssi-6211e7a4604bec0b39f1fad1561106b1e73b335e.zip |
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
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.theme b/default.theme index bb7866c5..738a60b4 100644 --- a/default.theme +++ b/default.theme @@ -246,7 +246,7 @@ abstracts = { # default background for all statusbars. You can also give # the default foreground color for statusbar items. - sb_background = "%4"; + sb_background = "%4%w"; # default backround for "default" statusbar group #sb_default_bg = "%4"; |