/assets/custom/js/init.js
var app = new Framework7({
set theme: 'md'
for Material, theme: 'ios'
for Cupertino or theme: 'auto'
for platform specific design system.theme=md
or theme=ios
query parameter on the app url will change the design system on-the-fly./assets/custom/js/config.js
file.window.config.theme = {
set color
to any of these values —red, green, blue, pink, yellow, orange, gray, black
color-theme-[color]
class to the <body>
element./assets/custom/js/config.js
file.window.config.theme = {
set layout
to any of these values —light, dark
theme-[layout]
class to the <body>
element.