Type Alias HighlightColor

HighlightColor:
    | "Red"
    | "Green"
    | "Blue"
    | "White"
    | "Cyan"
    | "Magenta"
    | "Yellow"
    | "Black"
    | "Gray"

Represents the available colors for highlighting.