Layout Themes
Framework7 comes with 2 main layout themes: Light (default) and Dark:
setScheme('light')}>
${theme === 'light' && $h`
`}
setScheme('dark')}>
${theme === 'dark' && $h`
`}
Default Color Themes
Framework7 comes with ${colors.length} color themes set.
${colors.map((color) => $h`
`)}
Custom Color Theme
-
HEX Color