2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
2024-05-04 19:36:38 +00:00
|
|
|
navButton: {
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: 'rgba(255, 255, 255, 0.1)',
|
2024-02-20 20:46:42 +00:00
|
|
|
color: '{surface.100}'
|
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
thumbnailNavButton: {
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: '{surface.200}',
|
2024-02-20 20:46:42 +00:00
|
|
|
color: '{surface.600}',
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverColor: '{surface.700}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
thumbnailsContent: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: '{surface.50}'
|
|
|
|
},
|
|
|
|
caption: {
|
|
|
|
background: 'rgba(0, 0, 0, 0.5)',
|
2024-03-12 11:27:32 +00:00
|
|
|
color: '{surface.100}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
indicatorButton: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: '{surface.200}',
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: '{surface.300}',
|
|
|
|
activeBackground: '{primary.color}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
insetIndicatorList: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: 'rgba(0, 0, 0, 0.5)'
|
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
insetIndicatorButton: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: 'rgba(255, 255, 255, 0.4)',
|
2024-04-10 12:05:27 +00:00
|
|
|
hoverBackground: 'rgba(255, 255, 255, 0.6)',
|
|
|
|
activeBackground: 'rgba(255, 255, 255, 0.9)'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
mask: {
|
|
|
|
background: 'rgba(0,0,0,0.9)'
|
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
closeButton: {
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: 'rgba(255,255,255,0.1)',
|
2024-02-20 20:46:42 +00:00
|
|
|
color: '{surface.50}',
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverColor: '{surface.0}'
|
2024-02-20 20:46:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {
|
2024-05-04 19:36:38 +00:00
|
|
|
navButton: {
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: 'rgba(255, 255, 255, 0.1)',
|
2024-02-20 20:46:42 +00:00
|
|
|
color: '{surface.400}'
|
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
thumbnailNavButton: {
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: '{surface.800}',
|
2024-02-20 20:46:42 +00:00
|
|
|
color: '{surface.400}',
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverColor: '{surface.300}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
thumbnailsContent: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: '{surface.950}'
|
|
|
|
},
|
|
|
|
caption: {
|
|
|
|
background: 'rgba(0, 0, 0, 0.5)',
|
2024-03-12 11:27:32 +00:00
|
|
|
color: '{surface.100}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
indicatorButton: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: '{surface.200}',
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: '{surface.300}',
|
|
|
|
activeBackground: '{primary.color}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
insetIndicatorList: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: 'rgba(0, 0, 0, 0.5)'
|
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
insetIndicatorButton: {
|
2024-02-20 20:46:42 +00:00
|
|
|
background: 'rgba(255, 255, 255, 0.4)',
|
2024-04-10 12:05:27 +00:00
|
|
|
hoverBackground: 'rgba(255, 255, 255, 0.6)',
|
|
|
|
activeBackground: 'rgba(255, 255, 255, 0.9)'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
mask: {
|
|
|
|
background: 'rgba(0,0,0,0.9)'
|
|
|
|
},
|
2024-05-04 19:36:38 +00:00
|
|
|
closeButton: {
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverBackground: 'rgba(255,255,255,0.1)',
|
2024-02-20 20:46:42 +00:00
|
|
|
color: '{surface.50}',
|
2024-03-12 11:27:32 +00:00
|
|
|
hoverColor: '{surface.0}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|