diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 09:11:58 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 09:11:58 +0530 |
commit | 96a2605674e2621957af40b7b8eb450ccf2841e6 (patch) | |
tree | e340ad817ef9eb97705e06f199fbb526f064bbed /config.def.h | |
parent | 6ddf8b2836947e142fea54a3024bd3e1c29eff7c (diff) |
Highpriority patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1edb647..65e03fb 100644 --- a/config.def.h +++ b/config.def.h @@ -12,6 +12,7 @@ static const char *colors[SchemeLast][2] = { [SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeSel] = { "#eeeeee", "#005577" }, [SchemeOut] = { "#000000", "#00ffff" }, + [SchemeHp] = { "#bbbbbb", "#333333" } }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; |