getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.99k stars 963 forks source link

Can't find a list of included highlighting themes. #1679

Closed SamYouatt closed 2 years ago

SamYouatt commented 2 years ago

Documentation issue

Summary

There is nowhere I can find that gives a complete list of the included highlighting themes.

Proposed solution

The documentation page for code highlighting could provide a link to a list of available syntax themes.

Keats commented 2 years ago

It's on the configuration page since it's an option of the configuration: https://www.getzola.org/documentation/getting-started/configuration/#syntax-highlighting There should probably be a link back to it on https://www.getzola.org/documentation/content/syntax-highlighting/ though

Jieiku commented 2 years ago

you can also browse the repository for a list of them: https://github.com/getzola/zola/tree/master/sublime/themes

I have some that I modified from the originals for more contrast: https://github.com/Jieiku/abridge/tree/master/highlight_themes

I also created the css counterparts for when using highlight_theme = "css": https://github.com/Jieiku/abridge/tree/master/sass/syntax