We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11192c4 commit 50dd512Copy full SHA for 50dd512
docusaurus.config.js
@@ -11,6 +11,11 @@ export default {
11
projectName: 'react-navigation.github.io',
12
scripts: ['/js/snack-helpers.js', '/js/toc-fixes.js'],
13
themeConfig: {
14
+ colorMode: {
15
+ defaultMode: 'light',
16
+ disableSwitch: false,
17
+ respectPrefersColorScheme: true,
18
+ },
19
prism: {
20
theme: require('prism-react-renderer').themes.github,
21
darkTheme: require('prism-react-renderer').themes.dracula,
0 commit comments