From 12592b7d87636d8c3ff4f0024f55cb0822552bd5 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 May 2022 17:22:34 +0200 Subject: regruvboxed --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2c54e1b..56c6dc3 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ static const char *user = "nobody"; static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { - [INIT] = "black", /* after initialization */ + [INIT] = "#1d2021", /* after initialization */ [INPUT] = "#d79921", /* during input */ [FAILED] = "#cc241d", /* wrong password */ }; -- cgit v1.2.3