slock/config.def.h
2015-05-08 16:44:06 +02:00

7 lines
202 B
C

static const char *colorname[NUMCOLS] = {
"black", /* after initialization */
"#005577", /* during input */
"#CC3333", /* failed/cleared the input */
};
static const Bool failonclear = True;