An open API service indexing awesome lists of open source software.

https://github.com/andrepolischuk/hyper-one-light

Atom One Light theme for Hyper
https://github.com/andrepolischuk/hyper-one-light

hyper hyper-theme one-light theme

Last synced: 9 months ago
JSON representation

Atom One Light theme for Hyper

Awesome Lists containing this project

README

          

# hyper-one-light

> [Atom One Light][one-light] theme for [Hyper][hyper]

![](screenshot.png)

## Install

Open your Hyper preferences and add `hyper-one-light` to plugin list:

```js
plugins: [
'hyper-one-light'
],
```

## Vibrancy

![](screenshot-vibrancy.png)

Add follows line to config for enable the light vibrancy effect:

```js
enableVibrancy: true
```

## Highlight active pane

[hyper-simple-highlight-active-session][] works perfectly fine to highlight active pane.

[hyper-simple-highlight-active-session]: https://github.com/matheuss/hyper-simple-highlight-active-session

## Tips

In the screenshot hyper-one-light is running with [min][min] prompt and Menlo font.

To colorize commands as in the screenshot, install [zsh-syntax-highlighting][zsh-syntax-highlighting].

## License

MIT

[one-light]: https://github.com/atom/one-light-syntax
[hyper]: https://hyper.is
[min]: https://github.com/andrepolischuk/min
[zsh-syntax-highlighting]: https://github.com/zsh-users/zsh-syntax-highlighting