]> git.armaanb.net Git - dwm.git/blobdiff - config.def.h
applied Markus' decouple color-scheme patch
[dwm.git] / config.def.h
index fd77a070d2b28498b811cc8cc5131d7bcd4e5e08..ba9a240564ae35abbfd9bf9994f21f475e264191 100644 (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  },