Slock config
This commit is contained in:
@@ -3,10 +3,10 @@ static const char *user = "nobody";
|
|||||||
static const char *group = "nogroup";
|
static const char *group = "nogroup";
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[BG] = "black", /* background */
|
[BG] = "#282828", /* background */
|
||||||
[INIT] = "#4f525c", /* after initialization */
|
[INIT] = "#ebdbb2", /* after initialization */
|
||||||
[INPUT] = "#005577", /* during input */
|
[INPUT] = "#8ec07c", /* during input */
|
||||||
[FAILED] = "#CC3333", /* wrong password */
|
[FAILED] = "#fb4934", /* wrong password */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* treat a cleared input like a wrong password (color) */
|
/* treat a cleared input like a wrong password (color) */
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ static const char *user = "nobody";
|
|||||||
static const char *group = "nogroup";
|
static const char *group = "nogroup";
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[BG] = "black", /* background */
|
[BG] = "#282828", /* background */
|
||||||
[INIT] = "#4f525c", /* after initialization */
|
[INIT] = "#ebdbb2", /* after initialization */
|
||||||
[INPUT] = "#005577", /* during input */
|
[INPUT] = "#8ec07c", /* during input */
|
||||||
[FAILED] = "#CC3333", /* wrong password */
|
[FAILED] = "#fb4934", /* wrong password */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* treat a cleared input like a wrong password (color) */
|
/* treat a cleared input like a wrong password (color) */
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user