thanks for this great extension. how can i export all colours, as shown in this example ? ``` const colors = { red: "#ff0000", green: "#00ff00", blue: "#0000ff", yellow: "#ffff00", black: "#000000", black50: "rgba(0, 0, 0, 0.5)", white: "#ffffff" }; ```