config 1.9 KB

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