From f4d516ba8c6f799ce01dd98456e274ae21e596bd Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sat, 31 May 2025 23:18:53 +0200 Subject: update --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ad38804..d27a5d8 100644 --- a/config.def.h +++ b/config.def.h @@ -14,6 +14,7 @@ static const char *colors[SchemeLast][2] = { [SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeSel] = { "#eeeeee", "#005577" }, [SchemeOut] = { "#000000", "#00ffff" }, + [SchemeBorder] = { "#cccccc", NULL }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; -- cgit v1.2.3