new look
This commit is contained in:
parent
f73ee3ec55
commit
79e3f54a93
4
config.h
4
config.h
@ -9,8 +9,8 @@ static const char *fonts[] = {
|
|||||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#99cccc", "#333366" },
|
[SchemeNorm] = { "#b2b2b2", "#272727" },
|
||||||
[SchemeSel] = { "#ccffff", "#333399" },
|
[SchemeSel] = { "#ffffff", "#3f3f3f" },
|
||||||
[SchemeOut] = { "#000000", "#000000" },
|
[SchemeOut] = { "#000000", "#000000" },
|
||||||
};
|
};
|
||||||
/* -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user