aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index f182a3a..2c54e1b 100644
--- a/config.h
+++ b/config.h
@@ -4,8 +4,8 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
+ [INPUT] = "#d79921", /* during input */
+ [FAILED] = "#cc241d", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */