From 32b803ac934da9d6f537166266f85a6157c508e3 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 18 Feb 2023 18:09:42 +0100 Subject: changed theme --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 87f64a8..e548dc2 100644 --- a/config.h +++ b/config.h @@ -3,12 +3,12 @@ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { - [BACKGROUND] = "#181818", /* Background */ + [BACKGROUND] = "#282828", /* Background */ }; /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; const char * fonts[] = {"Source Code Pro:size=24"}; -const char * textcolor[] = {"#547f62", "#181818", "#181818"}; -const char * decoration[] = {"#7f5471", "#181818", "#181818"}; +const char * textcolor[] = {"#689d6a", "#282828", "#282828"}; +const char * decoration[] = {"#b16286", "#282828", "#282828"}; const char * pass_char = "•"; -- cgit v1.2.3-70-g09d2