An open API service indexing awesome lists of open source software.

https://github.com/anhthang/ayu-syntax-highlighting

ayu color scheme highlighting style for Jekyll or Pygments
https://github.com/anhthang/ayu-syntax-highlighting

ayu ayu-dark ayu-light ayu-mirage ayu-theme jekyll pygments syntax-highlighting

Last synced: 25 days ago
JSON representation

ayu color scheme highlighting style for Jekyll or Pygments

Awesome Lists containing this project

README

        

# ayu-syntax-highlighting

> [ayu color scheme](https://github.com/dempfi/ayu) highlighting style for Jekyll or Pygments, extracted from [ayu colors](https://github.com/ayu-theme/ayu-colors)

### How to use

Import scss files into your project directly

*Sample*
```scss
@import "components/ayu-light";

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