1
0
This commit is contained in:
devenblake 2020-12-25 16:55:21 -05:00
parent 954ad10b9f
commit b40de8e276

View File

@ -4,11 +4,10 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"unscii:antialias=false:size=12", "monospace:size=10"
"unscii:antialias=false:size=11", "monospace:size=10"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
static const char *colors[SchemeLast][2] = { // fg, bg
[SchemeNorm] = { "#ff0000", "#000000" },
[SchemeSel] = { "#ff0000", "#ffffff" },
[SchemeOut] = { "#000000", "#ffffff" },