/* user and group to drop privileges to */ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { [BACKGROUND] = "#181818", /* 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 * pass_char = "•";