(theme: Theme)
| 362 | } |
| 363 | |
| 364 | function defaultStyle(theme: Theme): Style { |
| 365 | return { foreground: theme.foreground, background: theme.background } |
| 366 | } |
| 367 | |
| 368 | function lineBackground(marker: Marker, theme: Theme): Color { |
| 369 | switch (marker) { |
no outgoing calls
no test coverage detected