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

78 lines
1.3 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
font = Sarasa Term J 10
2018-05-02 02:30:43 +00:00
#font = xos4 terminus 10
#font = Monaco Regular 9
#font = Input Mono Narrow 10
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-09-20 18:10:15 +00:00
browser = firefox
2017-02-20 23:39:22 +00:00
# set size hints for the window
2018-05-26 20:06:45 +00:00
size_hints = false
2017-02-20 23:39:22 +00:00
# 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 = #d3d7cf
foreground_bold = #d3d7cf
cursor = #d3d7cf
2018-05-02 02:30:43 +00:00
background = #080808
2017-02-20 23:39:22 +00:00
# black
color0 = #1b1b1b
2018-07-21 04:46:57 +00:00
color8 = #333333
2017-02-20 23:39:22 +00:00
# red
color1 = #cc241d
color9 = #cc4444
2017-02-20 23:39:22 +00:00
# green
2018-07-21 04:46:57 +00:00
color2 = #7b8748
color10 = #23e298
2017-02-20 23:39:22 +00:00
# yellow
color3 = #d0a843
color11 = #e0ed21
2017-02-20 23:39:22 +00:00
# blue
color4 = #407ee7
color12 = #407ee7
2017-02-20 23:39:22 +00:00
# magenta
2018-07-21 04:46:57 +00:00
color5 = #cb5a80
color13 = #ff79c6
2017-02-20 23:39:22 +00:00
# cyan
color6 = #5d879c
2018-07-21 04:46:57 +00:00
color14 = #8be9fd
2017-02-20 23:39:22 +00:00
# white
2018-07-21 04:46:57 +00:00
color7 = #9a9a9a
2018-07-04 19:27:13 +00:00
color15 = #e6e6e6
2017-02-20 23:39:22 +00:00
[hints]
2018-02-12 06:07:29 +00:00
padding = 4
2017-02-20 23:39:22 +00:00
# vim: ft=dosini cms=#%s
2018-07-04 19:27:13 +00:00
# syntax:ssHash