feat(docs): use dark theme by default

This commit is contained in:
Ushie 2023-08-07 05:40:55 +03:00
parent 7c118ccaa5
commit c390b00f6c
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632

View File

@ -83,6 +83,9 @@ const config = {
},
],
},
colorMode: {
defaultMode: 'dark'
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,