97 lines
1.7 KiB
INI
97 lines
1.7 KiB
INI
[options]
|
|
allow_bold = true
|
|
audible_bell = false
|
|
#bold_is_bright = true
|
|
#cell_height_scale = 1.0
|
|
#cell_width_scale = 1.0
|
|
clickable_url = true
|
|
client_side_decoration = false
|
|
dynamic_title = true
|
|
font = DejaVu Sans Mono 11
|
|
#font = envypn 9
|
|
#fullscreen = true
|
|
#icon_name = terminal
|
|
mouse_autohide = false
|
|
scroll_on_output = false
|
|
scroll_on_keystroke = true
|
|
# Length of the scrollback buffer, 0 disabled the scrollback buffer
|
|
# and setting it to a negative value means "infinite scrollback"
|
|
scrollback_lines = 10000
|
|
search_wrap = true
|
|
urgent_on_bell = true
|
|
#hyperlinks = false
|
|
|
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
|
browser = firefox-nightly
|
|
|
|
# "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
|
|
|
|
# Emit escape sequences for extra modified keys
|
|
#modify_other_keys = false
|
|
|
|
# set size hints for the window
|
|
#size_hints = false
|
|
|
|
# "off", "left" or "right"
|
|
#scrollbar = off
|
|
|
|
[colors]
|
|
|
|
# special
|
|
foreground = #d3d0c8
|
|
foreground_bold = #d3d0c8
|
|
cursor = #d3d0c8
|
|
background = #2d2d2d
|
|
background = rgba(45, 45, 45, 0.90)
|
|
|
|
# black
|
|
color0 = #2d2d2d
|
|
color8 = #747369
|
|
|
|
# red
|
|
color1 = #f2777a
|
|
color9 = #f2777a
|
|
|
|
# green
|
|
color2 = #99cc99
|
|
color10 = #99cc99
|
|
|
|
# yellow
|
|
color3 = #ffcc66
|
|
color11 = #ffcc66
|
|
|
|
# blue
|
|
color4 = #6699cc
|
|
color12 = #6699cc
|
|
|
|
# magenta
|
|
color5 = #cc99cc
|
|
color13 = #cc99cc
|
|
|
|
# cyan
|
|
color6 = #66cccc
|
|
color14 = #66cccc
|
|
|
|
# white
|
|
color7 = #d3d0c8
|
|
color15 = #f2f0ec
|
|
|
|
[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
|