Better syntax highlighting
Opened this issue · 2 comments
This is fairly minor as issues go, but the code syntax highlighting on the site is subtle and, in some examples, looks like plain text. I wondered if you'd be interested in changing the settings in a way that produces more contrast between different code elements.
I think the site uses rouge for syntax highlighting but it seems like the rouge default is more colourful than what is being currently displayed on the site.
It seems like rouge settings are configured in _config.yml
but I'm not sure how one would change them to get the rouge default syntax highlighting to display instead of the current setup.
I like both the github and pastie themes.
Looking around, I'm not sure I was right about the _config.yml
file. eg this post seems to suggest that there should be a CSS file somewhere that has the theme setting in (though my googling about how to change it has mostly just left me confused).