/ayu-syntax-highlighting

ayu color scheme highlighting style for Jekyll or Pygments

Primary LanguageCSS

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";
}