Answer the question
In order to leave comments, you need to log in
Application color teming?
Guys, how best to implement the functionality of the application's color themes (dark, light, etc.)
I thought of only 2 options, for example Dark and Light themes:
1) Create a couple of css files (dark.styl, light.styl). with parent namespace classes related to a specific theme, for example dark.styl:
.theme-dark
background-color: '#050507'
color: '#ababba'
.layout
background-color '#2f343d'
.panel
background-color '#283142'
Answer the question
In order to leave comments, you need to log in
Have a look, it might come in handy: https://github.com/zephraph/vue-theme-loader
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question