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

80 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
2018-08-18 16:39:24 +00:00
allow_bold = false
2019-01-08 13:01:43 +00:00
bold_is_bright = true
2017-02-20 23:39:22 +00:00
dynamic_title = true
2019-01-08 13:01:43 +00:00
icon_name = terminal
2017-03-10 16:36:19 +00:00
urgent_on_bell = true
2017-02-20 23:39:22 +00:00
clickable_url = true
2019-01-08 13:01:43 +00:00
scrollback_lines = -10000
2017-02-20 23:39:22 +00:00
search_wrap = true
2019-01-08 13:01:43 +00:00
scrollbar = off
2019-04-14 15:53:12 +00:00
#font = Tamzen, Migu 1M Regular 10.85
font = BlexMono Nerd Font, Migu 1M 9
#font = Monaco Regular 8
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
2019-04-14 15:53:12 +00:00
color0 = #222222
color8 = #555555
2017-02-20 23:39:22 +00:00
# red
color1 = #ec5252
color9 = #ff9191
2017-02-20 23:39:22 +00:00
2019-04-14 15:53:12 +00:00
#green
color2 = #407e4a
color10 = #b8bb26
2017-02-20 23:39:22 +00:00
# yellow
2019-04-14 15:53:12 +00:00
color3 = #d49b41
color11 = #fabd2f
2017-02-20 23:39:22 +00:00
# blue
2019-04-14 15:53:12 +00:00
color4 = #008bbd
color12 = #0474a7
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
2019-04-14 15:53:12 +00:00
color7 = #c8c8c8
color15 = #e0e0e0
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