Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. module.exports = {
  2. config: {
  3. fontSize: 16,
  4. fontFamily: 'Input Mono Condensed',
  5. cursorShape: 'BEAM',
  6. cursorColor: 'rgba(255, 255, 255, .25)',
  7. foregroundColor: '#FFF',
  8. borderColor: 'transparent',
  9. css: '',
  10. bell: false,
  11. termCSS: '',
  12. padding: '4px 8px',
  13. colors: [
  14. '#1B2B34',
  15. '#EB606B',
  16. '#7ED4F8',
  17. '#E9C062',
  18. '#96CBFE',
  19. '#BB80B3',
  20. '#5FB3B3',
  21. '#D0D0D0',
  22. '#808080',
  23. '#F25A55',
  24. '#7ED4F8',
  25. '#FFBA00',
  26. '#3c71bf',
  27. '#be67e7',
  28. '#6699CC',
  29. '#FFFFFF'
  30. ]
  31. },
  32. plugins: [
  33. 'hypercwd',
  34. 'hyperlinks',
  35. 'hyperterm-tabs',
  36. 'hyperterm-blink',
  37. 'hyperterm-paste',
  38. 'hyper-statusline',
  39. 'hyperganymede'
  40. ],
  41. localPlugins: []
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement