summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-17 20:56:11 -0500
committerGitHub <noreply@github.com>2022-06-17 20:56:11 -0500
commitc42e96b30499e5c9617921b07e6098d46b75d601 (patch)
tree0eae244402b1d388c7e7465a794a6f0b3c133716 /config.h
parent9779914f7a0bdec4837bb2a3612567bc00b9fe6e (diff)
fix dmenu colors
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c25810a..c2fa431 100644
--- a/config.h
+++ b/config.h
@@ -58,7 +58,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_gray2, "-sf", col_gray4, NULL };
static Key keys[] = {
/* modifier key function argument */