From 8122a4ada69f390d46760f9933da4373c5bc3e3f Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 18:55:13 +0700 Subject: [PATCH] Add Dracula color scheme --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 27cc2d0..0e55a28 100644 --- a/config.h +++ b/config.h @@ -3,9 +3,9 @@ static const char *user = "nobody"; static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { - [INIT] = "black", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ + [INIT] = "#F8F8F2", /* after initialization */ + [INPUT] = "#BD93F9", /* during input */ + [FAILED] = "#FF5555", /* wrong password */ }; /* treat a cleared input like a wrong password (color) */