aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-09 19:18:40 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-09 19:18:40 +0200
commitb1676c413afaf225f403864ac468be39c1565019 (patch)
tree0666a9bba768527ada70293b2588368667ac1361 /config.def.h
parentAdded border and center patches (diff)
downloaddmenu-b1676c413afaf225f403864ac468be39c1565019.tar.gz
dmenu-b1676c413afaf225f403864ac468be39c1565019.tar.bz2
dmenu-b1676c413afaf225f403864ac468be39c1565019.tar.xz
dmenu-b1676c413afaf225f403864ac468be39c1565019.tar.zst
dmenu-b1676c413afaf225f403864ac468be39c1565019.zip
Fully patched
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index aea2c94..8a90f88 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,10 +13,13 @@ static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#005577" },
+ [SchemeSelHighlight] = { "#ffc978", "#b92121" },
+ [SchemeNormHighlight] = { "#ffc978", "#222222" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;
+static unsigned int lineheight = 0; /* -h option; minimum height of a menu line */
/*
* Characters not considered part of a word while deleting words