Revert "Use darker color"

This reverts commit f5b8c73f81.
master
Khue Doan 2019-06-09 23:05:29 +07:00
parent f5b8c73f81
commit 69b8f7a252
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 *colorname[NUMCOLS] = {
[INIT] = "#000000", /* after initialization */
[INPUT] = "#282A36", /* during input */
[INIT] = "#282A36", /* after initialization */
[INPUT] = "#BD93F9", /* during input */
[FAILED] = "#FF5555", /* wrong password */
};