Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. module.exports = {
  2. config: {
  3. updateChannel: 'canary', // stable
  4. fontSize: 12,
  5. fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
  6. cursorColor: 'rgba(255,0,0,0.8)',
  7. cursorShape: 'BLOCK', // `BEAM` for |, `UNDERLINE` for _, `BLOCK` for █
  8. cursorBlink: true,
  9. foregroundColor: '#fff',
  10. backgroundColor: 'rgba(0,0,0,0.5)',
  11. borderColor: 'transparent',
  12. css: '',
  13. termCSS: '',
  14. showHamburgerMenu: '',
  15. showWindowControls: false,
  16. padding: '20px 14px 12px 14px',
  17. colors: {
  18. black: '#000000',
  19. red: '#ff0000',
  20. green: '#33ff00',
  21. yellow: '#ffff00',
  22. blue: '#0066ff',
  23. magenta: '#cc00ff',
  24. cyan: '#00ffff',
  25. white: '#d0d0d0',
  26. lightBlack: '#808080',
  27. lightRed: '#ff0000',
  28. lightGreen: '#33ff00',
  29. lightYellow: '#ffff00',
  30. lightBlue: '#0066ff',
  31. lightMagenta: '#cc00ff',
  32. lightCyan: '#00ffff',
  33. lightWhite: '#ffffff'
  34. },
  35. shell: '',
  36. shellArgs: ['--login'],
  37. env: {},
  38. bell: 'SOUND',
  39. copyOnSelect: true,
  40. quickEdit: true
  41. },
  42. plugins: [
  43. 'hyper-quit',
  44. 'hyperminimal',
  45. 'hyper-tabs-enhanced'
  46. // 'hyper-tray'
  47. ],
  48. localPlugins: [
  49. // 'hyper-tray'
  50. ],
  51. keymaps: {}
  52. }
Add Comment
Please, Sign In to add comment