:root, body #app.is-light {
{{ getVars(themes.light) }}
} @media (prefers-color-scheme: light), (prefers-color-scheme:
no-preference) { :root, body #app {
{{ getVars(themes.light) }}
} } body #app.is-dark {
{{ getVars(themes.dark) }}
} @media (prefers-color-scheme: dark) { :root, body #app {
{{ getVars(themes.dark) }}
} }