Language.color

color of the language, not guaranteed that every language has it will be #ffffff if the language doesnt have a color

struct Language
@optional
string color;

Meta