2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-05 15:58:31 +00:00
|
|
|
track: {
|
|
|
|
background: '{content.border.color}'
|
|
|
|
},
|
|
|
|
range: {
|
|
|
|
background: '{primary.color}'
|
|
|
|
},
|
|
|
|
handle: {
|
|
|
|
background: '{content.border.color}',
|
|
|
|
hoverBackground: '{content.border.color}'
|
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
handle: {
|
|
|
|
contentBackground: '{surface.0}'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
handle: {
|
|
|
|
contentBackground: '{surface.950}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|