docs: Use Light codeblocks theme (#1853)

This commit is contained in:
Marc Rousavy 2023-09-26 13:09:11 +02:00 committed by GitHub
parent 14721d314f
commit cc88de3926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ module.exports = {
respectPrefersColorScheme: true
},
prism: {
theme: require('prism-react-renderer/themes/github'),
darkTheme: require('prism-react-renderer/themes/palenight'),
additionalLanguages: ['swift', 'java', 'kotlin'],
},
navbar: {