Replies: 1 comment 1 reply
|
Hi @linusng! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello there.
I'd like to add a new section
### Modifying Expressive Code themeunder## Modifying the themeingetting-started.mdx. where users can define their desired themes by declaring inthemesas a the parameter ofexpressiveCode()in theastro.config.tsfile.However, that means that some of the hard-coded styles in
reset.cssandglobal.cssthat referencesexpressive-codelines would have to be deleted.The goal here is to allow users to simply declare their desired theme as listed in https://expressive-code.com/guides/themes/ so that all .mdx rendered code snippets will follow suit.
I will be able to submit a pr on that for review.
What do you think?
All reactions