-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Vuetify Theming #202
Comments
Hi there, How is the progress on this? I might be able to contribute. |
Perfect, I'll see what I can do 👍 |
Hi @ntma, thanks for working on this. To get you started, here is what I noted down for this topic. IMO there are basically 3 implementation steps:
|
Hi @fschmenger , Thank you for this outline 👍 Allow me to number your bullets to ease the discussion. So:
|
Hi @ntma, I haven't been very concise in my description but happy to see you got it right! Yes, regarding point 3 I would suggest to support an optional declaration of a top level 'theme' attribute in app-config.json (this is what I meant when refering to 'application context'). |
It would be very handy to use the Vuetify theming mechanism. Goal would be to get rid of the
baseColor
property in the app-conf, which has to be passed through all components and instead a defining an optional Vuetify theme in the app-config.Default style of a Wegue app could be a predefined standard Vuetify theme.
See
The text was updated successfully, but these errors were encountered: