termite config changes
This commit is contained in:
parent
094e2d2d30
commit
85f44e7961
1 changed files with 7 additions and 6 deletions
|
@ -12,15 +12,16 @@ scrollback_lines = 1000
|
||||||
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 = chromium
|
browser = firefox
|
||||||
size_hints = false
|
size_hints = false
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
cursor = #fdf6e3
|
#cursor = #002b36
|
||||||
foreground = #839496
|
foreground = #657b83
|
||||||
foreground_bold = #fdf6e3
|
foreground_bold = #002b36
|
||||||
background = rgba(0, 20, 26, 0.8)
|
background = #fdf6e3
|
||||||
|
#background = rgba(0, 20, 26, 0.8)
|
||||||
#fbt's background = #00141A
|
#fbt's background = #00141A
|
||||||
#default solarized background = #002b36
|
#default solarized background = #002b36
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue