nord-hyper
Version:
An arctic, north-bluish clean and elegant Hyper theme plugin
30 lines (19 loc) • 973 B
Markdown
## Manual
Add `nord-hyper` to your `~/.hyper.js` plugin list:
```js
plugins: [
'nord-hyper'
]
```
The configuration file can be opened with
* <img src="https://developer.apple.com/favicon.ico" width=16 height=16/> <kbd>⌘</kbd> + <kbd>,</kbd>
* <img src="https://www.kernel.org/theme/images/logos/favicon.png" width=16 height=16/> <img src="https://www.microsoft.com/favicon.ico" width=16 height=16/> <kbd>Ctrl</kbd> + <kbd>,</kbd>
and reloaded with
* <img src="https://developer.apple.com/favicon.ico" width=16 height=16/> <kbd>⌘</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd>
* <img src="https://www.kernel.org/theme/images/logos/favicon.png" width=16 height=16/> <img src="https://www.microsoft.com/favicon.ico" width=16 height=16/> <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd>
## hpm
Nord Hyper can be installed from the command line via [hpm][npm-hpm-cli] by running
```sh
hpm install nord-hyper
```
[npm-hpm-cli]: https://www.npmjs.com/package/hpm-cli