From e7327bb34db4734cd09a94e25a3b89c8aa12f7bb Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 12 Aug 2020 11:44:17 +0700 Subject: [PATCH] Replace Dracula with One Dark --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 664d5d4..3310924 100644 --- a/config.h +++ b/config.h @@ -4,8 +4,8 @@ static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "#000000", /* after initialization */ - [INPUT] = "#282a36", /* during input */ - [FAILED] = "#ff5555", /* wrong password */ + [INPUT] = "#282c34", /* during input */ + [FAILED] = "#be5046", /* wrong password */ }; /* lock screen opacity */ @@ -18,7 +18,7 @@ static const int failonclear = 1; static const char * message = "Enter password to unlock"; /* text color */ -static const char * text_color = "#ffffff"; +static const char * text_color = "#abb2bf"; /* text size (must be a valid size) */ static const char * text_size = "-*-dejavu sans mono-bold-r-normal--22-*-*-*-*-*-iso10646-1";