Skip to content

Commit 6f28129

Browse files
committed
Change lightCodeTheme to palenight
1 parent 88d5a88 commit 6f28129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
// Note: type annotations allow type checking and IDEs autocompletion
33

4-
const lightCodeTheme = require('prism-react-renderer/themes/github');
4+
const lightCodeTheme = require('prism-react-renderer/themes/palenight');
55
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66

77
const TwitterSvg =

0 commit comments

Comments
 (0)