applied Markus' decouple color-scheme patch
This commit is contained in:
parent
a137a86a23
commit
975c898376
2 changed files with 8 additions and 6 deletions
|
@ -12,7 +12,7 @@ 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 *colors[SchemeLast][3] = {
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue