From e69ff4826126aa2f49c276e01b2b83b8040d6dd8 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 2 Jan 2021 17:11:24 +0100 Subject: [PATCH] added scheme for multiselection --- config.h | 1 + 1 file changed, 1 insertion(+) 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;