From 44e1c1ea1abcf6ec8c9a2b257157265ee78e4ba6 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 31 Mar 2018 18:58:28 -0400 Subject: Lighten cursor color --- bin/scheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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), }; } -- cgit 1.4.1 (deprecated) process supervisor
summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Expand)Author
2021-02-01Check signals first in the loopJune McEnroe
2020-12-15Log a message when stopping a service waiting to restart 1.1June McEnroe
2020-11-10Refactor unveil calls so errors can be reported properlyJune McEnroe
2020-10-27Do not increment signalsJune McEnroe
2020-10-23Only look up group if one is namedJune McEnroe
2020-10-23Remove default defines of RUNDIR, ETCDIRJune McEnroe
2020-10-23Set shell scripts executable in buildJune McEnroe
2020-10-20Humanize milliseconds if interval is less than 1sJune McEnroe
2020-10-20Humanize restart intervalJune McEnroe
2020-08-17Document default catsit.conf location on OpenBSD 1.0June McEnroe
2020-08-17Template catsit script with RUNDIRJune McEnroe
2020-08-17Clean up includesJune McEnroe
2020-08-17Log service uptime in statusJune McEnroe