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:58:28 -0400
committerJune McEnroe <programble@gmail.com>2018-03-31 18:58:28 -0400
commit44e1c1ea1abcf6ec8c9a2b257157265ee78e4ba6 (patch)
treef6e1ae3553c53d50ea9e36a43531e6c279a04bcd /bin/scheme.c
parentTweak cyan further (diff)
downloadsrc-44e1c1ea1abcf6ec8c9a2b257157265ee78e4ba6.tar.gz
src-44e1c1ea1abcf6ec8c9a2b257157265ee78e4ba6.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 95c802ac..649fd6d1 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),
     };
 }