From 3b860883e18dd97cf5dd1100bf4de8613e06375d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 23:36:53 +0700 Subject: [PATCH] Use darker color (again) Purple is too distracting --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index e2d3cef..f572123 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 */ };