Skip to content

Commit

Permalink
documentation: enabled user-preferred color scheme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Jun 1, 2024
1 parent eac47a3 commit e697155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} PrimeXT, Inc. Built with Docusaurus.`,
},
colorMode: {
respectPrefersColorScheme: true,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
Expand Down

0 comments on commit e697155

Please sign in to comment.