2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-13 08:03:41 +00:00
|
|
|
bar: {
|
|
|
|
size: '9px',
|
|
|
|
borderRadius: '{border.radius.sm}',
|
|
|
|
focusRing: {
|
|
|
|
width: '{focus.ring.width}',
|
|
|
|
style: '{focus.ring.style}',
|
|
|
|
color: '{focus.ring.color}',
|
|
|
|
offset: '{focus.ring.offset}',
|
|
|
|
shadow: '{focus.ring.shadow}'
|
2024-05-11 13:25:48 +00:00
|
|
|
}
|
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
bar: {
|
|
|
|
background: '{surface.100}'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
bar: {
|
|
|
|
background: '{surface.800}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|