From ab3bf5f18163106984842c0eb112af8be69853a7 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 May 2022 17:21:00 +0200 Subject: gruvboxed --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index f182a3a..2c54e1b 100644 --- a/config.h +++ b/config.h @@ -4,8 +4,8 @@ static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ + [INPUT] = "#d79921", /* during input */ + [FAILED] = "#cc241d", /* wrong password */ }; /* treat a cleared input like a wrong password (color) */ -- cgit v1.2.3