From 4e03fe46a9cc48500abc9e70a54d4d734ab335ce Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 26 Sep 2018 21:03:40 +0200 Subject: [PATCH] tigrc: use color15 for cursor by default (bright white) "bold" does not necessarily mean "bright", and default white is hardly visible on green (using solarized colors myself). Ref: https://github.com/kovidgoyal/kitty/issues/197 --- tigrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tigrc b/tigrc index 1bb79e472..6d9951834 100644 --- a/tigrc +++ b/tigrc @@ -365,7 +365,7 @@ color " Acked-by" yellow default color " Tested-by" yellow default color " Reviewed-by" yellow default color default default default normal -color cursor white green bold +color cursor color15 green bold color status green default color delimiter magenta default color date blue default