export default { toolbar: { background: '{content.background}', borderColor: '{content.border.color}' }, toolbarItem: { color: '{text.muted.color}', hoverColor: '{text.color}', activeColor: '{primary.color}' }, overlay: { background: '{content.background}', borderColor: '{content.border.color}', color: '{content.color}' }, overlayItem: { hoverBackground: '{content.hover.background}', color: '{content.color}', hoverColor: '{content.hover.color}' }, content: { background: '{content.background}', borderColor: '{content.border.color}', color: '{content.color}' } };