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