From 79e07d2b3d0c04dbbd3ffca5c7142bb52ecd9d7a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 2 Sep 2023 09:58:28 +0800 Subject: [PATCH] fix color schema --- src/plugins/vuetify/theme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/vuetify/theme.ts b/src/plugins/vuetify/theme.ts index b4c7d758..367619a3 100644 --- a/src/plugins/vuetify/theme.ts +++ b/src/plugins/vuetify/theme.ts @@ -67,9 +67,9 @@ const theme: VuetifyOptions['theme'] = { 'on-primary': '#FFFFFF', 'on-success': '#FFFFFF', 'on-warning': '#FFFFFF', - 'background': '#111520', + 'background': '#111827', 'on-background': '#E7E3FC', - 'surface': '#181F2A', + 'surface': '#161D2C', 'on-surface': '#E7E3FC', 'grey-50': '#2A2E42', 'grey-100': '#474360', @@ -96,7 +96,7 @@ const theme: VuetifyOptions['theme'] = { 'pressed-opacity': 0.14, 'dragged-opacity': 0.1, 'border-color': '#E7E3FC', - 'table-header-background': '#1E2430', + 'table-header-background': '#1F2937', 'custom-background': '#373452', // Shadows 'shadow-key-umbra-opacity': 'rgba(20, 18, 33, 0.08)',