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

https://github.com/ayu-theme/ayu-colors

The ayu color scheme as a color palette
https://github.com/ayu-theme/ayu-colors

Last synced: 6 months ago
JSON representation

The ayu color scheme as a color palette

Awesome Lists containing this project

README

          

![ayu](http://i.imgur.com/b3etBQX.png)

> The colors of [@dempfi's](https://github.com/dempfi) beautiful [ayu color scheme](https://github.com/dempfi/ayu) extracted as a NPM package.

### Installation

```
npm install --save ayu
yarn add ayu
```

### Usage

```JS
import { dark, light, mirage } from 'ayu'

dark.common.bg.hex() === '#0f1419'
light.common.fg.hex() === '#828c99'
mirage.syntax.error.hex() === '#ff3333'

dark.common.bg.rgb() === '15, 20, 25'
light.common.fg.rgb() === '97, 103, 108'
mirage.syntax.error.rgb() === '255, 51, 51'
```

_This package includes TypeScript definitions._

### Colors