Archived
1
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

85 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-02-20 23:39:22 +00:00
[options]
2017-03-10 16:36:19 +00:00
scroll_on_output = false
scroll_on_keystroke = true
2017-02-20 23:39:22 +00:00
audible_bell = false
2017-02-23 03:30:07 +00:00
mouse_autohide = true
2017-02-20 23:39:22 +00:00
allow_bold = true
dynamic_title = true
2017-03-10 16:36:19 +00:00
urgent_on_bell = true
2017-02-20 23:39:22 +00:00
clickable_url = true
scrollback_lines = 10000
search_wrap = true
2017-03-10 16:36:19 +00:00
font = Fantasque Sans Mono 10
geometry = 1270x720
2017-02-20 23:39:22 +00:00
# "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
2017-03-10 16:36:19 +00:00
#browser = firefox
2017-02-20 23:39:22 +00:00
# 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]
2017-09-04 19:19:36 +00:00
# material inspired
foreground = #e0d0c3
foreground_bold = #e0d0c3
cursor = #e1e1e1
background = #121212
2017-02-20 23:39:22 +00:00
# black
2017-09-04 19:19:36 +00:00
color0 = #212121
color8 = #757575
2017-02-20 23:39:22 +00:00
# red
2017-09-04 19:19:36 +00:00
color1 = #e53935
color9 = #e57373
2017-02-20 23:39:22 +00:00
# green
2017-09-04 19:19:36 +00:00
color2 = #7cb342
color10 = #aed581
2017-02-20 23:39:22 +00:00
# yellow
2017-09-04 19:19:36 +00:00
color3 = #ffb300
color11 = #ffe082
2017-02-20 23:39:22 +00:00
# blue
2017-09-04 19:19:36 +00:00
color4 = #039be5
color12 = #29b6f6
2017-02-20 23:39:22 +00:00
# magenta
2017-09-04 19:19:36 +00:00
color5 = #f06292
color13 = #f8bbd0
2017-02-20 23:39:22 +00:00
# cyan
2017-09-04 19:19:36 +00:00
color6 = #26c6da
color14 = #80deea
2017-02-20 23:39:22 +00:00
# white
2017-09-04 19:19:36 +00:00
color7 = #bdbdbd
color15 = #ffffff
2017-02-20 23:39:22 +00:00
[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