ayu-colors
The ayu color scheme as a color palette
TypeScript★ 847⑂ 37 forksMITupdated 6 months ago
README.mdfork it — it’s yours
Website • Install • Usage • Ports
ayu is a bright color theme and comes in three versions — dark, mirage, and light — for all-day comfortable work. Colors for building your own themes and tools.
Install
npm install ayu
Usage
import { dark, light, mirage } from 'ayu'
// Access colors
dark.syntax.keyword.hex() // '#FF8F40'
light.editor.bg.hex() // '#FCFCFC'
mirage.common.accent.hex() // '#FFCC66'
// RGB values
dark.syntax.string.rgb() // [170, 217, 76]
Palette
Ports
ayu is available for:
more like this
gns3theme
Custom color themes for GNS3 GUI. Built-in schemes, custom JSON themes, device symbols. Supports Linux and macOS.
Python★ 50
Aritim-Light
A Light theme for both KDE and GTK based distros, pleasant to the eyes and perfect for your daily workload.
CSS★ 51