summarylogtreecommitdiffstats
path: root/slock-solarized-dark-1.4.diff
diff options
context:
space:
mode:
authorymber2019-08-28 10:43:24 +0100
committerymber2019-08-28 10:45:15 +0100
commitcf54a6cda5b647305c9e9837e6b3dfe312a4de84 (patch)
tree695f97aed931fb3ab57ef2412e59139869a43aa0 /slock-solarized-dark-1.4.diff
parent853201a6d074618510465408d49e62e71b6cd50f (diff)
downloadaur-slock-solarized-dark.tar.gz
Patch source files properly
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) */