Skip to content

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

About

ayu color scheme highlighting style for Jekyll or Pygments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages