primevue-mirror/components/lib/themes/aura/tree/index.js

25 lines
652 B
JavaScript
Raw Normal View History

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}'
}
};