File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
www/src/pages/theme/themes Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { darcula } from '@uiw/codemirror-theme-darcula';
1111import { eclipse } from '@uiw/codemirror-theme-eclipse' ;
1212import { bespin } from '@uiw/codemirror-theme-bespin' ;
1313import { copilot } from '@uiw/codemirror-theme-copilot' ;
14+ import { consoleDark , consoleLight } from '@uiw/codemirror-theme-console' ;
1415import { materialLight , materialDark } from '@uiw/codemirror-theme-material' ;
1516import { monokai } from '@uiw/codemirror-theme-monokai' ;
1617import { monokaiDimmed } from '@uiw/codemirror-theme-monokai-dimmed' ;
@@ -44,6 +45,8 @@ export const themeData = {
4445 basicDark,
4546 bbedit,
4647 bespin,
48+ consoleDark,
49+ consoleLight,
4750 copilot,
4851 darcula,
4952 dracula,
You can’t perform that action at this time.
0 commit comments