Skip to content

ayu color scheme highlighting style for Jekyll or Pygments

Notifications You must be signed in to change notification settings

anhthang/ayu-syntax-highlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages