Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxx2104/hyper-monokai-glow
Monokai theme to the Hyper terminal
https://github.com/jaxx2104/hyper-monokai-glow
hyper hyper-theme monokai
Last synced: 19 days ago
JSON representation
Monokai theme to the Hyper terminal
- Host: GitHub
- URL: https://github.com/jaxx2104/hyper-monokai-glow
- Owner: jaxx2104
- Created: 2019-06-14T10:03:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T02:03:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T23:13:36.471Z (2 months ago)
- Topics: hyper, hyper-theme, monokai
- Language: CSS
- Size: 3.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyper-monokai-glow
[![NPM Version](http://img.shields.io/npm/v/hyper-monokai-glow.svg?style=flat)](https://www.npmjs.org/package/hyper-monokai-glow)
Monokai theme to the Hyper terminal
![warsman](https://github.com/jaxx2104/hyper-monokai-glow/raw/master/sample.gif)
## Install
add it to plugins in your `~/.hyper.js` configuration
```js
module.exports = {
...
plugins: ['hyper-monokai-glow']
...
}
```