This commit is contained in:
2024-01-24 23:17:49 -05:00
parent f73ee3ec55
commit 79e3f54a93
7 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ static const char *fonts[] = {
static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#99cccc", "#333366" }, [SchemeNorm] = { "#b2b2b2", "#272727" },
[SchemeSel] = { "#ccffff", "#333399" }, [SchemeSel] = { "#ffffff", "#3f3f3f" },
[SchemeOut] = { "#000000", "#000000" }, [SchemeOut] = { "#000000", "#000000" },
}; };
/* -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 */
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.