diff options
| author | NPScript <nathan.p.reiner@gmail.com> | 2021-02-22 12:46:29 +0100 |
|---|---|---|
| committer | NPScript <nathan.p.reiner@gmail.com> | 2021-02-22 12:46:29 +0100 |
| commit | bfbca90991c227c4db99018edbb0325557e931d0 (patch) | |
| tree | e09241665d505300efccac0108cd1f9fa65dbef7 /config.h | |
| parent | 0370484f394512a3240f1efe6cebe61744ea780e (diff) | |
changed theme
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,15 +3,15 @@ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { - [INIT] = "#000000", /* after initialization */ - [INPUT] = "#000000", /* during input */ - [FAILED] = "#000000", /* wrong password */ + [INIT] = "#181818", /* after initialization */ + [INPUT] = "#181818", /* during input */ + [FAILED] = "#181818", /* wrong password */ }; /* 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[] = {"#ffffff", "#000000", "#000000"}; +const char * schemes[] = {"#547f62", "#181818", "#181818"}; const int diasize[] = {320, 320}; const char * lock_message = "Nathan Reiner"; const char * pass_char = "•"; |