ayu
v9.0.0
Published
The ayu sublime theme as a color palette
Readme
ayu colors
The color palette from the ayu theme as an npm package.
Usage
import { dark, light, mirage } from 'ayu'
// Access colors
dark.syntax.keyword.hex() // '#FF8F40'
light.editor.bg.hex() // '#FCFCFC'
mirage.common.accent.hex() // '#FFCC66'
// RGB values
dark.syntax.string.rgb() // [170, 217, 76]Palette
Ports
License
MIT
