diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-31 17:22:34 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-31 17:22:34 +0200 |
commit | 12592b7d87636d8c3ff4f0024f55cb0822552bd5 (patch) | |
tree | bd40026ddee8cc310c54e9a6e5aa3fb8a6b3c9ba /config.h | |
parent | gruvboxed (diff) | |
download | slock-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |