SUP3R-US3R

Termite

Aug 21st, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2. [options]
  3. resize_grip = false
  4. scroll_on_output = false
  5. scroll_on_keystroke = true
  6. audible_bell = true
  7. visible_bell = false
  8. mouse_autohide = true
  9. allow_bold = true
  10. dynamic_title = true
  11. urgent_on_bell = true
  12. clickable_url = true
  13. font = Roboto Mono for Powerline 12
  14. scrollback_lines = 1000
  15. search_wrap = true
  16. #icon_name = terminal
  17. geometry = 950x550
  18.  
  19. # "system", "on" or "off"
  20. cursor_blink = system
  21.  
  22. # "block", "underline" or "ibeam"
  23. cursor_shape = underline
  24.  
  25. # $BROWSER is used by default
  26. browser = firefox
  27.  
  28. # vte-256color has the correct terminfo, but some applications (vim, weechat)
  29. # still need patches for mouse/title support
  30. term = screen-256color
  31.  
  32.  
  33. [colors]
  34. foreground = #f5f2df
  35. background = #0b0d22
  36. cursor = #AE81FF
  37.  
  38.  
  39. color0 = #0b0d22
  40. color1 = #eb0c4f
  41. color2 = #97bf5f
  42. color3 = #cccc3d
  43. color4 = #3a9495
  44. color5 = #850cd5
  45. color6 = #7accc5
  46. color7 = #f5f2df
  47. color8 = #252525
  48. color9 = #ff4262
  49. color10 = #b1e06f
  50. color11 = #ebe200
  51. color12 = #0adcdd
  52. color13 = #d900ff
  53. color14 = #66fff2
  54. color15 = #FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment