Skip to content

Instantly share code, notes, and snippets.

@dora-gt
Created May 25, 2020 12:15
Show Gist options
  • Save dora-gt/991eb84b2a6bdb1d1baa120ae6ad67c3 to your computer and use it in GitHub Desktop.
Save dora-gt/991eb84b2a6bdb1d1baa120ae6ad67c3 to your computer and use it in GitHub Desktop.
vuetify: {
customVariables: ['~/assets/styles/vuetifyVariables.scss'],
defaultAssets: {
font: {
family: ['Roboto', 'Noto+Sans+JP'],
},
icons: 'mdi',
},
theme: {
dark: false,
themes: {
dark: {
primary: colors.blue.darken2,
accent: colors.grey.darken3,
secondary: colors.amber.darken3,
info: colors.teal.lighten1,
warning: colors.amber.base,
error: colors.deepOrange.accent4,
success: '#10E3B1',
},
},
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment