You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanna go dark but not with vuetify dark mode! I'm going to use nuxt-color-mode package, but theme--light class won't allow it as it manipulate many variables. so I tried to change $material-light value with $material-dark but didn't work.
also tried v-theme-provider but only works for children (wont change background) and cant wrap both <cmsnav /> and <Nuxt /> in it and must do it separately :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I wanna go dark but not with vuetify dark mode! I'm going to use nuxt-color-mode package, but
theme--light
class won't allow it as it manipulate many variables. so I tried to change$material-light
value with$material-dark
but didn't work.also tried
v-theme-provider
but only works for children (wont change background) and cant wrap both<cmsnav />
and<Nuxt />
in it and must do it separately :so is there any way to change theme? or at least force my cms layout (nuxt layout) to use light theme and there layouts use provided theme mode ??
p.s. : don't want to change it in each layout like this:
Beta Was this translation helpful? Give feedback.
All reactions