From 69b8f7a252609615d1fbb08c505575a61b4e0ac3 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 23:05:29 +0700 Subject: [PATCH] Revert "Use darker color" This reverts commit f5b8c73f8182bfe50cceee7b4761f5b023b515e6. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 9ca4e7e..234315f 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] = "#000000", /* after initialization */ - [INPUT] = "#282A36", /* during input */ + [INIT] = "#282A36", /* after initialization */ + [INPUT] = "#BD93F9", /* during input */ [FAILED] = "#FF5555", /* wrong password */ };