dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bda4ddc2c5da953af0024358fe3dd0df69bb728d
parent 6104ef98c10181281d5be69f3d3242ca173b7def
Author: Harridrone <harrison_k_a@hotmail.com>
Date:   Tue, 23 Feb 2021 18:21:56 -0500

Changed dmenu colours

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -59,7 +59,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_blue_teal, "-nf", col_white, "-sb", col_white, "-sf", col_blue_teal, NULL }; static const char *termcmd[] = { "sakura", NULL }; static Key keys[] = {