admin管理员组文章数量:1288020
I am customizing the colors in my VSCode with workbench.colorCustomizations
, I find that there is an inconsistent behavior.
In the side bar list, when the selection is active, the color always respects this property: list.activeSelectionForeground
in my case the value is #ffffffd8.
However, when it is inactive, it respects the Git color code, except when the file is unmodified in which case it respects list.inactiveSelectionForeground
in my case the value is #ffffffd8.
I wonder if it is possible to have the same behavior as inactive selection, meaning that when I select a file in the side bar, it applies the Git color (gitDecoration
properties in workbench.colorCustomizations
).
"workbench.colorCustomizations": {
"list.activeSelectionForeground": "#ffffffd8",
"list.inactiveSelectionForeground": "#ffffffd8",
},
本文标签:
版权声明:本文标题:visual studio - Custom colors in VSCode sidebar: Active Selection Git Colors vs. Inactive Selection Git Colors - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741333991a2372932.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论