Update colors
This commit is contained in:
parent
e4cf687137
commit
478dd74bc5
2
config.h
2
config.h
|
@ -4,7 +4,7 @@ static const char *group = "nogroup";
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[INIT] = "black", /* after initialization */
|
[INIT] = "black", /* after initialization */
|
||||||
[INPUT] = "#85000D", /* during input */
|
[INPUT] = "#2E4372", /* during input */
|
||||||
[FAILED] = "#420006", /* wrong password */
|
[FAILED] = "#420006", /* wrong password */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue