From e37c52e217de905c5588fbf61675c4d45038f450 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 10 May 2017 17:29:05 +0300 Subject: [PATCH] fix cursor foreground for termite --- termite_config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/termite_config b/termite_config index b01c6af..8c5bbb5 100644 --- a/termite_config +++ b/termite_config @@ -1,3 +1,4 @@ +# here be config! [options] scroll_on_output = false scroll_on_keystroke = true @@ -12,15 +13,16 @@ scrollback_lines = 10000 search_wrap = true icon_name = terminal cursor_blink = off -cursor_shape = underline +cursor_shape = block browser = default-web-browser size_hints = true [colors] -cursor = #dc322f -foreground = #657b83 -foreground_bold = #002b36 -background = #fdf6e3 +cursor = #dc322f +cursor_foreground = #fdf6e3 +foreground = #657b83 +foreground_bold = #002b36 +background = #fdf6e3 # base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized) color0 = #073642