(light: string, dark: string)
| 84 | const semantic = resolveSemanticTheme(theme) |
| 85 | const css = goober.css |
| 86 | // Core scrollers only. Do not put this on a selector that reaches into a |
| 87 | // plugin's own markup — plugins own the scrollbars inside their pane. |
| 88 | const thinScrollbars = ` |
| 89 | scrollbar-width: thin; |