Get the background color.
(self)
| 134 | |
| 135 | @abstractmethod |
| 136 | def get_background_style(self) -> Style: |
| 137 | """Get the background color.""" |
| 138 | raise NotImplementedError # pragma: no cover |
| 139 | |
| 140 | |
| 141 | class PygmentsSyntaxTheme(SyntaxTheme): |
no outgoing calls
no test coverage detected