mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-18 03:36:33 +01:00
Fix ts error: missing type definitions
This commit is contained in:
@@ -2,6 +2,8 @@ import { createVuetify, ThemeDefinition } from 'vuetify'
|
|||||||
import * as components from 'vuetify/components'
|
import * as components from 'vuetify/components'
|
||||||
import * as directives from 'vuetify/directives'
|
import * as directives from 'vuetify/directives'
|
||||||
import '@mdi/font/css/materialdesignicons.css'
|
import '@mdi/font/css/materialdesignicons.css'
|
||||||
|
// @ts-expect-error Missing type definitions
|
||||||
|
import colors from 'vuetify/lib/util/colors'
|
||||||
|
|
||||||
const myCustomDarkTheme: ThemeDefinition = {
|
const myCustomDarkTheme: ThemeDefinition = {
|
||||||
dark: true,
|
dark: true,
|
||||||
@@ -9,12 +11,12 @@ const myCustomDarkTheme: ThemeDefinition = {
|
|||||||
background: '#0A192F',
|
background: '#0A192F',
|
||||||
backgroundSecondary: '#112240',
|
backgroundSecondary: '#112240',
|
||||||
primary: '#64FFDA',
|
primary: '#64FFDA',
|
||||||
/* accent: colors.grey.darken3,
|
accent: colors.grey.darken3,
|
||||||
secondary: colors.amber.darken3,
|
secondary: colors.amber.darken3,
|
||||||
info: colors.teal.lighten1,
|
info: colors.teal.lighten1,
|
||||||
warning: colors.amber.base,
|
warning: colors.amber.base,
|
||||||
error: colors.deepOrange.accent4,
|
error: colors.deepOrange.accent4,
|
||||||
success: colors.green.accent3 */
|
success: colors.green.accent3
|
||||||
}
|
}
|
||||||
// Bert
|
// Bert
|
||||||
/* dark: {
|
/* dark: {
|
||||||
|
|||||||
Reference in New Issue
Block a user