Is there a dark mode version for $primary, $secondary, $accent in SCSS?
-
My theme has $primary set to a dark blue that doesn’t show up well in dark mode.
Is there a way to specify the dark mode version of these variables?
Thank you!
Neil
-
I’m facing the same problem. Company color is a dark brown… :|
My solution is: When I toggle darkmode on/off, I overwrite the colors using
setBrand("primary", colorBasedOnDarkmodeSetting)
and so onThe function is described here: https://quasar.dev/quasar-utils/color-utils
-
Is there a better solution for that ? That for example doesn’t work with IE