From 16919028b9dbb61ddb32a80061e2ae8f15189e7a Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 7 Apr 2022 04:38:09 -0400 Subject: changed to brighter blue for libadwaita integration --- dmenu/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmenu/config.def.h b/dmenu/config.def.h index 9b74712..6ae2294 100644 --- a/dmenu/config.def.h +++ b/dmenu/config.def.h @@ -11,7 +11,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#303030" }, - [SchemeSel] = { "#eeeeee", "#11427E" }, + [SchemeSel] = { "#eeeeee", "#255A9B" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -- cgit v1.2.3