From 7065fc03f6a415ff885f4a8e3e80ee0a8294b5ad Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 2 Jan 2024 13:07:44 -0500 Subject: [PATCH] [slock] change colors --- suckless/slock/config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) */