summarylogtreecommitdiffstats
path: root/slock-solarized-dark-1.4.diff
blob: 89e1f027acb529bc18f8dd1c93dd1b29fe25914a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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) */