color: sb_background = "%4%w";
This commit is contained in:
parent
bd738ec5e6
commit
8748b75a19
|
@ -208,7 +208,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 = "%B";
|
sb_background = "%4%w";
|
||||||
|
|
||||||
# default backround for "default" statusbar group
|
# default backround for "default" statusbar group
|
||||||
#sb_default_bg = "%4";
|
#sb_default_bg = "%4";
|
||||||
|
@ -246,7 +246,7 @@ abstracts = {
|
||||||
# public message
|
# public message
|
||||||
sb_act_msg = "%W$*";
|
sb_act_msg = "%W$*";
|
||||||
# hilight
|
# hilight
|
||||||
sb_act_hilight = "%W$*";
|
sb_act_hilight = "%G$*";
|
||||||
# hilight with specified color, $0 = color, $1 = text
|
# hilight with specified color, $0 = color, $1 = text
|
||||||
sb_act_hilight_color = "$0$1-%n";
|
sb_act_hilight_color = "$0$1-%n";
|
||||||
};
|
};
|
||||||
|
|
|
@ -208,7 +208,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 = "%B";
|
sb_background = "%4%w";
|
||||||
|
|
||||||
# default backround for "default" statusbar group
|
# default backround for "default" statusbar group
|
||||||
#sb_default_bg = "%4";
|
#sb_default_bg = "%4";
|
||||||
|
@ -246,7 +246,7 @@ abstracts = {
|
||||||
# public message
|
# public message
|
||||||
sb_act_msg = "%w$*";
|
sb_act_msg = "%w$*";
|
||||||
# hilight
|
# hilight
|
||||||
sb_act_hilight = "%w$*";
|
sb_act_hilight = "%g$*";
|
||||||
# hilight with specified color, $0 = color, $1 = text
|
# hilight with specified color, $0 = color, $1 = text
|
||||||
sb_act_hilight_color = "$0$1-%n";
|
sb_act_hilight_color = "$0$1-%n";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user