VS Code theme provider for Jupyter React.
Instead of maintaining 1267 lines of complex theme mapping logic, this component simply uses VS Code's CSS variables directly.
<VSCodeTheme colorMode={theme}> <Notebook2 {...props} /></VSCodeTheme> Copy
<VSCodeTheme colorMode={theme}> <Notebook2 {...props} /></VSCodeTheme>
VS Code theme provider for Jupyter React.
Instead of maintaining 1267 lines of complex theme mapping logic, this component simply uses VS Code's CSS variables directly.