(t string)
| 127 | } |
| 128 | |
| 129 | func (c *ColorScheme) GreenBold(t string) string { |
| 130 | if !c.Enabled { |
| 131 | return t |
| 132 | } |
| 133 | return greenBold(t) |
| 134 | } |
| 135 | |
| 136 | // Deprecated: Use Muted instead for thematically contrasting color. |
| 137 | func (c *ColorScheme) Gray(t string) string { |