diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) */ |