Skip to content

Commit

Permalink
default dark mode and example data
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Nov 13, 2023
1 parent eeefb81 commit 9154a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
colorMode: {
defaultMode: 'dark',
},
} satisfies ThemeConfig,
themes: [
[
Expand Down
4 changes: 2 additions & 2 deletions speedrun-docs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"game": "Test Game",
"speedrun.com": "",
"discord": "",
"speedrun.com": "http://speedrun.com/Test_game",
"discord": "discord.gg",
"github": {
"username": "EwanLyon",
"projectName": "speedrun-docs"
Expand Down

0 comments on commit 9154a62

Please sign in to comment.