aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-31 23:18:53 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-31 23:18:53 +0200
commitf4d516ba8c6f799ce01dd98456e274ae21e596bd (patch)
tree17f8bc2fda4991870df9ce0ca6bc24dca586ebda /config.h
parent8f7fe608601121d7c4ed9db792eb81c734bff882 (diff)
downloaddmenu-f4d516ba8c6f799ce01dd98456e274ae21e596bd.tar.gz
dmenu-f4d516ba8c6f799ce01dd98456e274ae21e596bd.tar.bz2
dmenu-f4d516ba8c6f799ce01dd98456e274ae21e596bd.zip
update
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index ad38804..d27a5d8 100644
--- a/config.h
+++ b/config.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;