1.0.1 • Published 6 years ago

atlantis-for-hyper v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

🐬 Atlantis for Hyper

Atlantis for Hyper is a Theme for hyper, an Electron-based Terminal.

📷 Screenshot

Hyper Screenshot

🔧 Getting Started!

Installing

To install the Theme, simply add atlantis-for-hyper to your plugin list in ~/.hyperterm.js. You can optionally set the window background opacity to adjust the vibrancy effect.

config: {
  // Optional setting. Default is 0.5
  backgroundOpacity: 0.5,

  plugins: [
    'atlantis-for-hyper'
  ]
}