[slock] colors up dated to fit theme

This commit is contained in:
dogeystamp 2024-08-12 19:30:56 -04:00
parent d5c8c44038
commit 6d723f0bbd
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

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