dmenu's colors.

This commit is contained in:
Bartek Stalewski 2022-11-04 14:39:53 +01:00
parent 3e706f9ca6
commit 43e6eb94f1

View File

@ -12,8 +12,8 @@ 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] = { "#f8f8f2", "#272822" },
[SchemeSel] = { "#ffffff", "#005577" },
[SchemeNorm] = { "#e6e1cf", "#0f1419" },
[SchemeSel] = { "#e6e1cf", "#005577" },
[SchemeOut] = { "#000000", "#005577" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */