# hyper-sunset ![npm](https://img.shields.io/npm/dt/hyper-sunset.svg?style=social)

[sunset colors](https://github.com/pablopunk/sunset-colors) for [hyper terminal](https://hyper.is)

## Install

```bash
$ hyper install hyper-sunset
```

If you want the light version, you need this inside your `.hyper.js` config:

```js
// .hyper.js
module.exports = {
  config {
    ...
    theme: 'light'
  }
}
```

<p align="center">
  <img src="https://raw.githubusercontent.com/pablopunk/art/master/sunset/sunset.jpg" alt="sunset">
  <br>
  <img src="https://raw.githubusercontent.com/pablopunk/art/master/sunset/terminals.png" alt="screenshot">
</p>

## Related


- [hyper-mac](https://github.com/pablopunk/hyper-mac): Get the native look of the terminal window
- [sunset.vim](https://github.com/pablopunk/sunset.vim): Sunset colors in vim
- [hyper-sick](https://github.com/pablopunk/hyper-sick): Another theme for hyper
