1
0
Fork 0

fix cursor foreground for termite

This commit is contained in:
Von Random 2017-05-10 17:29:05 +03:00
parent ee1cb7c740
commit e37c52e217

View file

@ -1,3 +1,4 @@
# here be config!
[options] [options]
scroll_on_output = false scroll_on_output = false
scroll_on_keystroke = true scroll_on_keystroke = true
@ -12,15 +13,16 @@ scrollback_lines = 10000
search_wrap = true search_wrap = true
icon_name = terminal icon_name = terminal
cursor_blink = off cursor_blink = off
cursor_shape = underline cursor_shape = block
browser = default-web-browser browser = default-web-browser
size_hints = true size_hints = true
[colors] [colors]
cursor = #dc322f cursor = #dc322f
foreground = #657b83 cursor_foreground = #fdf6e3
foreground_bold = #002b36 foreground = #657b83
background = #fdf6e3 foreground_bold = #002b36
background = #fdf6e3
# base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized) # base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
color0 = #073642 color0 = #073642