Website • Install • Usage • Ports
ayu is a bright color theme and comes in three versions — dark, mirage, and light — for all-day comfortable work. Colors for building your own themes and tools.
npm install ayuimport { 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]ayu is available for: