update termite.cfg
This commit is contained in:
parent
11e6bbf8e2
commit
2d32d93897
11
termite.cfg
11
termite.cfg
|
@ -10,7 +10,6 @@ dynamic_title = true
|
||||||
urgent_on_bell = true
|
urgent_on_bell = true
|
||||||
clickable_url = true
|
clickable_url = true
|
||||||
font = Monospace 9
|
font = Monospace 9
|
||||||
#hint_font = Monospace 12
|
|
||||||
scrollback_lines = 1000
|
scrollback_lines = 1000
|
||||||
search_wrap = true
|
search_wrap = true
|
||||||
#icon_name = terminal
|
#icon_name = terminal
|
||||||
|
@ -38,12 +37,8 @@ cursor_shape = block
|
||||||
foreground = #dcdccc
|
foreground = #dcdccc
|
||||||
foreground_bold = #ffffff
|
foreground_bold = #ffffff
|
||||||
#foreground_dim = #888888
|
#foreground_dim = #888888
|
||||||
background = #3f3f3f
|
|
||||||
#cursor = #dcdccc
|
#cursor = #dcdccc
|
||||||
|
|
||||||
#hint_foreground = #dcdccc
|
|
||||||
#hint_background = #3f3f3f
|
|
||||||
|
|
||||||
# if unset, will reverse foreground and background
|
# if unset, will reverse foreground and background
|
||||||
highlight = #2f2f2f
|
highlight = #2f2f2f
|
||||||
|
|
||||||
|
@ -64,3 +59,9 @@ color12 = #94bff3
|
||||||
color13 = #ec93d3
|
color13 = #ec93d3
|
||||||
color14 = #93e0e3
|
color14 = #93e0e3
|
||||||
color15 = #ffffff
|
color15 = #ffffff
|
||||||
|
|
||||||
|
[hints]
|
||||||
|
#font = Monospace 12
|
||||||
|
#foreground = #dcdccc
|
||||||
|
#background = #3f3f3f
|
||||||
|
#border = 0.5
|
||||||
|
|
Loading…
Reference in New Issue