# One Dark (Vivid) Theme for Hyper

[Hyper](https://hyper.is) theme inspired by the [Atom One Dark](https://github.com/atom/one-dark-syntax) theme but with more **vivid** colors.

![Empty Shell](https://i.imgur.com/Gm0zpps.png)
![Git Diff](https://i.imgur.com/8qZYKpN.png)

## Install

1. Open Hyper's preferences with `Ctrl+,` or edit manually from `~/.hyper.js`

2. Add `hyper-one-dark-vivid` to list of plugins:
```js
plugins: [
  'hyper-one-dark-vivid'
],
```
3. Reload Hyper with `Ctrl+Shift+F5`


## License

MIT © [Brandon Smith](https://github.com/brandon93s)