diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = "•"; |