diff --git a/dotfiles-old/src/dmenu/config.h b/dotfiles-old/src/dmenu/config.h index 146832b..f465458 100644 --- a/dotfiles-old/src/dmenu/config.h +++ b/dotfiles-old/src/dmenu/config.h @@ -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" },