diff --git a/suckless/slock/config.def.h b/suckless/slock/config.def.h index 9855e21..aff0f9c 100644 --- a/suckless/slock/config.def.h +++ b/suckless/slock/config.def.h @@ -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) */