summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-26 13:43:35 -0500
committerCraig Jennings <c@cjennings.net>2025-05-26 13:43:35 -0500
commit7c670b44bc7e6b65f56b1bbfa1a44e09ac8a3a78 (patch)
tree2f8c64a5729fb925afeb90e8e7ae15bee1842f4c /config.def.h
parented5903facb2de18d461d5675c2a9cf0ad4f50b80 (diff)
adding goldenrod if caps lock is engaged
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 27cc2d0..09cac52 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,9 +3,10 @@ static const char *user = "nobody";
static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
- [INIT] = "black", /* after initialization */
+ [INIT] = "#000000", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
+ [CAPS] = "#DAA520", /* CapsLock on */
};
/* treat a cleared input like a wrong password (color) */