control/entityEditor/colors.tstypescript
export const X_COLOR = "rgb(253,77,77)";
export const SEL_X_COLOR = "rgb(248,115,115)";
export const Y_COLOR = "rgb(73,73,239)";
export const SEL_Y_COLOR = "rgb(90,90,253)";
export const Z_COLOR = "rgb(26,122,26)";
export const SEL_Z_COLOR = "rgb(55,191,55)";
export const XZ_COLOR = "rgba(255,165,0,0.2)";
export const SEL_XZ_COLOR = "rgba(255,165,0,1)";