Commit f25c037e authored by Juhee Lee's avatar Juhee Lee Committed by Enrique Alcántara
Browse files

chore: pass editor scrollbar theme variables

parent 669811aa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>) => {