File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1- /**
2- * plugins/index.ts
3- *
4- * Automatically included in `./src/main.ts`
5- */
61
7- // Plugins
82import vuetify from './vuetify'
93import router from '../router'
10-
11- // Types
124import type { App } from 'vue'
135
146export function registerPlugins ( app : App ) {
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ import * as directives from 'vuetify/directives';
99const light : ThemeDefinition = {
1010 dark : false ,
1111 colors : {
12- background : '#fefefe' ,
13- base : "#fcf7f0" ,
1412 surface : '#fcf7f0' ,
13+ "surface-bright" : '#f3f3f3' ,
1514 primary : '#020d67' ,
1615 'primary-darken-1' : '#b2540b' ,
1716 secondary : '#0032a3' ,
@@ -32,9 +31,9 @@ const light: ThemeDefinition = {
3231const dark : ThemeDefinition = {
3332 dark : true ,
3433 colors : {
35- background : '#181833' ,
3634 base : "#222222" ,
37- surface : '#fefefe' ,
35+ "surface-bright" : '#181833' ,
36+ surface : '#222222' ,
3837 primary : '#020d67' ,
3938 'primary-darken-1' : '#b2540b' ,
4039 secondary : '#0032a3' ,
You can’t perform that action at this time.
0 commit comments