Skip to content

Commit

Permalink
flag themes for css vars
Browse files Browse the repository at this point in the history
  • Loading branch information
grugknuckle committed Nov 13, 2021
1 parent a0fccc2 commit 4d3396c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plugins/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export default new Vuetify({
dark: false,
themes: {
dark: {
options: {
customProperties: true
},
background: colors.grey.darken5,
surface: colors.grey.darken3,
primary: colors.blue.lighten3,
Expand All @@ -20,6 +23,9 @@ export default new Vuetify({
error: colors.red.lighten4,
},
light: {
options: {
customProperties: true
},
background: colors.grey.lighten5,
surface: colors.grey.lighten4,
// primary: colors.red.darken1, // #E53935
Expand Down

0 comments on commit 4d3396c

Please sign in to comment.