(color: string, theme: Theme)
| 844 | } |
| 845 | |
| 846 | function tryModifyTextColor(color: string, theme: Theme) { |
| 847 | return handleRawColorValue(color, theme, modifyForegroundColor); |
| 848 | } |
| 849 | |
| 850 | function tryModifyBorderColor(color: string, theme: Theme) { |
| 851 | return handleRawColorValue(color, theme, modifyBorderColor); |
no test coverage detected