diff options
author | June McEnroe <programble@gmail.com> | 2018-03-31 18:53:00 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-03-31 18:53:00 -0400 |
commit | 6c8f4368553f3494de52b5c428bc82395b092b57 (patch) | |
tree | bf32c6e9e10311b52c0a79df4659f2140c22d9c1 | |
parent | Tweak colors in scheme (diff) | |
download | src-6c8f4368553f3494de52b5c428bc82395b092b57.tar.gz src-6c8f4368553f3494de52b5c428bc82395b092b57.zip |
Tweak cyan further
It's actually green at this point.
Diffstat (limited to '')
-rw-r--r-- | bin/scheme.c | 2 |
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), }, }; |