linguistColor property

String? linguistColor
final

An sRGB color in the CSS hexadecimal format (#RRGGBB) that GitHub uses to represent the language.

More often used by languages with a type of LanguageType.programming or LanguageType.markup.

Currently does not include the alpha/transparency channel.

Implementation

final String? linguistColor;