diff options
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |