ayu is a simple theme with bright colors and comes in three versions — dark, mirage and light for all day long comfortable work.
npm install --save ayu-ace
// 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')
Thank you @dempfi for this beautiful color theme ❤️