applied Markus' decouple color-scheme patch

This commit is contained in:
Anselm R Garbe
2016-12-05 10:01:33 +01:00
parent a137a86a23
commit 975c898376
2 changed files with 8 additions and 6 deletions

View File

@ -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 },