Package Exports
- hyper-native
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hyper-native
This theme will make your instance of Hyper look like macOS' native Terminal app:
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
localPluginsproperty within~/.hyper.js - Restart Hyper
As always, you can run the tests using: npm test
Author
Leo Lamprecht (@notquiteleo)