feat: Changed colors to match DotFiles

This commit is contained in:
Adam Fordsmand 2024-07-28 19:10:42 +02:00
parent cd5d6389ae
commit 3b4299739b
7 changed files with 3 additions and 3 deletions

View File

@ -4,13 +4,13 @@
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[] = {
"ttf:LiberationMono-Regular:size=10"
"BitstromWeraNerdFontMono-Regular:size=10"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#aaaaaa", "#222222" },
[SchemeSel] = { "#aaaaaa", "#224822" },
[SchemeNorm] = { "#dcd7ba", "#1f1f28" },
[SchemeSel] = { "#090618", "#957fb8" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */

BIN
dmenu Normal file → Executable file

Binary file not shown.

BIN
dmenu.o

Binary file not shown.

BIN
drw.o

Binary file not shown.

BIN
stest Normal file → Executable file

Binary file not shown.

BIN
stest.o

Binary file not shown.

BIN
util.o

Binary file not shown.