diff options
| author | LM-LCL <hello@exaltedelite.club> | 2025-09-13 19:55:25 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2025-09-13 19:55:25 +0200 |
| commit | b65bd547da928f7335ac358b40df761d8470ad2d (patch) | |
| tree | 02f1ad2d2aaea11d8db8fea9fdd900190242291d /config.def.h | |
| parent | 7dbcca49ff3cf7c1fe3e7ebe327e58df5c8a9b0b (diff) | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 9855e21..9d910ea 100644 --- a/config.def.h +++ b/config.def.h @@ -3,9 +3,9 @@ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { - [INIT] = "black", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ + [INIT] = "black", /* after initialization */ + [INPUT] = "black", /* during input */ + [FAILED] = "black", /* wrong password */ }; /* treat a cleared input like a wrong password (color) */ |
