summarylogtreecommitdiffstats
path: root/gruvbox.patch
blob: 830bbaa8709a2a3b0d174fa86c73c2fee0aff167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -aur slock-1.4/config.def.h slock-1.4.new/config.def.h
--- slock-1.4/config.def.h	2017-02-13 14:29:27.623338280 +0000
+++ slock-1.4.new/config.def.h	2017-02-13 14:30:44.959658697 +0000
@@ -3,9 +3,9 @@
 static const char *group = "nobody";
 
 static const char *colorname[NUMCOLS] = {
-	[INIT] =   "black",     /* after initialization */
-	[INPUT] =  "#005577",   /* during input */
-	[FAILED] = "#CC3333",   /* wrong password */
+	[INIT] =   "#282828",     /* after initialization */
+	[INPUT] =  "#689d6a",   /* during input */
+	[FAILED] = "#cc241d",   /* wrong password */
 };
 
 /* treat a cleared input like a wrong password (color) */