This commit is contained in:
CoolnsX
2021-07-26 16:47:06 +05:30
parent 56a6f29c09
commit 7e59211c38
4 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#5b5bff" }, [SchemeSel] = { "#eeeeee", "#5294e2" },
[SchemeOut] = { "#000000", "#3A72FE" }, [SchemeOut] = { "#000000", "#C000FF" },
}; };
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 10; static unsigned int lines = 10;

View File

@@ -10,8 +10,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#5b5bff" }, [SchemeSel] = { "#eeeeee", "#5294e2" },
[SchemeOut] = { "#000000", "#3A72FE" }, [SchemeOut] = { "#000000", "#C000FF" },
}; };
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 10; static unsigned int lines = 10;

Binary file not shown.

Binary file not shown.