diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 00:54:18 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-27 23:54:39 +0400 |
commit | 8eb6dc4fbaac5f295a57220432b8667982b0b137 (patch) | |
tree | 6ca3825c52f456508903a150fc99edb74e9ccce0 /config.h | |
parent | 392e68c6ca3a0cf61b7111552e668970541fc750 (diff) |
dmenu prompt color changed
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,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_green, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "st", NULL }; static const char *browsercmd[] = { "qutebrowser", NULL }; |