termite/config

76 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-06-07 18:22:24 +02:00
[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
2012-06-07 20:15:31 +02:00
clickable_url = true
2012-06-07 18:55:08 +02:00
font = Monospace 9
2015-04-23 01:22:58 +02:00
scrollback_lines = 10000
search_wrap = true
2012-06-07 20:10:16 +02:00
#icon_name = terminal
#geometry = 640x480
2012-07-17 06:26:26 +02:00
# "system", "on" or "off"
cursor_blink = system
2012-07-17 06:26:26 +02:00
# "block", "underline" or "ibeam"
cursor_shape = block
2012-06-07 20:39:02 +02:00
# $BROWSER is used by default if set, with xdg-open as a fallback
#browser = xdg-open
2012-06-08 06:17:16 +02:00
# set size hints for the window
#size_hints = false
# Hide links that are no longer valid in url select overlay mode
filter_unmatched_urls = true
2015-09-19 05:18:50 +02:00
# emit escape sequences for extra modified keys
#modify_other_keys = false
2012-06-07 20:39:02 +02:00
[colors]
#cursor = #dcdccc
foreground = #dcdccc
foreground_bold = #ffffff
background = #3f3f3f
# 20% background transparency (requires a compositor)
#background = rgba(63, 63, 63, 0.8)
2012-06-07 21:01:40 +02:00
2012-09-08 08:59:32 +02:00
# if unset, will reverse foreground and background
highlight = #2f2f2f
# colors from color0 to color254 can be set
color0 = #3f3f3f
color1 = #705050
color2 = #60b48a
color3 = #dfaf8f
color4 = #506070
color5 = #dc8cc3
color6 = #8cd0d3
color7 = #dcdccc
color8 = #709080
color9 = #dca3a3
color10 = #c3bf9f
color11 = #f0dfaf
color12 = #94bff3
color13 = #ec93d3
color14 = #93e0e3
color15 = #ffffff
2012-09-29 01:34:23 +02:00
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
2012-09-30 19:05:06 +02:00
#padding = 2
2012-09-29 05:08:23 +02:00
#border = #3f3f3f
#border_width = 0.5
2012-09-30 19:05:06 +02:00
#roundness = 2.0
2013-01-07 00:41:20 +01:00
# vim: ft=dosini cms=#%s