如何更改 vscode 中的滚动条分隔符颜色?

Mar*_*son 0 visual-studio-code vscode-settings

vscode滚动条

需要更改此颜色,它不是为滚动条主题提供的选项之一。是不是藏在别处?

Scroll Bar Control
scrollbar.shadow: Scroll Bar shadow to indicate that the view is scrolled.
scrollbarSlider.activeBackground: Slider background color when active.
scrollbarSlider.background: Slider background color.
scrollbarSlider.hoverBackground: Slider background color when hovering.
Run Code Online (Sandbox Code Playgroud)

Ale*_*lex 5

settings.json

"editor.overviewRulerBorder": false
Run Code Online (Sandbox Code Playgroud)