Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 406 Bytes

ayu-syntax-highlighting

ayu color scheme highlighting style for Jekyll or Pygments, extracted from ayu colors

How to use

Import scss files into your project directly

Sample

@import "components/ayu-light";

// if you want dark mode
@media (prefers-color-scheme: dark) {
	@import "components/ayu-mirage";
}