From 474824a9555cb8bd3186c241ceef9fea647d0abc Mon Sep 17 00:00:00 2001 From: thad-w541 Date: Mon, 27 Oct 2025 08:42:26 -0500 Subject: [PATCH] initish --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1edb647..45429b1 100644 --- a/config.def.h +++ b/config.def.h @@ -10,7 +10,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeSel] = { "#eeeeee", "#111111" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */