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.
- Host: GitHub
- URL: https://github.com/brandon93s/hyper-one-dark-vivid
- Owner: brandon93s
- License: mit
- Created: 2018-02-18T15:48:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T22:28:21.000Z (over 8 years ago)
- Last Synced: 2025-04-28T21:05:03.333Z (about 1 year ago)
- Topics: hyper, hyper-theme, hyperterm, hyperterm-theme
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-one-dark-vivid
- Size: 3.91 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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.


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