()
| 19 | return themeManager.getSemanticColors().border; |
| 20 | }, |
| 21 | get ui() { |
| 22 | return themeManager.getSemanticColors().ui; |
| 23 | }, |
| 24 | get status() { |
| 25 | return themeManager.getSemanticColors().status; |
| 26 | }, |
nothing calls this directly
no test coverage detected