improved multi-selection colorscheme
This commit is contained in:
parent
2a805606fd
commit
3e84a25fe7
2
config.h
2
config.h
@ -33,7 +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 },
|
[SchemeOut] = { nord0, 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