mirror of
https://github.com/tiyn/dmenu.git
synced 2025-04-19 16:17:46 +02:00
changing colors
This commit is contained in:
parent
1fcd089005
commit
a6921c5f88
@ -11,9 +11,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] = { "#dddddd", "#000000" },
|
[SchemeNorm] = { "#dfdfdf", "#0e0f14" },
|
||||||
[SchemeSel] = { "#000000", "#dddddd" },
|
[SchemeSel] = { "#eeeeee", "#282828" },
|
||||||
[SchemeOut] = { "#000000", "#ffffff" },
|
[SchemeOut] = { "#eeeeee", "#282828" },
|
||||||
};
|
};
|
||||||
/* -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…
x
Reference in New Issue
Block a user