Created
May 25, 2020 12:15
-
-
Save dora-gt/991eb84b2a6bdb1d1baa120ae6ad67c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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