diff --git a/config.h b/config.h index 2f63d35..68a2ba3 100644 --- a/config.h +++ b/config.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[] = { - "Roboto Mono:size=10" + "Source Code Pro: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] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeSel] = { "#eeeeee", "#1c343c" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ diff --git a/dmenu b/dmenu index 4403c1d..37f9057 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index 34e07e7..55f42cd 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/dmenu_run b/dmenu_run old mode 100755 new mode 100644 diff --git a/drw.o b/drw.o index ea904ee..be60440 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest index a90d144..c93eed0 100755 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index e69d354..9408acc 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index 2a026a6..4607dbd 100644 Binary files a/util.o and b/util.o differ