This commit is contained in:
CoolnsX
2021-08-23 17:03:15 +05:30
parent 76716fba20
commit 6669adb3b8
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] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#5294e2" }, [SchemeSel] = { "#eeeeee", "#8800aa" },
[SchemeOut] = { "#000000", "#C000FF" }, [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 */

View File

@@ -10,7 +10,7 @@ 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", "#5294e2" }, [SchemeSel] = { "#eeeeee", "#8800aa" },
[SchemeOut] = { "#000000", "#C000FF" }, [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 */

Binary file not shown.

Binary file not shown.