From 2e18920dfbde796329c6befa8bf4bfae2561101c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Wed, 18 Dec 2024 22:23:35 +0400 Subject: color changed from blue to green --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 7e08d1c..4083d44 100644 --- a/config.h +++ b/config.h @@ -14,7 +14,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", "#689d6a" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -- cgit v1.2.3