aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-31 17:22:34 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-31 17:22:34 +0200
commit12592b7d87636d8c3ff4f0024f55cb0822552bd5 (patch)
treebd40026ddee8cc310c54e9a6e5aa3fb8a6b3c9ba /config.h
parentgruvboxed (diff)
downloadslock-12592b7d87636d8c3ff4f0024f55cb0822552bd5.tar.gz
slock-12592b7d87636d8c3ff4f0024f55cb0822552bd5.tar.bz2
slock-12592b7d87636d8c3ff4f0024f55cb0822552bd5.tar.xz
slock-12592b7d87636d8c3ff4f0024f55cb0822552bd5.tar.zst
slock-12592b7d87636d8c3ff4f0024f55cb0822552bd5.zip
regruvboxed
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2c54e1b..56c6dc3 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@ static const char *user = "nobody";
static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
- [INIT] = "black", /* after initialization */
+ [INIT] = "#1d2021", /* after initialization */
[INPUT] = "#d79921", /* during input */
[FAILED] = "#cc241d", /* wrong password */
};