Importand: Fix Dmenu colors

This commit is contained in:
Out Of Ideas 2023-11-01 12:54:00 +00:00
parent 9c5fbe9989
commit 65b38c67ee
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ index 9efa774..f2e387c 100644
/* 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_black_alt, "-nf", col_light_blue_alt, "-sb", col_white_alt, "-sf", col_white, NULL };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black_alt, "-nf", col_white, "-sb", col_light_blue_alt, "-sf", col_white_alt, NULL };
static const char *termcmd[] = { "st", NULL };
static const Key keys[] = {