Change theme to crimson red
This commit is contained in:
parent
34923852da
commit
6add83d93d
6
config.h
6
config.h
|
@ -9,9 +9,9 @@ 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] = { "#FFB000", "#000000" },
|
[SchemeNorm] = { "#CC3333", "#000000" },
|
||||||
[SchemeSel] = { "#101010", "#FFCC00" },
|
[SchemeSel] = { "#101010", "#B40011" },
|
||||||
[SchemeOut] = { "#000000", "#FFB000" },
|
[SchemeOut] = { "#000000", "#ED0017" },
|
||||||
};
|
};
|
||||||
/* -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