Files
dotfiles/config/.config/termite/config
2018-10-05 19:21:11 +00:00

79 lines
1.4 KiB
Plaintext

[options]
allow_bold = true
audible_bell = false
clickable_url = true
#dynamic_title = false
font = Droid Sans Mono for Powerline
#fullscreen = true
#geometry = 640x480
#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 = -1
search_wrap = true
#urgent_on_bell = true
hyperlinks = true
# $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]
# special
foreground = #444444
foreground_bold = #444444
cursor = #444444
background = #eeeeee
# black
color0 = #eeeeee
color8 = #bcbcbc
# red
color1 = #af0000
color9 = #d70000
# green
color2 = #008700
color10 = #d70087
# yellow
color3 = #5f8700
color11 = #8700af
# blue
color4 = #0087af
color12 = #d75f00
# magenta
color5 = #878787
color13 = #d75f00
# cyan
color6 = #005f87
color14 = #005faf
# white
color7 = #444444
color15 = #005f87