Hugo highlight syntax style

Hi everyone,

I use exerpt od source code on my site.
I know that there are some styles for highlight syntax build in hugo but I’d like to to have my own. I want to have the same colors like Intellij IDE has and it is called darcula. Please give me some clues what should I do to achieve this.
By the way I don’t want to use highlight.js.

Thanks for help in advance
Zbyszek

Hi, give this a quick read: https://zwbetz.com/syntax-highlighting-in-hugo-with-chroma/

Thank for reply, but none of prepared styles are exactly the same as darcula in intellij for java language. I need more customization.

If none of the Chroma styles meet your needs, you’ll have to look into other syntax highlighting options.

Well, if you knew the CSS you wanted, you could make a stylesheet to be used by Chroma but it wouldn’t be trivial