Change theme to crimson red

This commit is contained in:
Alex 2020-05-11 20:52:31 +02:00
parent 791f386f0c
commit 5f534e1c2d
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#FFB000", /* during input */
[FAILED] = "#FFCC00", /* wrong password */
[INPUT] = "#85000D", /* during input */
[FAILED] = "#420006", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */