@@ -62,10 +62,10 @@ const view = new EditorView({
62
62
63
63
``` ts
64
64
export * from ' @uiw/codemirror-theme-abcdef' ;
65
+ export * from ' @uiw/codemirror-theme-abyss' ;
65
66
export * from ' @uiw/codemirror-theme-androidstudio' ;
66
67
export * from ' @uiw/codemirror-theme-atomone' ;
67
68
export * from ' @uiw/codemirror-theme-aura' ;
68
- export * from ' @uiw/codemirror-theme-basic' ;
69
69
export * from ' @uiw/codemirror-theme-bbedit' ;
70
70
export * from ' @uiw/codemirror-theme-bespin' ;
71
71
export * from ' @uiw/codemirror-theme-darcula' ;
@@ -74,7 +74,10 @@ export * from '@uiw/codemirror-theme-duotone';
74
74
export * from ' @uiw/codemirror-theme-eclipse' ;
75
75
export * from ' @uiw/codemirror-theme-github' ;
76
76
export * from ' @uiw/codemirror-theme-gruvbox-dark' ;
77
+ export * from ' @uiw/codemirror-theme-kimbie' ;
77
78
export * from ' @uiw/codemirror-theme-material' ;
79
+ export * from ' @uiw/codemirror-theme-monokai' ;
80
+ export * from ' @uiw/codemirror-theme-monokai-dimmed' ;
78
81
export * from ' @uiw/codemirror-theme-noctis-lilac' ;
79
82
export * from ' @uiw/codemirror-theme-nord' ;
80
83
export * from ' @uiw/codemirror-theme-okaidia' ;
@@ -85,6 +88,7 @@ export * from '@uiw/codemirror-theme-sublime';
85
88
export * from ' @uiw/codemirror-theme-tokyo-night' ;
86
89
export * from ' @uiw/codemirror-theme-tokyo-night-storm' ;
87
90
export * from ' @uiw/codemirror-theme-tokyo-night-day' ;
91
+ export * from ' @uiw/codemirror-theme-tomorrow-night-blue' ;
88
92
export * from ' @uiw/codemirror-theme-vscode' ;
89
93
export * from ' @uiw/codemirror-theme-xcode' ;
90
94
```
0 commit comments