RichString.Color
case Rgb(Int32, Int32, Int32)
case Default
Represents a color with RGB components or the terminal's default color.
For RGB, each component is a value from 0 to 255 representing red, green, and blue intensity. Default represents no color override, using the terminal's current color settings.