[slock] change colors
This commit is contained in:
parent
a65c24124a
commit
7065fc03f6
@ -4,8 +4,8 @@ static const char *group = "nogroup";
|
|||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[INIT] = "black", /* after initialization */
|
[INIT] = "black", /* after initialization */
|
||||||
[INPUT] = "#005577", /* during input */
|
[INPUT] = "#111111", /* during input */
|
||||||
[FAILED] = "#CC3333", /* wrong password */
|
[FAILED] = "#551111", /* 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