/ayu-ace

ayu color theme for the ace editor

Primary LanguageJavaScriptMIT LicenseMIT

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 ❤️