~kris/suckless

slock

ref: 754195f8d75586e23d1cc69cad00710802e0cb5d slock/config.def.h -rw-r--r-- 202 bytes
754195f8 — Markus Teich rework setting window color 11 years ago
                                                                                
1
2
3
4
5
6
static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* failed/cleared the input */
};
static const Bool failonclear = True;