Add Dracula color scheme
parent
b2f5b85fc4
commit
8122a4ada6
6
config.h
6
config.h
|
|
@ -3,9 +3,9 @@ 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] = "black", /* after initialization */
|
[INIT] = "#F8F8F2", /* after initialization */
|
||||||
[INPUT] = "#005577", /* during input */
|
[INPUT] = "#BD93F9", /* during input */
|
||||||
[FAILED] = "#CC3333", /* wrong password */
|
[FAILED] = "#FF5555", /* wrong password */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* treat a cleared input like a wrong password (color) */
|
/* treat a cleared input like a wrong password (color) */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue