@@ -7,6 +7,7 @@ import draculaMd from '@uiw/codemirror-theme-dracula/README.md';
7
7
import darculaMd from '@uiw/codemirror-theme-darcula/README.md' ;
8
8
import duotoneMd from '@uiw/codemirror-theme-duotone/README.md' ;
9
9
import githubMd from '@uiw/codemirror-theme-github/README.md' ;
10
+ import gruvboxDarkMd from '@uiw/codemirror-theme-gruvbox-dark/README.md' ;
10
11
import eclipseMd from '@uiw/codemirror-theme-eclipse/README.md' ;
11
12
import bespinMd from '@uiw/codemirror-theme-bespin/README.md' ;
12
13
import sublimeMd from '@uiw/codemirror-theme-sublime/README.md' ;
@@ -23,6 +24,7 @@ import { eclipse } from '@uiw/codemirror-theme-eclipse';
23
24
import { bespin } from '@uiw/codemirror-theme-bespin' ;
24
25
import { duotoneLight , duotoneDark } from '@uiw/codemirror-theme-duotone' ;
25
26
import { githubLight , githubDark } from '@uiw/codemirror-theme-github' ;
27
+ import { gruvboxDark } from '@uiw/codemirror-theme-gruvbox-dark' ;
26
28
import { sublime } from '@uiw/codemirror-theme-sublime' ;
27
29
import { xcodeLight , xcodeDark } from '@uiw/codemirror-theme-xcode' ;
28
30
@@ -39,6 +41,7 @@ export const mdSource = {
39
41
eclipse : eclipseMd . source ,
40
42
githubLight : githubMd . source ,
41
43
githubDark : githubMd . source ,
44
+ gruvboxDark : gruvboxDarkMd . source ,
42
45
okaidia : okaidiaMd . source ,
43
46
sublime : sublimeMd . source ,
44
47
xcodeLight : xcodeMd . source ,
@@ -58,6 +61,7 @@ export const themeData = {
58
61
eclipse,
59
62
githubLight,
60
63
githubDark,
64
+ gruvboxDark,
61
65
okaidia,
62
66
sublime,
63
67
xcodeLight,
0 commit comments