Advertisement
elhackerlibre

config

Jul 23rd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [options]
  2. allow_bold = true
  3. browser = chromium
  4. clickable_url = true
  5. cursor_blink = system
  6. cursor_shape = block
  7. dynamic_title = true
  8. font = Misc Ohsnap 10
  9. #font = DejaVu Sans Mono Terminus (TTF) 9
  10. geometry = 560x730
  11. highlight = #2f2f2f
  12. mouse_autohide = true
  13. scrollback_lines = 10000
  14. resize_grip = true
  15. word_chars = -A-Za-z0-9,./?%&#:_=+@~
  16.  
  17.  
  18. #rgba(23, 19, 17, 0.9)
  19.  
  20. [colors]
  21.  
  22. # special
  23. foreground = #bbccd3
  24. foreground_bold = #bfbfbf
  25. cursor = #1c677c
  26. background = #181d26
  27.  
  28. # black
  29. color0 = #1a253a
  30. color8 = #263756
  31.  
  32. # red
  33. color1 = #1e3359
  34. color9 = #274274
  35.  
  36. # green
  37. color2 = #132c5d
  38. color10 = #1c376c
  39.  
  40. # yellow
  41. color3 = #11426b
  42. color11 = #1f4f78
  43.  
  44. # blue
  45. color4 = #0d314e
  46. color12 = #193f5f
  47.  
  48. # magenta
  49. color5 = #1b415f
  50. color13 = #2b5474
  51.  
  52. # cyan
  53. color6 = #1c677c
  54. color14 = #377d90
  55.  
  56. # white
  57. color7 = #3c4a59
  58. color15 = #bbccd3
  59.  
  60.  
  61. # vim: ft=dosini cms=#%s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement