mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 14:09:50 -08:00
added custom color scheme
This commit is contained in:
parent
efb7b71757
commit
2bb65d5c79
|
@ -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: [
|
||||
() => {
|
||||
|
|
Loading…
Reference in a new issue