added scheme for multiselection
This commit is contained in:
parent
005e613d94
commit
e69ff48261
1
config.h
1
config.h
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user