29 lines
783 B
JavaScript
29 lines
783 B
JavaScript
![]() |
export default {
|
||
![]() |
colorScheme: {
|
||
|
light: {
|
||
|
nav: {
|
||
|
background: '{surface.0}',
|
||
|
borderColor: '{surface.200}'
|
||
![]() |
},
|
||
![]() |
header: {
|
||
|
borderColor: '{surface.200}',
|
||
![]() |
activeBorderColor: '{primary.color}',
|
||
|
color: '{surface.500}',
|
||
|
hoverColor: '{surface.700}'
|
||
![]() |
}
|
||
|
},
|
||
|
dark: {
|
||
|
nav: {
|
||
|
background: '{surface.900}',
|
||
|
borderColor: '{surface.700}'
|
||
|
},
|
||
|
header: {
|
||
|
borderColor: '{surface.700}',
|
||
![]() |
activeBorderColor: '{primary.color}',
|
||
|
color: '{surface.400}',
|
||
|
hoverColor: '{surface.0}'
|
||
![]() |
}
|
||
|
}
|
||
|
}
|
||
|
};
|