From 744232078fac401d9c77c516bca04ab98d35b56b Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 26 Oct 2023 14:45:56 +0200 Subject: [PATCH] changed colors --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 35f9591..572020e 100644 --- a/config.def.h +++ b/config.def.h @@ -3,10 +3,10 @@ static const char *user = "user"; static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { - [INIT] = "#000000", /* after initialization */ - [INPUT] = "#0000ff", /* during input */ - [FAILED] = "#ff0000", /* wrong password */ - [CAPS] = "#ffff00", /* CapsLock on */ + [INIT] = "#2d2d2d", /* after initialization */ + [INPUT] = "#005577", /* during input */ + [FAILED] = "#cc3333", /* wrong password */ + [CAPS] = "#ff0000", /* CapsLock on */ }; /* treat a cleared input like a wrong password (color) */