(token: ColorToken, text: string)
| 57 | } |
| 58 | |
| 59 | strikethroughFg(token: ColorToken, text: string): string { |
| 60 | return chalk.hex(this._palette[token]).strikethrough(text); |
| 61 | } |
| 62 | |
| 63 | /* ── Background helpers ── */ |
| 64 |
nothing calls this directly
no test coverage detected