()
| 10 | |
| 11 | export const theme: SemanticColors = { |
| 12 | get text() { |
| 13 | return themeManager.getSemanticColors().text; |
| 14 | }, |
| 15 | get background() { |
| 16 | return themeManager.getSemanticColors().background; |
| 17 | }, |
nothing calls this directly
no test coverage detected