commit bac03cd1ad51621d864fe1f8aeed13a4de6a00ed
parent 58f6e5b9662c2107c70747205e5cc0be3806b569
Author: Andrew Laack <andrew@laack.co>
Date: Fri, 6 Mar 2026 14:27:56 -0600
Updated dmenu defaults to match my expectations
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config.h b/config.h
@@ -10,13 +10,13 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#ebdbb2", "#282828" },
- [SchemeSel] = { "#eeeeee", "#967762" },
- [SchemeOut] = { "#000000", "#00ffff" },
+ [SchemeNorm] = { "#FFFFFF", "#000000" },
+ [SchemeSel] = { "#FFFFFF", "#AAAAAA" },
+ [SchemeOut] = { "#FFFFFF", "#000000" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
-static unsigned int lines = 0;
+static unsigned int lines = 15;
/*
* Characters not considered part of a word while deleting words