Conversation
Zenburn theme home page: https://kippura.org/zenburnpage/ And Vim Zenburn theme repository, from which I took color codes: https://github.com/jnurmine/Zenburn
As requested in code review.
Probably during rebase I accidentally added dracula, which is now removed.
It looks, that pygments no longer use these markers.
|
Thanks! There are only two more colors missing, for special line numbers. You can test that with |
| highlight_color = '#484848' | ||
| line_number_color = '#5d6262' | ||
| line_number_background_color = '#353535' | ||
| styles = { |
There was a problem hiding this comment.
Please add colors for the _special_ variant as well.
Something does not work with HTML generator, because colors does not show up, unless I added `noclasses=True`.
|
Added |
|
Thanks @sirex! I was going in circles trying to figure out why the special formatting wasn't applying. Thanks for documenting your temporary solution. |
|
The class issue is fixed in #1701, I think. Thanks for your contribution! |


Zenburn theme home page: https://kippura.org/zenburnpage/
And Vim Zenburn theme repository, from which I took color codes: https://github.com/jnurmine/Zenburn