2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
background: '{surface.0}',
|
|
|
|
borderColor: '{surface.300}',
|
|
|
|
textColor: '{surface.700}'
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
background: '{surface.950}',
|
|
|
|
borderColor: '{surface.700}',
|
|
|
|
textColor: '{surface.0}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|