termite/termite.cfg

44 lines
754 B
INI
Raw Normal View History

2012-06-07 18:22:24 +02:00
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = false
mouse_autohide = false
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
2012-06-07 18:58:07 +02:00
scrollback_lines = 1000
2012-06-07 20:10:16 +02:00
#icon_name = terminal
# SYSTEM, ON or OFF
cursor_blink = SYSTEM
# BLOCK, UNDERLINE or IBEAM
cursor_shape = BLOCK
2012-06-07 20:39:02 +02:00
[colors]
foreground = #dcdccc
background = #3f3f3f
2012-06-07 20:39:02 +02:00
cursor = #dcdccc
2012-06-07 21:01:40 +02:00
# black
# red
# green
# yellow
# blue
# magenta
# cyan
# white
# bright black
# bright red
# bright green
# bright yellow
# bright blue
# bright magenta
# bright cyan
# white
palette = #3f3f3f;#705050;#60b48a;#dfaf8f;#506070;#dc8cc3;#8cd0d3;#dcdccc;#709080;#dca3a3;#c3bf9f;#f0dfaf;#94bff3;#ec93d3;#93e0e3;#ffffff;