Apply statuscolors patch
This commit is contained in:
commit
a43c37f3ca
3 changed files with 27 additions and 8 deletions
10
config.def.h
10
config.def.h
|
@ -17,10 +17,10 @@ static const char col_gray2[] = "#444444";
|
|||
static const char col_gray3[] = "#bbbbbb";
|
||||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char col_cyan[] = "#005577";
|
||||
+static const char col_black[] = "#000000";
|
||||
+static const char col_red[] = "#ff0000";
|
||||
+static const char col_yellow[] = "#ffff00";
|
||||
+static const char col_white[] = "#ffffff";
|
||||
static const char col_black[] = "#000000";
|
||||
static const char col_red[] = "#ff0000";
|
||||
static const char col_yellow[] = "#ffff00";
|
||||
static const char col_white[] = "#ffffff";
|
||||
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
|
@ -33,7 +33,7 @@ static const char *colors[][3] = {
|
|||
[SchemeInfoNorm] = { col_gray3, col_gray1, "#000000" }, // infobar middle unselected {text,background,not used but cannot be empty}
|
||||
[SchemeWarn] = { col_black, col_yellow, col_red },
|
||||
[SchemeUrgent]= { col_white, col_red, col_red },
|
||||
[SchemeUrgent]= { col_white, col_red, col_red },
|
||||
|
||||
};
|
||||
|
||||
/* tagging */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue