diff --git a/config.h b/config.h index 25ccc72..13f4ff4 100755 --- a/config.h +++ b/config.h @@ -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 */ diff --git a/dmenu b/dmenu index 2b413e7..510d379 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index aba947f..aaad719 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/drw.o b/drw.o index 955729d..d76bd63 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest index bb439ef..b48e071 100755 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index 7a645c2..63f314a 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index b1b45c3..8e55fa1 100644 Binary files a/util.o and b/util.o differ