We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68963f9 commit 4de4373Copy full SHA for 4de4373
www/src/router.tsx
@@ -580,7 +580,7 @@ export const routes: MenuRouteObject[] = [
580
},
581
{
582
path: 'data/vscode/dark',
583
- label: 'VS Code',
+ label: 'VS Code Dark',
584
element: (
585
<Preview
586
themePkg="@uiw/codemirror-theme-vscode"
@@ -589,6 +589,17 @@ export const routes: MenuRouteObject[] = [
589
/>
590
),
591
592
+ {
593
+ path: 'data/vscode/light',
594
+ label: 'VS Code Light',
595
+ element: (
596
+ <Preview
597
+ themePkg="@uiw/codemirror-theme-vscode"
598
+ mode="light"
599
+ path={() => import('@uiw/codemirror-theme-vscode/README.md')}
600
+ />
601
+ ),
602
+ },
603
604
path: 'data/xcode/light',
605
label: 'Xcode Light',
0 commit comments