()
| 19 | return themeManager.getActiveTheme().colors.Background; |
| 20 | }, |
| 21 | get LightBlue() { |
| 22 | return themeManager.getActiveTheme().colors.LightBlue; |
| 23 | }, |
| 24 | get AccentBlue() { |
| 25 | return themeManager.getActiveTheme().colors.AccentBlue; |
| 26 | }, |
nothing calls this directly
no test coverage detected