()
| 94 | } |
| 95 | |
| 96 | func (s *IOStreams) ColorSupport256() bool { |
| 97 | if s.colorOverride { |
| 98 | return s.colorEnabled |
| 99 | } |
| 100 | return s.term.Is256ColorSupported() |
| 101 | } |
| 102 | |
| 103 | func (s *IOStreams) HasTrueColor() bool { |
| 104 | if s.colorOverride { |
no test coverage detected