From f5b8c73f8182bfe50cceee7b4761f5b023b515e6 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 20:19:41 +0700 Subject: [PATCH] Use darker color --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 234315f..9ca4e7e 100644 --- a/config.h +++ b/config.h @@ -3,8 +3,8 @@ static const char *user = "nobody"; static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { - [INIT] = "#282A36", /* after initialization */ - [INPUT] = "#BD93F9", /* during input */ + [INIT] = "#000000", /* after initialization */ + [INPUT] = "#282A36", /* during input */ [FAILED] = "#FF5555", /* wrong password */ };