fix cursor foreground for termite
This commit is contained in:
parent
ee1cb7c740
commit
e37c52e217
1 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
# here be config!
|
||||
[options]
|
||||
scroll_on_output = false
|
||||
scroll_on_keystroke = true
|
||||
|
@ -12,12 +13,13 @@ 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
|
||||
cursor_foreground = #fdf6e3
|
||||
foreground = #657b83
|
||||
foreground_bold = #002b36
|
||||
background = #fdf6e3
|
||||
|
|
Loading…
Reference in a new issue