Use new amber theme

This commit is contained in:
Alex 2020-05-11 10:58:49 +02:00
parent d9305452b6
commit 791f386f0c
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] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
[INPUT] = "#FFB000", /* during input */
[FAILED] = "#FFCC00", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */