Represents a color pair configuration for light and dark modes.
public class ColorPairConfig
[JsonPropertyName("dark")] public string Dark { get; set; }
[JsonPropertyName("light")] public string Light { get; set; }