Skip to content

Commit

Permalink
chore: color scheme follows user system preferences
Browse files Browse the repository at this point in the history
A boon for those who use similar software such as Auto Dark Mode.
  • Loading branch information
3gf8jv4dv committed Jan 31, 2025
1 parent 59fa79f commit 4c939cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: true,
},
metadata: [{name: 'keywords', content: 'LX Music, 洛雪音乐助手, lx-music, lx-music-desktop, lx-music-mobile'}],
navbar: {
title: 'LX Music',
Expand Down

0 comments on commit 4c939cd

Please sign in to comment.