diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-17 20:56:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 20:56:11 -0500 |
| commit | c42e96b30499e5c9617921b07e6098d46b75d601 (patch) | |
| tree | 0eae244402b1d388c7e7465a794a6f0b3c133716 | |
| parent | 9779914f7a0bdec4837bb2a3612567bc00b9fe6e (diff) | |
fix dmenu colors
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
