diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-18 18:09:42 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-18 18:09:42 +0100 |
| commit | 32b803ac934da9d6f537166266f85a6157c508e3 (patch) | |
| tree | f5c2c40e4025e29c495f4759034d565dab4bc2fd /config.h | |
| parent | af93a7a473de8bc46a00a40c52e3e56439ff7dc2 (diff) | |
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 = "•"; |