summary refs log tree commit diff
path: root/bin/scheme.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-26 21:07:05 -0400
committerJune McEnroe <june@causal.agency>2019-07-26 21:07:05 -0400
commit28af8cb55a04973f1be6d5de16177f77a3ab7518 (patch)
tree7522a95885a727edb489f920bbe7e394a5521021 /bin/scheme.c
parentAdd png.3 man page (diff)
downloadsrc-28af8cb55a04973f1be6d5de16177f77a3ab7518.tar.gz
src-28af8cb55a04973f1be6d5de16177f77a3ab7518.zip
Lighten dark white
Diffstat (limited to 'bin/scheme.c')
-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);
 	}