From 1cc07e6f1791a3468905ca2ea6bf9cc46a9bf7e2 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 14 May 2020 13:18:56 +0700 Subject: [PATCH] Use lower case for color code --- config.def.h | 2 +- config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index d7c11a1..699f5b6 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ diff --git a/config.h b/config.h index 125fb6b..664d5d4 100644 --- a/config.h +++ b/config.h @@ -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 */