diff --git a/index.html b/index.html
index e1ac28ea..f8d66699 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
-
+
diff --git a/src/components/filebrowser/FileList.vue b/src/components/filebrowser/FileList.vue
index 17f9953a..b7980749 100644
--- a/src/components/filebrowser/FileList.vue
+++ b/src/components/filebrowser/FileList.vue
@@ -551,7 +551,7 @@ onMounted(() => {
placeholder="搜索 ..."
prepend-inner-icon="mdi-filter-outline"
class="me-2"
- rounded="0"
+ rounded
/>
diff --git a/src/plugins/vuetify/theme.ts b/src/plugins/vuetify/theme.ts
index 31fedcfc..fcfb7c0a 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': '#111827',
+ 'background': '#0E1116',
'on-background': '#E7E3FC',
- 'surface': '#161D2C',
+ 'surface': '#14161F',
'on-surface': '#E7E3FC',
'grey-50': '#2A2E42',
'grey-100': '#474360',
@@ -87,7 +87,7 @@ const theme: VuetifyOptions['theme'] = {
},
variables: {
'code-color': '#d400ff',
- 'overlay-scrim-background': '#1F2937',
+ 'overlay-scrim-background': '#191D21',
'overlay-scrim-opacity': 0.6,
'hover-opacity': 0.04,
'focus-opacity': 0.1,
@@ -96,7 +96,7 @@ const theme: VuetifyOptions['theme'] = {
'pressed-opacity': 0.14,
'dragged-opacity': 0.1,
'border-color': '#E7E3FC',
- 'table-header-background': '#1F2937',
+ 'table-header-background': '#14161F',
'custom-background': '#373452',
// Shadows
'shadow-key-umbra-opacity': 'rgba(20, 18, 33, 0.08)',
diff --git a/vite.config.ts b/vite.config.ts
index 4db97329..b36475f7 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -96,8 +96,8 @@ export default defineConfig({
'purpose': 'maskable',
},
],
- 'theme_color': '#28243D',
- 'background_color': '#28243D',
+ 'theme_color': '#0E1116',
+ 'background_color': '#0E1116',
'shortcuts': [
{
'name': '推荐',