i3bar: change default color for active workspace buttons to make them visible

Previously, you could not figure out which workspace is displayed on a screen
which is not focused.
next
Michael Stapelberg 2011-11-07 19:52:21 +00:00
parent a977b2d96e
commit ddf261432a
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ void init_colors(const struct xcb_color_strings_t *new_colors) {
} while (0)
PARSE_COLOR(bar_fg, "#FFFFFF");
PARSE_COLOR(bar_bg, "#000000");
PARSE_COLOR(active_ws_fg, "#888888");
PARSE_COLOR(active_ws_bg, "#222222");
PARSE_COLOR(active_ws_fg, "#FFFFFF");
PARSE_COLOR(active_ws_bg, "#333333");
PARSE_COLOR(inactive_ws_fg, "#888888");
PARSE_COLOR(inactive_ws_bg, "#222222");
PARSE_COLOR(urgent_ws_fg, "#FFFFFF");