()
| 40 | return themeManager.getActiveTheme().colors.AccentRed; |
| 41 | }, |
| 42 | get DiffAdded() { |
| 43 | return themeManager.getActiveTheme().colors.DiffAdded; |
| 44 | }, |
| 45 | get DiffRemoved() { |
| 46 | return themeManager.getActiveTheme().colors.DiffRemoved; |
| 47 | }, |
nothing calls this directly
no test coverage detected