2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
header: {
|
|
|
|
background: '{surface.0}',
|
|
|
|
borderColor: '{surface.200}',
|
2024-03-13 11:13:29 +00:00
|
|
|
color: '{surface.700}'
|
2024-02-19 22:53:42 +00:00
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
content: {
|
|
|
|
background: '{surface.0}',
|
2024-03-13 11:13:29 +00:00
|
|
|
color: '{surface.700}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
footer: {
|
|
|
|
background: '{surface.0}',
|
|
|
|
borderColor: '{surface.200}',
|
2024-03-13 11:13:29 +00:00
|
|
|
color: '{surface.700}'
|
2024-02-20 20:46:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
header: {
|
|
|
|
background: '{surface.900}',
|
|
|
|
borderColor: '{surface.700}',
|
2024-03-13 11:13:29 +00:00
|
|
|
color: '{surface.0}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
content: {
|
|
|
|
background: '{surface.900}',
|
2024-03-13 11:13:29 +00:00
|
|
|
color: '{surface.0}'
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
footer: {
|
|
|
|
background: '{surface.900}',
|
|
|
|
borderColor: '{surface.700}',
|
2024-03-13 11:13:29 +00:00
|
|
|
color: '{surface.0}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|