summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/scheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scheme.c b/bin/scheme.c
index b3d1f60d..396512c4 100644
--- a/bin/scheme.c
+++ b/bin/scheme.c
@@ -92,7 +92,7 @@ static void generate(void) {
 	light[White]   = x(R, +45.0, 0.3, 0.8);
 
 	dark[Black] = x(light[Black], 0.0, 1.0, 0.3);
-	dark[White] = x(light[White], 0.0, 1.0, 0.6);
+	dark[White] = x(light[White], 0.0, 1.0, 0.7);
 	for (uint i = Red; i < White; ++i) {
 		dark[i] = x(light[i], 0.0, 1.0, 0.8);
 	}