ayu
TypeScript icon, indicating that this package has built-in type declarations

8.0.1 • Public • Published

ayu

The colors of @dempfi's beautiful ayu color scheme extracted as a NPM package.

Installation

npm install --save ayu
yarn add ayu

Usage

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

/ayu/

    Package Sidebar

    Install

    npm i ayu

    Weekly Downloads

    2,116

    Version

    8.0.1

    License

    MIT

    Unpacked Size

    28.9 kB

    Total Files

    17

    Last publish

    Collaborators

    • dempfi
    • konsch