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.
This commit is contained in:
parent
a977b2d96e
commit
ddf261432a
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue