An open API service indexing awesome lists of open source software.

https://github.com/brandon93s/hyper-one-dark-vivid

Hyper Terminal theme inspired by the Atom One Dark theme with more vivid colors.
https://github.com/brandon93s/hyper-one-dark-vivid

hyper hyper-theme hyperterm hyperterm-theme

Last synced: about 1 year ago
JSON representation

Hyper Terminal theme inspired by the Atom One Dark theme with more vivid colors.

Awesome Lists containing this project

README

          

# 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)