()
| 13 | return themeManager.getSemanticColors().text; |
| 14 | }, |
| 15 | get background() { |
| 16 | return themeManager.getSemanticColors().background; |
| 17 | }, |
| 18 | get border() { |
| 19 | return themeManager.getSemanticColors().border; |
| 20 | }, |
nothing calls this directly
no test coverage detected