added termite config to tmux config since they will pretty much always be working together
This commit is contained in:
parent
b1d848efc8
commit
bef2c44681
|
@ -0,0 +1,77 @@
|
|||
[options]
|
||||
scroll_on_output = false
|
||||
scroll_on_keystroke = true
|
||||
audible_bell = true
|
||||
mouse_autohide = true
|
||||
allow_bold = true
|
||||
dynamic_title = true
|
||||
urgent_on_bell = true
|
||||
clickable_url = true
|
||||
font = LIberation Mono 10
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
#icon_name = terminal
|
||||
#geometry = 640x480
|
||||
|
||||
# "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
|
||||
|
||||
# Colors from http://terminal.sexy/
|
||||
[colors]
|
||||
|
||||
# special
|
||||
foreground = #dddddd
|
||||
foreground_bold = #dddddd
|
||||
cursor = #dddddd
|
||||
background = #131313
|
||||
|
||||
# black
|
||||
color0 = #1c1c1c
|
||||
color8 = #666666
|
||||
|
||||
# red
|
||||
color1 = #ff005b
|
||||
color9 = #ff00a0
|
||||
|
||||
# green
|
||||
color2 = #cee318
|
||||
color10 = #ccff00
|
||||
|
||||
# yellow
|
||||
color3 = #ffe755
|
||||
color11 = #ff9f00
|
||||
|
||||
# blue
|
||||
color4 = #048ac7
|
||||
color12 = #48c6ff
|
||||
|
||||
# magenta
|
||||
color5 = #833c9f
|
||||
color13 = #be67e1
|
||||
|
||||
# cyan
|
||||
color6 = #0ac1cd
|
||||
color14 = #63e7f0
|
||||
|
||||
# white
|
||||
color7 = #e5e5e5
|
||||
color15 = #f3f3f3
|
||||
|
||||
[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
|
Loading…
Reference in New Issue