aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-31 17:21:00 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-31 17:21:00 +0200
commitab3bf5f18163106984842c0eb112af8be69853a7 (patch)
treeb6814b93d9cb4ccdae9024254b22ea325ecccff9
parentFirst Joe commit, background image patch customized (diff)
downloadslock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.gz
slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.bz2
slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.xz
slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.zst
slock-ab3bf5f18163106984842c0eb112af8be69853a7.zip
gruvboxed
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index f182a3a..2c54e1b 100644
--- a/config.h
+++ b/config.h
@@ -4,8 +4,8 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
+ [INPUT] = "#d79921", /* during input */
+ [FAILED] = "#cc241d", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */