2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 21:57:50 +00:00
|
|
|
root: {
|
|
|
|
background: '{content.background}',
|
|
|
|
color: '{content.color}'
|
|
|
|
},
|
|
|
|
node: {
|
|
|
|
hoverBackground: '{content.hover.background}',
|
|
|
|
color: '{text.color}',
|
|
|
|
hoverColor: '{text.hover.color}'
|
|
|
|
},
|
|
|
|
nodeIcon: {
|
|
|
|
color: '{text.muted.color}',
|
|
|
|
hoverColor: '{text.hover.muted.color}'
|
|
|
|
},
|
|
|
|
nodeToggleButton: {
|
|
|
|
hoverBackground: '{content.hover.background}',
|
|
|
|
highlightHoverBackground: '{content.background}',
|
|
|
|
color: '{text.muted.color}',
|
|
|
|
hoverColor: '{text.hover.muted.color}'
|
|
|
|
},
|
|
|
|
filterIcon: {
|
|
|
|
color: '{surface.400}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|