config 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 = Consolas 10
  10. #fullscreen = true
  11. icon_name = terminal
  12. #mouse_autohide = false
  13. #scroll_on_output = false
  14. scroll_on_keystroke = true
  15. # Length of the scrollback buffer, 0 disabled the scrollback buffer
  16. # and setting it to a negative value means "infinite scrollback"
  17. scrollback_lines = 10000
  18. #search_wrap = true
  19. #urgent_on_bell = true
  20. hyperlinks = true
  21. # $BROWSER is used by default if set, with xdg-open as a fallback
  22. #browser = xdg-open
  23. # "system", "on" or "off"
  24. #cursor_blink = system
  25. # "block", "underline" or "ibeam"
  26. cursor_shape = block
  27. # Hide links that are no longer valid in url select overlay mode
  28. #filter_unmatched_urls = true
  29. # Emit escape sequences for extra modified keys
  30. #modify_other_keys = false
  31. # set size hints for the window
  32. #size_hints = false
  33. # "off", "left" or "right"
  34. #scrollbar = off
  35. [colors]
  36. # If both of these are unset, cursor falls back to the foreground color,
  37. # and cursor_foreground falls back to the background color.
  38. #cursor = #dcdccc
  39. #cursor_foreground = #dcdccc
  40. #foreground = #dcdccc
  41. #foreground_bold = #ffffff
  42. #background = #3f3f3f
  43. # 20% background transparency (requires a compositor)
  44. #background = rgba(63, 63, 63, 0.8)
  45. # If unset, will reverse foreground and background
  46. #highlight = #2f2f2f
  47. # Colors from color0 to color254 can be set
  48. color0 = #000000
  49. color1 = #DD2222
  50. color2 = #67E300
  51. color3 = #F7FF00
  52. color4 = #5190D0
  53. color5 = #FF6E00
  54. color6 = #00FFFF
  55. color7 = #DDDDDD
  56. color8 = #666666
  57. color9 = #FF0000
  58. color10 = #A9F16C
  59. color11 = #EBF22C
  60. color12 = #346AA1
  61. color13 = #DE6000
  62. color14 = #17FFFF
  63. color15 = #FFFFFF
  64. [hints]
  65. #font = DroidSansMono 10
  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