2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 17:06:51 +00:00
|
|
|
root: {
|
2024-05-05 16:22:20 +00:00
|
|
|
background: '{content.background}'
|
2024-05-04 17:06:51 +00:00
|
|
|
},
|
|
|
|
item: {
|
|
|
|
color: '{text.muted.color}',
|
|
|
|
hoverColor: '{text.color}',
|
|
|
|
iconColor: '{navigation.item.icon.color}'
|
|
|
|
},
|
|
|
|
separator: {
|
|
|
|
color: '{navigation.item.icon.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|