gancio-upstream/vuetify.options.js
2020-07-25 21:41:22 +02:00

14 lines
No EOL
191 B
JavaScript

// vuetify.options.js
export default {
theme: {
dark: true,
themes: {
dark: {
primary: '#FF4500'
},
light: {
primary: '#FF4500'
}
}
}
}