Represents the color configuration for Mintlify themes.
public class ColorsConfig
[JsonPropertyName("dark")] public string Dark { get; set; }
[JsonPropertyName("light")] public string Light { get; set; }
[JsonPropertyName("primary")] public string Primary { get; set; }