Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leo/hyper-native
Make Hyper adapt to the macOS UI
https://github.com/leo/hyper-native
hyper macos terminal theme ui
Last synced: 14 days ago
JSON representation
Make Hyper adapt to the macOS UI
- Host: GitHub
- URL: https://github.com/leo/hyper-native
- Owner: leo
- License: mit
- Created: 2016-08-20T09:19:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T07:12:56.000Z (about 3 years ago)
- Last Synced: 2024-10-26T07:42:31.169Z (20 days ago)
- Topics: hyper, macos, terminal, theme, ui
- Language: CSS
- Homepage: https://npmjs.com/hyper-native
- Size: 124 KB
- Stars: 86
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# hyper-native
This theme will make your instance of [Hyper](https://hyper.is) look like macOS' native Terminal app:
## Usage
Simply add the theme to your `~/.hyper.js`:
```js
plugins: [
'hyper-native'
]
```## Contribute
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device (make sure that it's located in `~/.hyper-plugins/local`)
2. Add "hyper-native" to the `localPlugins` property within `~/.hyper.js`
3. Restart HyperAs always, you can run the tests using: `npm test`
## Author
Leo Lamprecht ([@notquiteleo](https://twitter.com/notquiteleo))