diff --git a/config.h b/config.h index 63d2e94..16af98e 100644 --- a/config.h +++ b/config.h @@ -33,6 +33,7 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { nord4 , nord0 }, [SchemeSel] = { nord6, nord10 }, + [SchemeOut] = { nord8, nord10 }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0;