added custom color scheme

This commit is contained in:
Foster Irwin 2022-12-30 14:01:56 -07:00
parent efb7b71757
commit 2bb65d5c79

View file

@ -89,6 +89,19 @@ const config = {
colorMode: {
respectPrefersColorScheme: true,
},
mermaid: {
theme: {light: 'base', dark: 'base'},
options: {
themeVariables: {
primaryColor: '#67EA94',
primaryTextColor: 'var(--tw-prose-headings)',
primaryBorderColor: '#4D4D4D',
lineColor: '#EAD667',
secondaryColor: '#EA67BD',
tertiaryColor: '#677CEA'
},
},
}
},
plugins: [
() => {