color changes

This commit is contained in:
krolyxon 2022-06-21 18:54:37 +05:30
parent 62e7795d19
commit 83902bd4b2
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ 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", "#005577" },
[SchemeSel] = { "#eeeeee", "#224488" },
[SchemeOut] = { "#000000", "#00ffff" },
};
static const unsigned int alphas[SchemeLast][2] = {

BIN
dmenu

Binary file not shown.