It would be nice if it was possible to change the highlight.js theme.
I first tried by adding <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/darkula.min.css"> to the code injection head, but it didn't work exactly (see below).
I was hoping it would look something like this.
To get it to work i used the developer tools to disable the backgrounds from both pre.codeblock code and pre.codeblock .lines.
It would be nice if it was possible to change the highlight.js theme.
I first tried by adding
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/darkula.min.css">
to the code injection head, but it didn't work exactly (see below).I was hoping it would look something like this.
To get it to work i used the developer tools to disable the backgrounds from both
pre.codeblock code
andpre.codeblock .lines
.