Skip to content

Commit

Permalink
fix(website): fix theme example display issue. (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 18, 2024
1 parent d2a17b0 commit 5c7a699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/src/pages/theme/themes/Datas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { darcula } from '@uiw/codemirror-theme-darcula';
import { eclipse } from '@uiw/codemirror-theme-eclipse';
import { bespin } from '@uiw/codemirror-theme-bespin';
import { copilot } from '@uiw/codemirror-theme-copilot';
import { consoleDark, consoleLight } from '@uiw/codemirror-theme-console';
import { materialLight, materialDark } from '@uiw/codemirror-theme-material';
import { monokai } from '@uiw/codemirror-theme-monokai';
import { monokaiDimmed } from '@uiw/codemirror-theme-monokai-dimmed';
Expand Down Expand Up @@ -44,6 +45,8 @@ export const themeData = {
basicDark,
bbedit,
bespin,
consoleDark,
consoleLight,
copilot,
darcula,
dracula,
Expand Down

1 comment on commit 5c7a699

@jaywcjlove
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.