~kris/suckless

slock

ref: 32149e404383d979edf58b878cff9c5d8a935259 slock/config.def.h -rw-r--r-- 202 bytes
32149e40 — Markus Teich remove .hgtags 10 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;