summary refs log tree commit diff
path: root/bin/scheme.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-31 18:58:28 -0400
committerJune McEnroe <june@causal.agency>2018-03-31 18:58:28 -0400
commit750f7ec5da7251643684a475b1db73d61ef9dda2 (patch)
tree47a8d3e5907b8fc044f3635eaaaa8bf750311b0e /bin/scheme.c
parentTweak cyan further (diff)
downloadsrc-750f7ec5da7251643684a475b1db73d61ef9dda2.tar.gz
src-750f7ec5da7251643684a475b1db73d61ef9dda2.zip
Lighten cursor color
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 bdf2acd7..2f71c4d1 100644
--- a/bin/scheme.c
+++ b/bin/scheme.c
@@ -170,7 +170,7 @@ static struct Terminal genTerminal(struct Ansi ansi) {
         .text       = p(ansi.light[WHITE],   0.0, 1.0, 0.9),
         .bold       = p(ansi.light[WHITE],   0.0, 1.0, 1.0),
         .selection  = p(ansi.light[RED],   +10.0, 1.0, 0.8),
-        .cursor     = p(ansi.dark[WHITE],    0.0, 1.0, 0.7),
+        .cursor     = p(ansi.dark[WHITE],    0.0, 1.0, 0.8),
     };
 }