dmenu colors.

This commit is contained in:
Bartek Stalewski 2022-05-08 14:07:08 +02:00
parent ddf32c46c1
commit 35e56456a6

View File

@ -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" },
};