added scheme for multiselection

This commit is contained in:
Alexander Bocken 2021-01-02 17:11:24 +01:00
parent 005e613d94
commit e69ff48261
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -33,6 +33,7 @@ static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { nord4 , nord0 }, [SchemeNorm] = { nord4 , nord0 },
[SchemeSel] = { nord6, nord10 }, [SchemeSel] = { nord6, nord10 },
[SchemeOut] = { nord8, nord10 },
}; };
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0; static unsigned int lines = 0;