@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
24 lines • 461 B
JavaScript
export var mermaidThemes = [{
displayName: 'Lobe Theme',
id: 'lobe-theme'
}, {
background: '#fbf9ff',
displayName: 'Mermaid Default',
id: 'default'
}, {
background: '#fffcf8',
displayName: 'Mermaid Base',
id: 'base'
}, {
background: '#000',
displayName: 'Mermaid Dark',
id: 'dark'
}, {
background: '#f9ffeb',
displayName: 'Mermaid Forest',
id: 'forest'
}, {
background: '#fff',
displayName: 'Mermaid Neutral',
id: 'neutral'
}];