diff options
-rw-r--r-- | dmenu.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -553,9 +553,8 @@ setup(void) | |||
553 | #endif | 553 | #endif |
554 | 554 | ||
555 | /* init appearance */ | 555 | /* init appearance */ |
556 | scheme[SchemeNorm] = drw_scm_create(drw, colors[SchemeNorm], 2); | 556 | for (j = 0; j < SchemeLast; j++) |
557 | scheme[SchemeSel] = drw_scm_create(drw, colors[SchemeSel], 2); | 557 | scheme[j] = drw_scm_create(drw, colors[j], 2); |
558 | scheme[SchemeOut] = drw_scm_create(drw, colors[SchemeOut], 2); | ||
559 | 558 | ||
560 | clip = XInternAtom(dpy, "CLIPBOARD", False); | 559 | clip = XInternAtom(dpy, "CLIPBOARD", False); |
561 | utf8 = XInternAtom(dpy, "UTF8_STRING", False); | 560 | utf8 = XInternAtom(dpy, "UTF8_STRING", False); |