如何在 VS Code 中将一个界面主题与其他文本颜色主题一起使用?

How to use one interface theme with other text-color theme in VS Code?

我目前在 Visual Studio 代码中使用 Material 主题(深色高对比度),我真的很喜欢界面的样子,尽管颜色突出显示不是很好,因为它使用我不喜欢的主要元素有很多红色。我试用了 WesBos 的 Cobalt2,结果恰恰相反,文本颜色工作得恰到好处,一切都很好理解,但我不喜欢那个偏蓝的界面,我感觉不太好。

如何通过抓取 Material Theme 的界面和 Cobalt2 的颜色高亮来实现自己的主题,或者简单地将这两者结合起来。

不打算以此为主题,这只是个人选择:)

谢谢陌生人!

来自 command palette : Developer: Generate Color Theme From Current Settings

您可以将 "colors" 从一个主题复制到 "workbench.colorCustomizations" settings.json 中的主题。可能有些颜色会缺席,发挥你的想象力什么的...

相关功能请求:Separate workbench theme and syntax theme

Workbench 颜色参考 https://code.visualstudio.com/docs/getstarted/theme-color-reference