This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.config/termite/config

74 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-10-16 14:38:02 -05: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
clickable_url = true
font = UbuntuMono Nerd Font 11
search_wrap = true
icon_name = utilities-terminal
geometry = 750x550
scrollback_lines = 15000
# "system", "on" or "off"
cursor_blink = system
# "block", "underline" or "ibeam"
cursor_shape = ibeam
# $BROWSER is used by default if set, with xdg-open as a fallback
browser = xdg-open
# 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
# emit escape sequences for extra modified keys
#modify_other_keys = false
[colors]
# special
foreground = #c0c5ce
foreground_bold = #c0c5ce
cursor = #c0c5ce
background = #2b303b
# black
color0 = #2b303b
color8 = #65737e
# red
color1 = #bf616a
color9 = #bf616a
# green
color2 = #a3be8c
color10 = #a3be8c
# yellow
color3 = #ebcb8b
color11 = #ebcb8b
# blue
color4 = #8fa1b3
color12 = #8fa1b3
# magenta
color5 = #b48ead
color13 = #b48ead
# cyan
color6 = #96b5b4
color14 = #96b5b4
# white
color7 = #c0c5ce
color15 = #eff1f5