2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
previewIndicator: {
|
|
|
|
background: '{maskBackground}',
|
2024-03-12 11:27:32 +00:00
|
|
|
color: '{surface.200}'
|
2024-02-19 22:53:42 +00:00
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
mask: {
|
|
|
|
background: 'rgba(0,0,0,0.9)'
|
|
|
|
},
|
|
|
|
action: {
|
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: {
|
|
|
|
previewIndicator: {
|
|
|
|
background: '{maskBackground}',
|
2024-03-12 11:27:32 +00:00
|
|
|
color: '{surface.200}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
mask: {
|
|
|
|
background: 'rgba(0,0,0,0.9)'
|
|
|
|
},
|
|
|
|
action: {
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|