dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/termite/config

125 lines
1.9 KiB
INI

[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = true
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
scrollback_lines = 10000
search_wrap = true
font = Fantasque Sans Mono 10
geometry = 1270x720
# "system", "on" or "off"
cursor_blink = off
# "block", "underline" or "ibeam"
cursor_shape = underline
# $BROWSER is used by default if set, with xdg-open as a fallback
#browser = firefox
# 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]
# Snazzy
#foreground = #e8d0c3
#foreground_bold = #e8d0c3
#cursor = #e4e4e4
#background = #121212
# black
#color0 = #0a0a0a
#color8 = #3d3d3d
# red
#color1 = #fb4245
#color9 = #ff6c5f
# green
#color2 = #4CAF50
#color10 = #00E676
# yellow
#color3 = #ffff3d
#color11 = #f0fa8b
# blue
#color4 = #49b9fe
#color12 = #00bcd4
# magenta
#color5 = #ff009e
#color13 = #ff67ae
# cyan
#color6 = #8be9fd
#color14 = #9fa590
# white
#color7 = #e8d0c3
#color15 = #ededec
# material inspired
foreground = #e0d0c3
foreground_bold = #e0d0c3
cursor = #e1e1e1
background = #121212
# black
color0 = #212121
color8 = #757575
# red
color1 = #e53935
color9 = #e57373
# green
color2 = #7cb342
color10 = #aed581
# yellow
color3 = #ffb300
color11 = #ffe082
# blue
color4 = #039be5
color12 = #29b6f6
# magenta
color5 = #f06292
color13 = #f8bbd0
# cyan
color6 = #26c6da
color14 = #80deea
# white
color7 = #bdbdbd
color15 = #ffffff
[hints]
#font = Iosevka Term 10
#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