What's your favourite syntax highlighting theme? #158
Unanswered
badlydrawnrob
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Syntax highlighting colours. We're currently using a slightly modified version of Breeze Dark, and have options for Pandoc's default
breezedark
and Monokai (deprecated). I'm sure we can do better!!However, it takes quite a lot of time to properly set the
--color-code-*
variables and testing our with Pandoc's Skylighting compiler. There's some restrictions and our colours aren't going to be as accurate as Visual Studio Code. You can see all the current Pandoc themes here.1If anyone has tried to create their own theme, please do share it with everyone here.
Footnotes
If you have Pandoc installed you can list all the styles with
pandoc --list-hightlight-styles
and view the json for each theme like this. I'm currently hardcoding it into theskylighting.less
file because there's no way to use--color
variables in the json. ↩Beta Was this translation helpful? Give feedback.
All reactions