commit 34966a76b962ca91977536f61378f0c46a9a3912
parent 1e7498b293ab21828df41a2d908f77388bf1a364
Author: fjbalon <fjbalon@templier.es>
Date: Wed, 24 Jun 2026 17:00:41 +0200
Modificación de fondo estético a negro puro en lanzamiento de dmenu_run (fuera de suckless)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -9,7 +9,7 @@ static const char *fonts[] = {
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#222222" },
+ [SchemeNorm] = { "#bbbbbb", "#000000" },
[SchemeSel] = { "#eeeeee", "#005577" },
[SchemeOut] = { "#000000", "#00ffff" },
};