diff options
| -rwxr-xr-x | config.h | 8 | ||||
| -rwxr-xr-x | slock | bin | 23120 -> 23120 bytes | |||
| -rw-r--r-- | slock.o | bin | 12456 -> 12456 bytes |
3 files changed, 4 insertions, 4 deletions
@@ -3,10 +3,10 @@ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { - [BACKGROUND] = "black", - [INIT] = "#2d2d2d", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ + [BACKGROUND] = "#2E3440", + [INIT] = "#616E88", /* after initialization */ + [INPUT] = "#ECEFF4", /* during input */ + [FAILED] = "#bf616a", /* wrong password */ }; /* treat a cleared input like a wrong password (color) */ Binary files differBinary files differ |
