mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-31 21:21:50 +08:00
feat: add glass theme
This commit is contained in:
@@ -210,6 +210,61 @@ const theme: VuetifyOptions['theme'] = {
|
||||
'shadow-key-ambient-opacity': 'rgba(0, 0, 0, 0.05)',
|
||||
},
|
||||
},
|
||||
glass: {
|
||||
dark: true,
|
||||
colors: {
|
||||
'primary': '#E4B863',
|
||||
'secondary': '#7C9CC4',
|
||||
'on-secondary': '#07101C',
|
||||
'success': '#69C59A',
|
||||
'info': '#7C9CC4',
|
||||
'warning': '#E4B863',
|
||||
'error': '#FF7B7B',
|
||||
'on-primary': '#171106',
|
||||
'on-success': '#07150F',
|
||||
'on-warning': '#171106',
|
||||
'background': '#0B1322',
|
||||
'on-background': '#F2F5FA',
|
||||
'surface': '#182235',
|
||||
'on-surface': '#F2F5FA',
|
||||
'surface-variant': '#202C42',
|
||||
'on-surface-variant': 'rgba(242, 245, 250, 0.72)',
|
||||
'grey-50': '#121D30',
|
||||
'grey-100': '#18253A',
|
||||
'grey-200': '#233149',
|
||||
'grey-300': '#34435D',
|
||||
'grey-400': '#8794A8',
|
||||
'grey-500': '#A1ACBD',
|
||||
'grey-600': '#BBC3D0',
|
||||
'grey-700': '#CDD3DD',
|
||||
'grey-800': '#E0E4EA',
|
||||
'grey-900': '#F2F5FA',
|
||||
'perfect-scrollbar-thumb': 'rgba(255, 255, 255, 0.24)',
|
||||
'skin-bordered-background': '#111B2B',
|
||||
'skin-bordered-surface': '#182235',
|
||||
'card-background': '#182235',
|
||||
},
|
||||
variables: {
|
||||
'code-color': '#F3DCA8',
|
||||
'overlay-scrim-background': '#030712',
|
||||
'overlay-scrim-opacity': 0.66,
|
||||
'hover-opacity': 0.08,
|
||||
'focus-opacity': 0.14,
|
||||
'selected-opacity': 0.16,
|
||||
'activated-opacity': 0.14,
|
||||
'pressed-opacity': 0.18,
|
||||
'dragged-opacity': 0.14,
|
||||
'border-color': '#FFFFFF',
|
||||
'table-header-background': 'rgba(255, 255, 255, 0.06)',
|
||||
'custom-background': 'rgba(255, 255, 255, 0.06)',
|
||||
'card-background': '#182235',
|
||||
|
||||
// Shadows
|
||||
'shadow-key-umbra-opacity': 'rgba(3, 7, 18, 0.34)',
|
||||
'shadow-key-penumbra-opacity': 'rgba(3, 7, 18, 0.24)',
|
||||
'shadow-key-ambient-opacity': 'rgba(3, 7, 18, 0.16)',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user