Add title tab color

Fixes #4575
This commit is contained in:
Orestis Floros
2021-11-04 21:41:55 +01:00
parent 3c81e8ddaa
commit f36050b303
8 changed files with 51 additions and 26 deletions

View File

@@ -238,9 +238,11 @@ struct Config {
color_t background;
struct Colortriple focused;
struct Colortriple focused_inactive;
struct Colortriple focused_tab_title;
struct Colortriple unfocused;
struct Colortriple urgent;
struct Colortriple placeholder;
bool got_focused_tab_title;
} client;
struct config_bar {
struct Colortriple focused;