Awesome
hyper-native
This theme will make your instance of Hyper look like macOS' native Terminal app:
<p align="center"> <img src="http://i.imgur.com/eeRssvz.png" width="700"> </p>Usage
Simply add the theme to your ~/.hyper.js
:
plugins: [
'hyper-native'
]
Contribute
- Fork this repository to your own GitHub account and then clone it to your local device (make sure that it's located in
~/.hyper-plugins/local
) - Add "hyper-native" to the
localPlugins
property within~/.hyper.js
- Restart Hyper
As always, you can run the tests using: npm test
Author
Leo Lamprecht (@notquiteleo)