summary refs log tree commit diff
path: root/bin/scheme.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-31 18:53:00 -0400
committerJune McEnroe <programble@gmail.com>2018-03-31 18:53:00 -0400
commit6c8f4368553f3494de52b5c428bc82395b092b57 (patch)
treebf32c6e9e10311b52c0a79df4659f2140c22d9c1 /bin/scheme.c
parentTweak colors in scheme (diff)
downloadsrc-6c8f4368553f3494de52b5c428bc82395b092b57.tar.gz
src-6c8f4368553f3494de52b5c428bc82395b092b57.zip
Tweak cyan further
It's actually green at this point.
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 257b76ea..95c802ac 100644
--- a/bin/scheme.c
+++ b/bin/scheme.c
@@ -151,7 +151,7 @@ static struct Ansi genAnsi(void) {
             [YELLOW]  = p(Y, -20.0, 0.8, 0.8),
             [BLUE]    = p(B, -55.0, 0.4, 0.5),
             [MAGENTA] = p(M, +45.0, 0.4, 0.6),
-            [CYAN]    = p(C, -55.0, 0.5, 0.6),
+            [CYAN]    = p(C, -60.0, 0.3, 0.6),
             [WHITE]   = p(R, +45.0, 0.3, 0.8),
         },
     };