I would like to double check something: I am trying to change the syntax highlighting for my distill blog to zenburn. However, in the online documentation here, zenburn is not mentioned when refering to pandoc highlighting themes. I tried
output:
distill::distill_article:
highlight: zenburn
highlight_downlit: false
but there's no noteable change. I am particularly interested in getting a dark background in the code chunks. Does this mean the omission of zenburn from the online documentation is intentional? Syntax highlighting with dark background are not available in distill?
Any help/idea?
Many thanks.