UNPKG

hyperterm-horizon

Version:
35 lines (21 loc) 800 B
# hyperterm-horizon [![npm version](https://badge.fury.io/js/hyperterm-horizon.svg)](https://badge.fury.io/js/hyperterm-horizon) > Unofficial Port of the VSCode theme [Horizon](https://github.com/jolaleye/horizon-theme-vscode) to Hyper ![screenshot](https://user-images.githubusercontent.com/29304238/72005634-6dae2f00-3291-11ea-9d6d-25994ee18419.png) ## 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: '', ... } ``` ![screenshot for bright theme](https://user-images.githubusercontent.com/29304238/72005647-74d53d00-3291-11ea-8ed9-ad5b289c2838.png) ## Licence MIT © Kazushi Konosu