TitanE 1 year ago
parent 8b29fbc29e
commit 14fb361941

@ -14,8 +14,8 @@ 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] = { "#f8f8f2", "#282a36" }, [SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#282a36", "#bd93f9" }, [SchemeSel] = { "#222222", "#bd93f9" },
[SchemeOut] = { "#000000", "#00ffff" }, [SchemeOut] = { "#000000", "#00ffff" },
}; };
/* -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 */

BIN
dmenu

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save