API Reference GuideInterfacesICommonFunctionsGetAccentColorOn this pageGetAccentColorDescriptionGets accent color.Syntax// ICommonFunctions is binded into the MFiles global objectconst result = await MFiles.GetAccentColor();Return typeTypeDescriptionPromise < string >The accent color configured by user.