Skip to content

Commit 15b69a8

Browse files
authored
Use oneDark for code snippets. (#23)
1 parent ef1c40d commit 15b69a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: website/docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const config: Config = {
111111
prism: {
112112
additionalLanguages: ['java', 'scala'],
113113
theme: prismThemes.github,
114-
darkTheme: prismThemes.vsDark,
114+
darkTheme: prismThemes.oneDark,
115115
},
116116
} satisfies Preset.ThemeConfig,
117117
};

0 commit comments

Comments
 (0)