dmenu colors.
This commit is contained in:
parent
ddf32c46c1
commit
35e56456a6
@ -12,7 +12,7 @@ static const char *fonts[] = {
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#161616", "#c7c7c7" },
|
||||
[SchemeNorm] = { "#f8f8f2", "#272822" },
|
||||
[SchemeSel] = { "#ffffff", "#005577" },
|
||||
[SchemeOut] = { "#000000", "#005577" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user