Fixed some colorings in dmenu as well
This commit is contained in:
parent
6becf8bd34
commit
f7f7c62bde
@ -13,9 +13,9 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
||||
[SchemeSel] = { "#eeeeee", "#408977" },
|
||||
[SchemeSelHighlight] = { "#ffc978", "#408977" },
|
||||
[SchemeNormHighlight] = { "#ffc978", "#222222" },
|
||||
[SchemeSel] = { "#2E3440", "#408977" },
|
||||
[SchemeSelHighlight] = { "#2E3440", "#408977" },
|
||||
[SchemeNormHighlight] = { "#bbbbbb", "#222222" },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
[SchemeOutHighlight] = { "#ffc978", "#00ffff" },
|
||||
};
|
||||
|
@ -80,7 +80,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_color1, "-sf", col_gray4, "-p", dmenupromt, NULL};
|
||||
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_color1, "-sf", col_gray1, "-p", dmenupromt, NULL};
|
||||
static const char *termcmd[] = { "st", NULL };
|
||||
|
||||
/* Own commands */
|
||||
|
Loading…
Reference in New Issue
Block a user