const colours = { sensebox: 120, logic: 210, loops: 10, math: 230, io: 60, procedures: 290, time: 140, text: 160, variables: 330, audio: 250, arrays: 33, mqtt: 90, serial: 230, webserver: 40, phyphox: 25, motors: 190, }; export const getColour = () => { return colours; };