1
0
Fork 0
dotfiles/files/.config/termite/config

85 lines
1.6 KiB
Plaintext
Raw Normal View History

2018-09-19 15:25:10 +00:00
[options]
#allow_bold = true
#audible_bell = false
#clickable_url = true
#dynamic_title = true
font = Monospace 11
font = Hack 11
font = Hack Nerd Font 11
#fullscreen = true
#geometry = 640x480
#icon_name = terminal
#mouse_autohide = false
#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 = 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]
background = rgba(17, 19, 20, 0.85)
cursor = #BBBBBB
2021-05-30 02:13:46 +00:00
foreground = #EBDBB2
2018-09-19 15:25:10 +00:00
# black
color0 = #2C2F33
color8 = #4B5056
# red
color1 = #B04C50
color9 = #B04C50
# green
color2 = #919652
color10 = #94985B
# yellow
color3 = #E2995C
color11 = #E2995C
# blue
color4 = #66899D
color12 = #66899D
# magenta
color5 = #8D6494
color13 = #8D6494
# cyan
color6 = #527C77
color14 = #527C77
# white
color7 = #A6ABA6
color15 = #DDE3DC
[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