[slock] change colors

This commit is contained in:
dogeystamp 2024-01-02 13:07:44 -05:00
parent a65c24124a
commit 7065fc03f6

View File

@ -4,8 +4,8 @@ static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
[INPUT] = "#111111", /* during input */
[FAILED] = "#551111", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */