hyperterm-horizon
Version:
Unofficial Port of the VSCode theme to Hyper
35 lines (21 loc) • 800 B
Markdown
# hyperterm-horizon
[](https://badge.fury.io/js/hyperterm-horizon)
> Unofficial Port of the VSCode theme [Horizon](https://github.com/jolaleye/horizon-theme-vscode) to Hyper

## Install
```sh
hyper install hyperterm-horizon
```
## Configure
This theme includes a light variant. Add the following to `~/.hyper.js` in order to specify the variant. (optional)
```js
config: {
...
// OPTIONS: 'bright', 'normal', ''
horizonTheme: '',
...
}
```

## Licence
MIT © Kazushi Konosu