aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 */
};