Xinqi Bao's Git
projects
/
slock.git
/ blob
4bccb5da900f5a805890ac3f0b8c0eb44d45f6f4
[slock.git]
/
config.def.h
1
static const char
*
colorname
[
NUMCOLS
] = {
2
"black"
,
/* after initialization */
3
"#005577"
,
/* during input */
4
"#CC3333"
,
/* failed/cleared the input */
5
};