Fix wrong Dracula background color

master
Khue Doan 2019-06-09 18:56:10 +07:00
parent 8122a4ada6
commit 327aceeb16
1 changed files with 1 additions and 1 deletions

View File

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