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