From 3e84a25fe7de699b5cdbee37f5e3eb81ef697307 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 25 Jun 2021 19:35:23 +0200 Subject: [PATCH] improved multi-selection colorscheme --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 16af98e..c9320fe 100644 --- a/config.h +++ b/config.h @@ -33,7 +33,7 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { nord4 , nord0 }, [SchemeSel] = { nord6, nord10 }, - [SchemeOut] = { nord8, nord10 }, + [SchemeOut] = { nord0, nord10}, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0;