dot-files/termite/.config/termite/config

95 lines
1.7 KiB
INI

[options]
#allow_bold = true
audible_bell = false
bold_is_bright = false
#cell_height_scale = 1.0
#cell_width_scale = 1.0
clickable_url = true
dynamic_title = true
font = Monospace 9
#fullscreen = true
icon_name = terminal
mouse_autohide = true
#scroll_on_output = false
#scroll_on_keystroke = true
# Length of the scrollback buffer, 0 disabled the scrollback buffer
# and setting it to a negative value means "infinite scrollback"
scrollback_lines = 10000
search_wrap = true
urgent_on_bell = true
#hyperlinks = false
# $BROWSER is used by default if set, with xdg-open as a fallback
#browser = xdg-open
# "system", "on" or "off"
cursor_blink = system
# "block", "underline" or "ibeam"
cursor_shape = block
# Hide links that are no longer valid in url select overlay mode
#filter_unmatched_urls = true
# Emit escape sequences for extra modified keys
#modify_other_keys = false
# set size hints for the window
#size_hints = false
# "off", "left" or "right"
scrollbar = off
[colors]
# Hund colorscheme
# special
foreground = #ffffff
foreground_bold = #ffffff
cursor = #ffffff
background = #161616
# black
color0 = #222222
color8 = #666666
# red
color1 = #e84f4f
color9 = #d23d3d
# green
color2 = #b7ce42
color10 = #bde077
# yellow
color3 = #fea63c
color11 = #ffe863
# blue
color4 = #66aabb
color12 = #aaccbb
# magenta
color5 = #b7416e
color13 = #e16a98
# cyan
color6 = #6d878d
color14 = #42717b
# white
color7 = #dddddd
color15 = #cccccc
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s