Advertisement
Guest User

termite config

a guest
Apr 7th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 1.96 KB | None | 0 0
  1. [options]
  2. #allow_bold = true
  3. audible_bell = true
  4. #bold_is_bright = true
  5. #clickable_url = true
  6. #dynamic_title = true
  7. font = DroidSansMono Nerd Font 10
  8. #fullscreen = true
  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.  
  20. # $BROWSER is used by default if set, with xdg-open as a fallback
  21. #browser = xdg-open
  22.  
  23. # "system", "on" or "off"
  24. #cursor_blink = system
  25.  
  26. # "block", "underline" or "ibeam"
  27. #cursor_shape = block
  28.  
  29. # Hide links that are no longer valid in url select overlay mode
  30. #filter_unmatched_urls = true
  31.  
  32. # Emit escape sequences for extra modified keys
  33. #modify_other_keys = false
  34.  
  35. # set size hints for the window
  36. #size_hints = false
  37.  
  38. # "off", "left" or "right"
  39. #scrollbar = off
  40.  
  41. [colors]
  42. # If both of these are unset, cursor falls back to the foreground color,
  43. # and cursor_foreground falls back to the background color.
  44. #cursor = #dcdccc
  45. #cursor_foreground = #dcdccc
  46.  
  47. #foreground = #dcdccc
  48. #foreground_bold = #ffffff
  49. #background = #3f3f3f
  50.  
  51. # 65% background transparency (requires a compositor)
  52. background = #121212
  53.  
  54. # If unset, will reverse foreground and background
  55. highlight = #CD8A6A5
  56.  
  57. # Colors from color0 to color254 can be set
  58. color0 = #121212
  59. color1 = #9A0D4B
  60. color2 = #ffffff
  61. color3 = #9A0D4B
  62. color4 = #9A0D4B
  63. color5 = #9A0D4B
  64. color6 = #9A0D4B
  65. color7 = #ffffff
  66.  
  67. color8 = #9A0D4B
  68. color9 = #ffffff
  69. color10 = #9A0D4B
  70. color11 = #9A0D4B
  71. color12 = #9A0D4B
  72. color13 = #9A0D4B
  73. color14 = #9A0D4B
  74. color15 = #ffffff
  75.  
  76. [hints]
  77. #font = Monospace 12
  78. #foreground = #dcdccc
  79. #background = #3f3f3f
  80. #active_foreground = #e68080
  81. #active_background = #3f3f3f
  82. padding = 5
  83. #border = #3f3f3f
  84. #border_width = 0.5
  85. #roundness = 2.0
  86.  
  87. # vim: ft=dosini cms=#%s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement