summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 639a980..712df56 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,8 +4,8 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
- [INPUT] = "#66aabb", /* during input */
- [FAILED] = "#cc3333", /* wrong password */
+ [INPUT] = "#7D4B23", /* during input */
+ [FAILED] = "#B7416E", /* wrong password */
[BLOCKS] = "#f2f1f0", /* key feedback block */
};