From 6d723f0bbd2c8f0b6dbba299aa19662ae721993a Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 12 Aug 2024 19:30:56 -0400 Subject: [PATCH] [slock] colors up dated to fit theme --- 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 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) */