Add Dracula color scheme

master
Khue Doan 2019-06-09 18:55:13 +07:00
parent b2f5b85fc4
commit 8122a4ada6
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ static const char *user = "nobody";
static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
[INIT] = "#F8F8F2", /* after initialization */
[INPUT] = "#BD93F9", /* during input */
[FAILED] = "#FF5555", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */