From af93a7a473de8bc46a00a40c52e3e56439ff7dc2 Mon Sep 17 00:00:00 2001 From: NPScript Date: Sun, 19 Jun 2022 09:25:25 +0200 Subject: design update --- config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0fe7055..87f64a8 100644 --- a/config.h +++ b/config.h @@ -9,8 +9,6 @@ static const char *colorname[NUMCOLS] = { /* 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[] = {"#547f62", "#181818", "#181818"}; -const int diasize[] = {320, 320}; -const char * lock_message = "> Nathan Reiner"; +const char * textcolor[] = {"#547f62", "#181818", "#181818"}; +const char * decoration[] = {"#7f5471", "#181818", "#181818"}; const char * pass_char = "•"; -const char * cursor_char = "_"; -- cgit v1.2.3-70-g09d2