2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
root: {
|
|
|
|
background: '{surface.0}',
|
|
|
|
borderColor: '{surface.200}',
|
|
|
|
textColor: '{surface.700}'
|
|
|
|
},
|
|
|
|
item: {
|
|
|
|
backgroundFocus: '{surface.100}',
|
|
|
|
text: {
|
|
|
|
color: '{surface.700}',
|
|
|
|
colorFocus: '{surface.800}'
|
2024-02-19 22:53:42 +00:00
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
icon: {
|
|
|
|
color: '{surface.400}',
|
|
|
|
colorFocus: '{surface.500}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
submenuHeader: {
|
|
|
|
textColor: '{surface.400}'
|
|
|
|
},
|
|
|
|
separator: {
|
|
|
|
borderColor: '{surface.200}'
|
|
|
|
},
|
|
|
|
mobileToggle: {
|
|
|
|
color: '{surface.500}',
|
|
|
|
colorHover: '{surface.600}',
|
|
|
|
backgroundHover: '{surface.100}'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
root: {
|
|
|
|
background: '{surface.900}',
|
|
|
|
borderColor: '{surface.700}',
|
|
|
|
textColor: '{surface.0}'
|
|
|
|
},
|
|
|
|
item: {
|
|
|
|
backgroundFocus: '{surface.800}',
|
|
|
|
text: {
|
|
|
|
color: '{surface.0}',
|
|
|
|
colorFocus: '{surface.0}'
|
2024-02-19 22:53:42 +00:00
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
icon: {
|
|
|
|
color: '{surface.500}',
|
|
|
|
colorFocus: '{surface.400}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
submenuHeader: {
|
|
|
|
textColor: '{surface.500}'
|
|
|
|
},
|
|
|
|
separator: {
|
|
|
|
borderColor: '{surface.700}'
|
|
|
|
},
|
|
|
|
toggleIcon: {
|
|
|
|
color: '{surface.400}',
|
|
|
|
colorHover: '{surface.300}',
|
|
|
|
backgroundHover: '{surface.800}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|