Use darker color

This commit is contained in:
Khue Doan 2019-06-09 20:19:41 +07:00
parent 1218a3b63d
commit f5b8c73f81
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ static const char *user = "nobody";
static const char *group = "nobody"; static const char *group = "nobody";
static const char *colorname[NUMCOLS] = { static const char *colorname[NUMCOLS] = {
[INIT] = "#282A36", /* after initialization */ [INIT] = "#000000", /* after initialization */
[INPUT] = "#BD93F9", /* during input */ [INPUT] = "#282A36", /* during input */
[FAILED] = "#FF5555", /* wrong password */ [FAILED] = "#FF5555", /* wrong password */
}; };