123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- [options]
- #allow_bold = true
- #audible_bell = false
- #clickable_url = true
- #dynamic_title = true
- font = Monospace 20
- #fullscreen = true
- #geometry = 640x480
- #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 = xdg-open
- # "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 = #f6f6f6
- foreground_bold = #ffffff
- cursor = #e6e6e6
- background = #000000
- # highlight = #2f2f2f
- # black
- color0 = #282a2e
- color8 = #8c97a6
- # red
- color1 = #e92121
- color9 = #d15a5a
- # green
- color2 = #96a02e
- color10 = #b2bd4d
- # yellow
- color3 = #f2ab34
- color11 = #f0bf5f
- # blue
- color4 = #4688c0
- color12 = #66a9e3
- # magenta
- color5 = #81568f
- color13 = #b294bb
- # cyan
- color6 = #2bb69a
- color14 = #6acfc2
- # white
- color7 = #9aa8b8
- color15 = #c5c8c6
- [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
|