config 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. [options]
  2. #allow_bold = true
  3. #audible_bell = false
  4. #clickable_url = true
  5. #dynamic_title = true
  6. font = Monospace 11
  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. # special
  35. foreground = #f6f6f6
  36. foreground_bold = #ffffff
  37. cursor = #e6e6e6
  38. background = #000000
  39. # highlight = #2f2f2f
  40. # black
  41. color0 = #282a2e
  42. color8 = #8c97a6
  43. # red
  44. color1 = #e92121
  45. color9 = #d15a5a
  46. # green
  47. color2 = #96a02e
  48. color10 = #b2bd4d
  49. # yellow
  50. color3 = #f2ab34
  51. color11 = #f0bf5f
  52. # blue
  53. color4 = #4688c0
  54. color12 = #66a9e3
  55. # magenta
  56. color5 = #81568f
  57. color13 = #b294bb
  58. # cyan
  59. color6 = #2bb69a
  60. color14 = #6acfc2
  61. # white
  62. color7 = #9aa8b8
  63. color15 = #c5c8c6
  64. [hints]
  65. #font = Monospace 12
  66. #foreground = #dcdccc
  67. #background = #3f3f3f
  68. #active_foreground = #e68080
  69. #active_background = #3f3f3f
  70. #padding = 2
  71. #border = #3f3f3f
  72. #border_width = 0.5
  73. #roundness = 2.0
  74. # vim: ft=dosini cms=#%s