New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ayu-ace

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ayu-ace

ayu color theme for the ace editor

2.0.4
latest
Source
npm
Version published
Weekly downloads
11
1000%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 21 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts