2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 21:57:50 +00:00
|
|
|
node: {
|
|
|
|
background: '{content.background}',
|
|
|
|
hoverBackground: '{content.hover.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
|
|
|
color: '{text.color}',
|
|
|
|
hoverColor: '{text.hover.color}'
|
|
|
|
},
|
|
|
|
nodeToggleButton: {
|
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
|
|
|
color: '{text.muted.color}'
|
|
|
|
},
|
|
|
|
connector: {
|
|
|
|
color: '{content.border.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|