fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

Is there a way to change the syntax highlighting theme #76

Closed bbatsov closed 5 years ago

bbatsov commented 5 years ago

I find the default colours hard to read, but I'm not sure if there's an easy way to switch to some other syntax highlighting theme.

fongandrew commented 5 years ago

Sorry for the long response time. You just need to include an extra style sheet for a Rouge / Pygment theme. This repo over here has a bunch: https://github.com/jwarby/jekyll-pygments-themes

bbatsov commented 5 years ago

Thanks!