This commit is contained in:
shweet 2024-01-24 23:17:49 -05:00
parent f73ee3ec55
commit 79e3f54a93
7 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,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] = { "#99cccc", "#333366" },
[SchemeSel] = { "#ccffff", "#333399" },
[SchemeNorm] = { "#b2b2b2", "#272727" },
[SchemeSel] = { "#ffffff", "#3f3f3f" },
[SchemeOut] = { "#000000", "#000000" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */

BIN
dmenu

Binary file not shown.

BIN
dmenu.o

Binary file not shown.

BIN
drw.o

Binary file not shown.

BIN
stest

Binary file not shown.

BIN
stest.o

Binary file not shown.

BIN
util.o

Binary file not shown.