config (2066B)
1 [options] 2 #allow_bold = true 3 #audible_bell = false 4 #bold_is_bright = true 5 #cell_height_scale = 1.0 6 #cell_width_scale = 1.0 7 #clickable_url = true 8 #dynamic_title = true 9 #font = Ubuntu Mono 13 10 font = Go Mono 11 11 #font = Inconsolata 12 12 #fullscreen = true 13 #icon_name = terminal 14 #mouse_autohide = false 15 #scroll_on_output = false 16 #scroll_on_keystroke = true 17 # Length of the scrollback buffer, 0 disabled the scrollback buffer 18 # and setting it to a negative value means "infinite scrollback" 19 scrollback_lines = 10000 20 #search_wrap = true 21 #urgent_on_bell = true 22 #hyperlinks = false 23 24 # $BROWSER is used by default if set, with xdg-open as a fallback 25 #browser = xdg-open 26 27 # "system", "on" or "off" 28 #cursor_blink = system 29 30 # "block", "underline" or "ibeam" 31 #cursor_shape = block 32 33 # Hide links that are no longer valid in url select overlay mode 34 #filter_unmatched_urls = true 35 36 # Emit escape sequences for extra modified keys 37 #modify_other_keys = false 38 39 # set size hints for the window 40 #size_hints = false 41 42 # "off", "left" or "right" 43 #scrollbar = off 44 45 [colors] 46 # If both of these are unset, cursor falls back to the foreground color, 47 # and cursor_foreground falls back to the background color. 48 #cursor = #dcdccc 49 #cursor_foreground = #dcdccc 50 51 #foreground = #dcdccc 52 #foreground_bold = #ffffff 53 #background = #3f3f3f 54 55 # 20% background transparency (requires a compositor) 56 background = rgba(63, 63, 63, 0.9) 57 #background = rgba(90, 00, 80, 0.9) 58 #foreground = #ffffff 59 60 # If unset, will reverse foreground and background 61 highlight = #2f2f2f 62 63 # Colors from color0 to color254 can be set 64 color0 = #3f3f3f 65 color1 = #705050 66 color2 = #60b48a 67 color3 = #dfaf8f 68 color4 = #506070 69 color5 = #dc8cc3 70 color6 = #8cd0d3 71 color7 = #dcdccc 72 color8 = #709080 73 color9 = #dca3a3 74 color10 = #c3bf9f 75 color11 = #f0dfaf 76 color12 = #94bff3 77 color13 = #ec93d3 78 color14 = #93e0e3 79 color15 = #ffffff 80 81 [hints] 82 #font = Monospace 12 83 #foreground = #dcdccc 84 #background = #3f3f3f 85 #active_foreground = #e68080 86 #active_background = #3f3f3f 87 #padding = 2 88 #border = #3f3f3f 89 #border_width = 0.5 90 #roundness = 2.0 91 92 # vim: ft=dosini cms=#%s