improved multi-selection colorscheme

This commit is contained in:
Alexander Bocken 2021-06-25 19:35:23 +02:00
parent 2a805606fd
commit 3e84a25fe7
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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;