Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  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 = Hack 13
  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 = false
  21.  
  22. # $BROWSER is used by default if set, with xdg-open as a fallback
  23. #browser = xdg-open
  24.  
  25. # "system", "on" or "off"
  26. #cursor_blink = system
  27.  
  28. # "block", "underline" or "ibeam"
  29. #cursor_shape = block
  30.  
  31. # Hide links that are no longer valid in url select overlay mode
  32. #filter_unmatched_urls = true
  33.  
  34. # Emit escape sequences for extra modified keys
  35. #modify_other_keys = false
  36.  
  37. # set size hints for the window
  38. #size_hints = false
  39.  
  40. # "off", "left" or "right"
  41. #scrollbar = right
  42.  
  43. [colors]
  44. # one dark
  45. [colors]
  46.  
  47. # special
  48. foreground = #abb2bf
  49. foreground_bold = #abb2bf
  50. cursor =
  51. background = #282c34
  52.  
  53. # black
  54. color0 = #282c34
  55. color8 = #5c6370
  56.  
  57. # red
  58. color1 = #e06c75
  59. color9 = #be5046
  60.  
  61. # green
  62. color2 = #98c379
  63. color10 = #7a9f60
  64.  
  65. # yellow
  66. color3 = #e5c07b
  67. color11 = #d19a66
  68.  
  69. # blue
  70. color4 = #61afef
  71. color12 = #3b84c0
  72.  
  73. # magenta
  74. color5 = #c678dd
  75. color13 = #9a52af
  76.  
  77. # cyan
  78. color6 = #56b6c2
  79. color14 = #3c909b
  80.  
  81. # white
  82. color7 = #abb2bf
  83. color15 = #828997
  84.  
  85. vim: ft=dosini cms=#%s
  86.  
  87. [hints]
  88. #font = Monospace 9
  89. #foreground = #dcdccc
  90. #background = #3f3f3f
  91. #active_foreground = #e68080
  92. #active_background = #3f3f3f
  93. #padding = 2
  94. #border = #3f3f3f
  95. #border_width = 0.5
  96. #roundness = 2.0
  97.  
  98. # vim: ft=dosini cms=#%s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement