port fernando’s custom background color patch

This commit is contained in:
Michael Stapelberg
2010-11-13 20:07:49 +01:00
parent 53b98fdc7e
commit 4cd6dd0303
5 changed files with 17 additions and 1 deletions

View File

@ -348,6 +348,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
x.text = get_colorpixel(ctext); \
} while (0)
config.client.background = get_colorpixel("#000000");
INIT_COLOR(config.client.focused, "#4c7899", "#285577", "#ffffff");
INIT_COLOR(config.client.focused_inactive, "#333333", "#5f676a", "#ffffff");
INIT_COLOR(config.client.unfocused, "#333333", "#222222", "#888888");