This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
syntax highlighter: support dark theme switching #34
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
The current implementation of the syntax highlighter does not support switching to a light theme when the overall theme of the library changes.
AutomaticDarkMode
AutomaticDarkMode
should default tofalse
and be opt-in since this introduces more JS and could have a minor impact on performance.AutomaticDarkMode
is true, the component should automatically switch between light/dark themes.dark
vslight
mode.dark
mode.Outstanding questions
index.html
page. Need to investigate the best way to integrate this appropriately.index
page.The text was updated successfully, but these errors were encountered: