diff --git a/config.h b/config.h index 92ef6dc..f11f4c1 100644 --- a/config.h +++ b/config.h @@ -4,8 +4,8 @@ static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ + [INPUT] = "#FFB000", /* during input */ + [FAILED] = "#FFCC00", /* wrong password */ }; /* treat a cleared input like a wrong password (color) */