From bfbca90991c227c4db99018edbb0325557e931d0 Mon Sep 17 00:00:00 2001 From: NPScript Date: Mon, 22 Feb 2021 12:46:29 +0100 Subject: changed theme --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 400e4f2..c9d7ba3 100644 --- a/config.h +++ b/config.h @@ -3,15 +3,15 @@ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { - [INIT] = "#000000", /* after initialization */ - [INPUT] = "#000000", /* during input */ - [FAILED] = "#000000", /* wrong password */ + [INIT] = "#181818", /* after initialization */ + [INPUT] = "#181818", /* during input */ + [FAILED] = "#181818", /* wrong password */ }; /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; const char * fonts[] = {"Source Code Pro:size=24"}; -const char * schemes[] = {"#ffffff", "#000000", "#000000"}; +const char * schemes[] = {"#547f62", "#181818", "#181818"}; const int diasize[] = {320, 320}; const char * lock_message = "Nathan Reiner"; const char * pass_char = "•"; -- cgit v1.2.3-70-g09d2