diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-31 17:21:00 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-31 17:21:00 +0200 |
commit | ab3bf5f18163106984842c0eb112af8be69853a7 (patch) | |
tree | b6814b93d9cb4ccdae9024254b22ea325ecccff9 /config.h | |
parent | First Joe commit, background image patch customized (diff) | |
download | slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.gz slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.bz2 slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.xz slock-ab3bf5f18163106984842c0eb112af8be69853a7.tar.zst slock-ab3bf5f18163106984842c0eb112af8be69853a7.zip |
gruvboxed
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) */ |