Loading src/common/webview/theme/theme_adapter.ts +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,10 @@ const vocabulary = { '--editor-list-activeSelection-foreground': ['--vscode-list-activeSelectionForeground'], '--editor-selection-background': ['--vscode-editor-selectionBackground'], '--editor-selection-foreground': ['--vscode-editor-selectionForeground'], '--editor-scrollbarSlider-background': ['--vscode-scrollbarSlider-background'], '--editor-scrollbarSlider-hoverBackground': ['--vscode-scrollbarSlider-hoverBackground'], '--editor-scrollbarSlider-activeBackground': ['--vscode-scrollbarSlider-activeBackground'], }; export const adaptTheme = (theme: Record<string, string>) => { Loading Loading
src/common/webview/theme/theme_adapter.ts +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,10 @@ const vocabulary = { '--editor-list-activeSelection-foreground': ['--vscode-list-activeSelectionForeground'], '--editor-selection-background': ['--vscode-editor-selectionBackground'], '--editor-selection-foreground': ['--vscode-editor-selectionForeground'], '--editor-scrollbarSlider-background': ['--vscode-scrollbarSlider-background'], '--editor-scrollbarSlider-hoverBackground': ['--vscode-scrollbarSlider-hoverBackground'], '--editor-scrollbarSlider-activeBackground': ['--vscode-scrollbarSlider-activeBackground'], }; export const adaptTheme = (theme: Record<string, string>) => { Loading