diff --git a/config.def.h b/config.def.h index 23d15b6..25360ed 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ diff --git a/dmenu b/dmenu old mode 100644 new mode 100755 index f484b07..8e8a3eb Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index a4bde75..dee4f6a 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/drw.o b/drw.o index 3adc054..65ff9ea 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest old mode 100644 new mode 100755 index a90d144..2c0f513 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index e69d354..d744225 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index 2a026a6..9044214 100644 Binary files a/util.o and b/util.o differ