Skip to content

Commit 26cdcf9

Browse files
committed
Try to use auto adjust color scheme.
1 parent 6358c8d commit 26cdcf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ const config: Config = {
154154
],
155155
copyright: `Copyright © 2008 - ${new Date().getFullYear()} Street Side Software <img style="height:1em" src="/img/Logo Heart Street Side Software 16x16.png" />`,
156156
},
157+
colorMode: {
158+
defaultMode: 'light',
159+
disableSwitch: false,
160+
respectPrefersColorScheme: true,
161+
},
157162
prism: {
158163
theme: prismThemes.github,
159164
darkTheme: prismThemes.dracula,

0 commit comments

Comments
 (0)