1
0
Fork 0
vdotfiles/termite_config

48 lines
950 B
Text
Raw Normal View History

2017-05-10 17:29:05 +03:00
# here be config!
2015-06-22 14:02:36 +03:00
[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
2015-06-22 17:07:45 +03:00
mouse_autohide = true
allow_bold = true
2015-06-22 14:02:36 +03:00
dynamic_title = true
urgent_on_bell = true
clickable_url = true
2018-02-26 02:21:03 +02:00
font = Fantasque Sans Mono 11
2016-04-15 11:01:20 +03:00
scrollback_lines = 10000
2015-06-22 14:02:36 +03:00
search_wrap = true
icon_name = terminal
cursor_blink = off
2017-05-10 17:29:05 +03:00
cursor_shape = block
browser = default-web-browser
size_hints = true
2015-06-22 14:02:36 +03:00
[colors]
2017-05-10 17:29:05 +03:00
cursor = #dc322f
cursor_foreground = #fdf6e3
foreground = #657b83
foreground_bold = #002b36
background = #fdf6e3
2015-06-22 14:02:36 +03:00
2016-04-15 11:01:20 +03:00
# base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
color0 = #073642
color1 = #dc322f
color2 = #859900
color3 = #b58900
color4 = #268bd2
color5 = #d33682
color6 = #2aa198
color7 = #eee8d5
2016-02-19 11:56:59 +02:00
2016-04-15 11:01:20 +03:00
color8 = #002b36
color9 = #cb4b16
color10 = #586e75
color11 = #657b83
color12 = #839496
color13 = #6c71c4
color14 = #93a1a1
color15 = #fdf6e3
2015-06-22 14:02:36 +03:00
[hints]
2018-02-26 02:21:03 +02:00
font = Fantasque Sans Mono 9