some adjustments now that neovim is available; also use underline for cursor in termite
This commit is contained in:
parent
e950da7742
commit
5f43fe4181
3 changed files with 8 additions and 20 deletions
|
@ -12,12 +12,12 @@ scrollback_lines = 1000
|
|||
search_wrap = true
|
||||
icon_name = terminal
|
||||
cursor_blink = off
|
||||
cursor_shape = block
|
||||
cursor_shape = underline
|
||||
browser = firefox
|
||||
size_hints = false
|
||||
|
||||
[colors]
|
||||
#cursor = #002b36
|
||||
cursor = #002b36
|
||||
foreground = #657b83
|
||||
foreground_bold = #002b36
|
||||
background = #fdf6e3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue