aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2016-12-05 10:01:33 +0100
committerAnselm R Garbe <garbeam@gmail.com>2016-12-05 10:01:33 +0100
commit975c8983762246b50026d43079c60a78b341f81c (patch)
treeba1d30bb037c3c3c2f7d6ac6a93dc64413b20d8a /config.def.h
parenta137a86a234476bc3c7128fecbf845e6fc1de995 (diff)
applied Markus' decouple color-scheme patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index fd77a07..ba9a240 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 },