Skip to content

Commit

Permalink
feat: set dark mode as default theme with color mode preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
botzai committed Feb 20, 2025
1 parent 9b1067c commit ed6d6ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ module.exports = {
plugins: [],

themeConfig: {
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: true,
},
navbar: {
title: 'x-fidelity',
logo: {
Expand Down

0 comments on commit ed6d6ec

Please sign in to comment.