anhthang / ayu-syntax-highlighting

ayu color scheme highlighting style for Jekyll or Pygments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ayu color scheme highlighting style for Jekyll or Pygments


Languages

Language:CSS 100.0%