Hi,
I was wondering if anyone has any experience changing the theme of the CodeHighlight.
highlight.js has a bunch of themes, and it looks like you just import them to use them like so import 'highlight.js/styles/github.css';
But this doesn't really jive well with import '@mantine/code-highlight/styles.css';
If I remove the import '@mantine/code-highlight/styles.css'; and only import the theme, then it loses some of the Mantine padding and bg colors, as well as dark mode support.
Is there a way to use different themes that anyone has found that works well within the mantine setup?