Skip to content

Commit 28af81e

Browse files
author
Murat
committed
docs(config): update colors
1 parent ccc48ee commit 28af81e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ const config = {
134134
copyright: `Copyright © ${new Date().getFullYear()} React Native Integrate, Inc. Built with Docusaurus.`,
135135
},
136136
prism: {
137-
theme: prismThemes.vsDark,
138-
darkTheme: prismThemes.palenight,
137+
theme: prismThemes.duotoneLight,
138+
darkTheme: prismThemes.shadesOfPurple,
139+
additionalLanguages: ['bash'],
139140
},
140141
}),
141142
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],

0 commit comments

Comments
 (0)