This commit is contained in:
CoolnsX
2021-07-13 20:54:04 +05:30
parent 980bf3527f
commit 1a78b8cf30
4 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,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", "#3A72fe" },
[SchemeSel] = { "#eeeeee", "#5b5bff" },
[SchemeOut] = { "#000000", "#3A72FE" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */