Skip to content

Commit 3932a21

Browse files
committed
docs: update night theme to palenight
1 parent 101fabc commit 3932a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docusaurus.config.js

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

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

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {

0 commit comments

Comments
 (0)