2.0.4 • Published 7 years ago

ayu-ace v2.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ayu

ayu is a simple theme with bright colors and comes in three versions — dark, mirage and light for all day long comfortable work.

Installation

npm install --save ayu-ace

Usage

// Import light, mirage and dark
import 'ayu-ace'

// Or import them one by one
import 'ayu-ace/light'
import 'ayu-ace/mirage'
import 'ayu-ace/dark'

// Set the theme
editor.setTheme('ace/theme/ayu-light')
editor.setTheme('ace/theme/ayu-mirage')
editor.setTheme('ace/theme/ayu-dark')

Thanks

Thank you @dempfi for this beautiful color theme ❤️