diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-06-19 09:25:25 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-06-19 09:25:25 +0200 |
| commit | af93a7a473de8bc46a00a40c52e3e56439ff7dc2 (patch) | |
| tree | 26111e84a401d96ece2fcf43239514098717b0fa /config.h | |
| parent | ac23be740a8b39f73c8dfebd2c391a0ef637c7ee (diff) | |
design update
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 = "_"; |