Personalize all scss variables in dark mode like vuetify
-
I recently discovered the super quasar dark mode, but I think is missing some personalisations. Please can someone help me to achieve this with quasar framework ?
(vuetify dark mode colors personnalisation)
dark: true, themes: { dark: { primary: '#040404', accent: '#040404', secondary: '#ffffff', success: '#5807f7', info: '#9B21F3', warning: '#FB8C00', error: '#FF5252' }, light: { primary: '#ffffff', accent: '#ffffff', secondary: '#040404', success: '#5807f7', info: '#9B21F3', warning: '#FB8C00', error: '#FF5252' } }