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

https://github.com/pablopunk/sunset-colors

Sunset color palette as an npm module
https://github.com/pablopunk/sunset-colors

Last synced: about 1 year ago
JSON representation

Sunset color palette as an npm module

Awesome Lists containing this project

README

          

# sunset colors palette


screenshot

## Usage

```bash
$ npm install sunset-colors
```

```js
const colors = require('sunset-colors')

console.log(colors.background)
console.log(colors.foreground)
console.log(colors.green)
console.log(colors.magenta)
console.log(colors.light.green)
console.log(colors.light.blue)
```

Check [index.js](./index.js) to see the full list of colors.

## Related

- [hyper-sunset](https://github.com/pablopunk/hyper-sunset): A hyper theme
- [sunset.vim](https://github.com/pablopunk/sunset.vim): A vim colorscheme
- [sunset-iterm2](https://github.com/pablopunk/sunset-iterm2): iterm2 theme
- [vimcolors.org](https://vimcolors.org): The tool that generated this scheme

## License

ISC

## Author

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](https://pablo.life) |