Introduced color setting.
This commit is contained in:
committed by
Michael Stapelberg
parent
2d5b1f0a37
commit
65bcf170ed
@ -7,6 +7,21 @@ extern Config config;
|
||||
struct Config {
|
||||
const char *terminal;
|
||||
const char *font;
|
||||
|
||||
/* Color codes are stored here */
|
||||
char *client_focused_background_active;
|
||||
char *client_focused_background_inactive;
|
||||
char *client_focused_text;
|
||||
char *client_focused_border;
|
||||
char *client_unfocused_background;
|
||||
char *client_unfocused_text;
|
||||
char *client_unfocused_border;
|
||||
char *bar_focused_background;
|
||||
char *bar_focused_text;
|
||||
char *bar_focused_border;
|
||||
char *bar_unfocused_background;
|
||||
char *bar_unfocused_text;
|
||||
char *bar_unfocused_border;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user