Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. module.exports = {
  2. config: {
  3. cursorShape: 'BEAM',
  4. showHamburgerMenu: false,
  5. showWindowControls: false,
  6.  
  7. /* Windows */
  8. env: {
  9. TERM: 'cygwin'
  10. },
  11. /* Windows */
  12.  
  13. copyOnSelect: true,
  14.  
  15. hypest: {
  16. vibrancy: true, // macOS
  17. vibrancy: false, // Windows,
  18. darkmode: true,
  19. hideControls: true,
  20. accentColor: 'red'
  21. }
  22. },
  23.  
  24. plugins: [
  25. "hyper-hypest",
  26. "hyper-statusline",
  27. "hypercwd",
  28. "hyper-tab-icons",
  29. "hyperterm-summon"
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement