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
- Host: GitHub
- URL: https://github.com/anhthang/ayu-syntax-highlighting
- Owner: anhthang
- Created: 2020-04-27T03:52:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T15:48:59.000Z (about 5 years ago)
- Last Synced: 2024-05-21T06:46:25.250Z (12 months ago)
- Topics: ayu, ayu-dark, ayu-light, ayu-mirage, ayu-theme, jekyll, pygments, syntax-highlighting
- Language: CSS
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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";
}
```