We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b076c3d commit 1cf8f37Copy full SHA for 1cf8f37
1 file changed
frontend/docusaurus.config.ts
@@ -346,6 +346,11 @@ const config: Config = {
346
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
347
insights: false,
348
},
349
+ colorMode: {
350
+ defaultMode: "light",
351
+ disableSwitch: false,
352
+ respectPrefersColorScheme: true,
353
+ },
354
} satisfies Preset.ThemeConfig,
355
};
356
0 commit comments