Update colors

This commit is contained in:
Alex 2020-05-17 15:12:54 +02:00
parent 5f534e1c2d
commit 9b6454fc77
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#85000D", /* during input */
[INPUT] = "#2E4372", /* during input */
[FAILED] = "#420006", /* wrong password */
};