aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.h8
-rwxr-xr-xslockbin23120 -> 23120 bytes
-rw-r--r--slock.obin12456 -> 12456 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 3b4e12b..8bb9326 100755
--- a/config.h
+++ b/config.h
@@ -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) */
diff --git a/slock b/slock
index a84f9d8..81e32de 100755
--- a/slock
+++ b/slock
Binary files differ
diff --git a/slock.o b/slock.o
index 7411b56..cb727d9 100644
--- a/slock.o
+++ b/slock.o
Binary files differ