2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
item: {
|
|
|
|
background: '{surface.100}',
|
|
|
|
backgroundHover: '{surface.200}',
|
|
|
|
textColor: '{surface.600}',
|
|
|
|
textColorHover: '{surface.700}'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {}
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|