Skip to content

ayu-theme/ayu-ace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 21, 2017
165ffb2 Β· Sep 21, 2017

History

8 Commits
Sep 21, 2017
Nov 17, 2016
Nov 15, 2016
Nov 15, 2016
Sep 21, 2017
Nov 15, 2016
Nov 15, 2016
Sep 21, 2017
Sep 21, 2017
Sep 21, 2017
Nov 15, 2016
Nov 17, 2016

Repository files navigation

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

About

ayu color theme for the ace editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published