Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

How can I use themes generated with the theme creator? #38

Open
froeder opened this issue Apr 14, 2018 · 2 comments
Open

How can I use themes generated with the theme creator? #38

froeder opened this issue Apr 14, 2018 · 2 comments

Comments

@froeder
Copy link

froeder commented Apr 14, 2018

Hi guys,

How can I use themes generated with the theme creator?
The method below is not working.

vuetify: { theme: { primary: '#00E676', secondary: '#00C853', accent: '#7C4DFF', error: '#f44336', warning: '#ffeb3b', info: '#2196f3', success: '#4caf50' } },

I pasted the above code into nuxt.config.js below the import of the vutifyjs module.
Any idea?

@nekosaur
Copy link
Member

In plugins/vuetify.js, change Vue.use call to

Vue.use(Vuetity, {
 theme: { your theme object },
 ...any other potential options
}

@everttrollip
Copy link

By me this is not working...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants