summarylogtreecommitdiffstats
path: root/slock-solarized-dark-1.4.diff
diff options
context:
space:
mode:
Diffstat (limited to 'slock-solarized-dark-1.4.diff')
-rw-r--r--slock-solarized-dark-1.4.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/slock-solarized-dark-1.4.diff b/slock-solarized-dark-1.4.diff
new file mode 100644
index 000000000000..89e1f027acb5
--- /dev/null
+++ b/slock-solarized-dark-1.4.diff
@@ -0,0 +1,17 @@
+diff --git a/config.def.h b/config.def.h
+index 9855e21..aeafb89 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -3,9 +3,9 @@ static const char *user = "nobody";
+ static const char *group = "nogroup";
+
+ static const char *colorname[NUMCOLS] = {
+- [INIT] = "black", /* after initialization */
+- [INPUT] = "#005577", /* during input */
+- [FAILED] = "#CC3333", /* wrong password */
++ [INIT] = "#002b36", /* after initialization */
++ [INPUT] = "#268bd2", /* during input */
++ [FAILED] = "#cb4b16", /* wrong password */
+ };
+
+ /* treat a cleared input like a wrong password (color) */