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

标签 visual-studio-code vscode-settings

vscode scrollbar

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

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.

最佳答案

settings.json:

"editor.overviewRulerBorder": false

关于visual-studio-code - 如何更改 vscode 中的滚动条分隔符颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44595442/

相关文章:

windows - VS Code 和 WSL 集成终端 - 我无法将 WSL 设置为我的默认终端

dart - 有没有办法在 VS Code 中折叠 Dart 枚举代码块?

visual-studio-code - VS 代码 : Shortcut to select or remove Block Comment with no text selected

json - Microsoft VS Code 上的 JSON 和 tmTheme 主题文件有什么区别?

python - VSCode Intellisense 在编辑 python 文件时有效,但在 Jupyter Notebook 中无效

javascript - 代码无法在 Visual Studios Code (VScode) 中运行

git - VSCode 自动在终端打开 Git shell - 如何禁用它?

php - VScode PHPCS 扩展错误 : Referenced Sniff "WordPress-Core" does not exist

html - 不要使用 VSCode 的自动格式化程序在 <head> 和 <body> 标签之前添加额外的换行符

java - 任何人都可以做到这一点吗?如何将 VS-Code 多个扩展从一种语言特定扩展切换到另一种语言特定扩展?