Skip to content

Commit

Permalink
chore: updating default color scheme for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Jan 1, 2024
1 parent a72f24a commit 70eab9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ const config: Config = {
themeConfig: {
// Replace with your project's social card
// image: 'img/docusaurus-social-card.jpg',
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: true,
},
navbar: {
title: 'Penman JS',
// logo: {
Expand Down

0 comments on commit 70eab9e

Please sign in to comment.