mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-21 16:32:35 +08:00
fix color schema
This commit is contained in:
@@ -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': '#111520',
|
'background': '#111827',
|
||||||
'on-background': '#E7E3FC',
|
'on-background': '#E7E3FC',
|
||||||
'surface': '#181F2A',
|
'surface': '#161D2C',
|
||||||
'on-surface': '#E7E3FC',
|
'on-surface': '#E7E3FC',
|
||||||
'grey-50': '#2A2E42',
|
'grey-50': '#2A2E42',
|
||||||
'grey-100': '#474360',
|
'grey-100': '#474360',
|
||||||
@@ -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': '#1E2430',
|
'table-header-background': '#1F2937',
|
||||||
'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)',
|
||||||
|
|||||||
Reference in New Issue
Block a user