[slock] colors up dated to fit theme
This commit is contained in:
parent
d5c8c44038
commit
6d723f0bbd
@ -4,8 +4,8 @@ static const char *group = "nobody";
|
|||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[INIT] = "black", /* after initialization */
|
[INIT] = "black", /* after initialization */
|
||||||
[INPUT] = "#111111", /* during input */
|
[INPUT] = "#334455", /* during input */
|
||||||
[FAILED] = "#551111", /* wrong password */
|
[FAILED] = "#556677", /* 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
Block a user