Use lower case for color code

master
Khue Doan 2020-05-14 13:18:56 +07:00
parent 3d60df3286
commit 1cc07e6f17
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
[FAILED] = "#cc3333", /* wrong password */
};
/* lock screen opacity */

View File

@ -4,8 +4,8 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "#000000", /* after initialization */
[INPUT] = "#282A36", /* during input */
[FAILED] = "#FF5555", /* wrong password */
[INPUT] = "#282a36", /* during input */
[FAILED] = "#ff5555", /* wrong password */
};
/* lock screen opacity */