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
- Host: GitHub
- URL: https://github.com/pablopunk/sunset-colors
- Owner: pablopunk
- Created: 2020-04-21T11:06:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T11:10:35.000Z (about 6 years ago)
- Last Synced: 2025-03-18T14:34:22.863Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sunset colors palette
## 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
|  |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](https://pablo.life) |