metonym / svelte-highlight

Syntax Highlighting for Svelte using highlight.js
https://svhe.onrender.com
MIT License
252 stars 13 forks source link

[Feature Request] Provide CSS variables to style the highlight component #299

Open MordechaiHadad opened 9 months ago

MordechaiHadad commented 9 months ago

Basically, allow us to change things like roundness, width, etc. Currently I am doing so by doing:

:global(pre) {
// styles
}
samhsabin commented 7 months ago

Yes! This seems like a no-brainer addition