0.0.4 • Published 5 years ago

hyper-atom-dark-vibrancy v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Atom One Dark Vibrancy for Hyper

Hyper theme based on the Atom One Dark theme. Forked from @jxnblk's HyperTerminator and modified by @mdo.

Screenshot at start Screenshot with tabs

Install

  1. Open Hyper's preferences with Cmd+, (or manually at ~/.hyper.js) with your editor.
  2. Update your list of plugins to include hyperterm-atom-dark, like so:
    plugins: [
    'hyper-atom-dark-vibrancy'
    ],
3. Fully reload Hyper (`Cmd+Shift+R`), and tada!

Add follows line to config for enable the light vibrancy effect:

```js
enableVibrancy: true

License

MIT