export default { 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}' } };