Returns the TruColor sequence for the given color.
@override String sequence({bool background = false}) { return '${background ? _background : _foreground};2;$r;$g;$b'; }