swagger-ui icon indicating copy to clipboard operation
swagger-ui copied to clipboard

Can't find a way to override the highlighted code color

Open hereCOMESlappy opened this issue 3 years ago • 1 comments

Screen Shot 2022-08-28 at 7 51 17 pm

The lime green coloured code, I can't find any way to override it. All other text I can override. It has color rgb(162,252,162) could it be made possible to override such a strange color?

hereCOMESlappy avatar Aug 28 '22 09:08 hereCOMESlappy

This is powered by react-syntax-highlighter package.

You can adjust the theme by setting the syntaxHighlight.theme property to ["agate"*, "arta", "monokai", "nord", "obsidian", "tomorrow-night"]. Highlight.js syntax coloring theme to use. (Only these 6 styles are available.)

See docs

mathis-m avatar Sep 04 '22 00:09 mathis-m