summaryrefslogtreecommitdiff
path: root/x11-misc/slock/files/50-colors.patch
blob: b9b35097e227cc4bc76b53f6f547bb3a398214a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git i/config.def.h w/config.def.h
index 9855e21..5aa29be 100644
--- i/config.def.h
+++ w/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] =   "#152126",     /* after initialization */
+	[INPUT] =  "#152126",   /* during input */
+	[FAILED] = "#682733",   /* wrong password */
 };
 
 /* treat a cleared input like a wrong password (color) */