Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. module.exports = {
  2. config: {
  3. updateChannel: 'stable',
  4. fontSize: 14,
  5. fontFamily: 'Operator Mono, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
  6. fontWeight: 'normal',
  7. fontWeightBold: 'bold',
  8. lineHeight: 1,
  9. letterSpacing: 0,
  10. cursorColor: 'rgba(248,28,229,0.8)',
  11. cursorAccentColor: '#000',
  12. cursorShape: 'BEAM',
  13. cursorBlink: true,
  14. foregroundColor: '#fff',
  15. backgroundColor: '#000',
  16. selectionColor: 'rgba(248,28,229,0.3)',
  17. borderColor: '#000',
  18. css: '',
  19. termCSS: '',
  20. showHamburgerMenu: false,
  21. showWindowControls: false,
  22. padding: '16px 16px',
  23.  
  24. colors: {
  25. black: '#000000',
  26. red: '#C51E14',
  27. green: '#1DC121',
  28. yellow: '#C7C329',
  29. blue: '#0A2FC4',
  30. magenta: '#C839C5',
  31. cyan: '#20C5C6',
  32. white: '#C7C7C7',
  33. lightBlack: '#686868',
  34. lightRed: '#FD6F6B',
  35. lightGreen: '#67F86F',
  36. lightYellow: '#FFFA72',
  37. lightBlue: '#6A76FB',
  38. lightMagenta: '#FD7CFC',
  39. lightCyan: '#68FDFE',
  40. lightWhite: '#FFFFFF',
  41. },
  42.  
  43. shell: 'C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe',
  44. shellArgs: [''],
  45. bell: false,
  46. copyOnSelect: true,
  47. defaultSSHApp: true,
  48. },
  49.  
  50. plugins: [
  51. 'hyperpower',
  52. 'hyper-tab-icons',
  53. ],
  54.  
  55. localPlugins: [],
  56.  
  57. keymaps: {},
  58. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement