mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
feat: 更新主题颜色和背景色
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
<meta name="referrer" content="never" />
|
<meta name="referrer" content="never" />
|
||||||
<meta name="msapplication-TileColor" content="#7D34FD" />
|
<meta name="msapplication-TileColor" content="#7D34FD" />
|
||||||
<meta name="color-scheme" content="light dark" />
|
<meta name="color-scheme" content="light dark" />
|
||||||
<meta name="theme-color" content="#28243D" media="(prefers-color-scheme: dark)" />
|
<meta name="theme-color" content="#0E1116" media="(prefers-color-scheme: dark)" />
|
||||||
<meta name="theme-color" content="#F4F5FA" media="(prefers-color-scheme: light)" />
|
<meta name="theme-color" content="#F4F5FA" media="(prefers-color-scheme: light)" />
|
||||||
<meta name="HandheldFriendly" content="True" />
|
<meta name="HandheldFriendly" content="True" />
|
||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
|
|||||||
@@ -551,7 +551,7 @@ onMounted(() => {
|
|||||||
placeholder="搜索 ..."
|
placeholder="搜索 ..."
|
||||||
prepend-inner-icon="mdi-filter-outline"
|
prepend-inner-icon="mdi-filter-outline"
|
||||||
class="me-2"
|
class="me-2"
|
||||||
rounded="0"
|
rounded
|
||||||
/>
|
/>
|
||||||
<VSpacer v-if="isFile" />
|
<VSpacer v-if="isFile" />
|
||||||
<IconBtn v-if="!isFile" @click="changeSelectMode">
|
<IconBtn v-if="!isFile" @click="changeSelectMode">
|
||||||
|
|||||||
@@ -67,9 +67,9 @@ const theme: VuetifyOptions['theme'] = {
|
|||||||
'on-primary': '#FFFFFF',
|
'on-primary': '#FFFFFF',
|
||||||
'on-success': '#FFFFFF',
|
'on-success': '#FFFFFF',
|
||||||
'on-warning': '#FFFFFF',
|
'on-warning': '#FFFFFF',
|
||||||
'background': '#111827',
|
'background': '#0E1116',
|
||||||
'on-background': '#E7E3FC',
|
'on-background': '#E7E3FC',
|
||||||
'surface': '#161D2C',
|
'surface': '#14161F',
|
||||||
'on-surface': '#E7E3FC',
|
'on-surface': '#E7E3FC',
|
||||||
'grey-50': '#2A2E42',
|
'grey-50': '#2A2E42',
|
||||||
'grey-100': '#474360',
|
'grey-100': '#474360',
|
||||||
@@ -87,7 +87,7 @@ const theme: VuetifyOptions['theme'] = {
|
|||||||
},
|
},
|
||||||
variables: {
|
variables: {
|
||||||
'code-color': '#d400ff',
|
'code-color': '#d400ff',
|
||||||
'overlay-scrim-background': '#1F2937',
|
'overlay-scrim-background': '#191D21',
|
||||||
'overlay-scrim-opacity': 0.6,
|
'overlay-scrim-opacity': 0.6,
|
||||||
'hover-opacity': 0.04,
|
'hover-opacity': 0.04,
|
||||||
'focus-opacity': 0.1,
|
'focus-opacity': 0.1,
|
||||||
@@ -96,7 +96,7 @@ const theme: VuetifyOptions['theme'] = {
|
|||||||
'pressed-opacity': 0.14,
|
'pressed-opacity': 0.14,
|
||||||
'dragged-opacity': 0.1,
|
'dragged-opacity': 0.1,
|
||||||
'border-color': '#E7E3FC',
|
'border-color': '#E7E3FC',
|
||||||
'table-header-background': '#1F2937',
|
'table-header-background': '#14161F',
|
||||||
'custom-background': '#373452',
|
'custom-background': '#373452',
|
||||||
// Shadows
|
// Shadows
|
||||||
'shadow-key-umbra-opacity': 'rgba(20, 18, 33, 0.08)',
|
'shadow-key-umbra-opacity': 'rgba(20, 18, 33, 0.08)',
|
||||||
|
|||||||
+2
-2
@@ -96,8 +96,8 @@ export default defineConfig({
|
|||||||
'purpose': 'maskable',
|
'purpose': 'maskable',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'theme_color': '#28243D',
|
'theme_color': '#0E1116',
|
||||||
'background_color': '#28243D',
|
'background_color': '#0E1116',
|
||||||
'shortcuts': [
|
'shortcuts': [
|
||||||
{
|
{
|
||||||
'name': '推荐',
|
'name': '推荐',
|
||||||
|
|||||||
Reference in New Issue
Block a user