Skip to content

Commit 38c43b0

Browse files
committed
💄 (Code theme) Use a dark code theme so it's more readable
1 parent d79cafa commit 38c43b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/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/okaidia");
55
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
66

77
/** @type {import('@docusaurus/types').Config} */

0 commit comments

Comments
 (0)