VS代码:括号和括号保持黄色 - 不管我选择哪个主题

发布于 2025-02-08 00:24:39 字数 576 浏览 0 评论 0原文

默认黑暗主题的屏幕截图:

”默认黑暗主题的图片

原子一个光主题:

“

当我更改主题时,括号和括号是相同的颜色。我尝试禁用支架对配色,但黄色支架仍然保留。我选择什么主题都没关系,它们保持黄色。

这就是原子一个光主题应根据其文档来看的方式:

Screenshot of the default Dark theme:

Picture of the default Dark theme

Atom one light theme:

atom one light theme

When I change the theme, the brackets and parenthesis remain the same color. I tried disabling Bracket Pair Colorization, but the yellow brackets remained. It does not matter what theme I select they stay yellow.

This is how the Atom one light theme should look according to its docs:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痕至 2025-02-15 00:24:39

这是VSCODE中包含的一个相对较新的功能,默认情况下会为支架对着色。

如果要还原为不着0着括号,请在settings.json文件中添加以下内容:

"editor.bracketPairColorization.enabled": false

This is a relatively new feature included in VSCode that colorizes bracket pairs by default.

If you want to revert to not colorizing brackets, add the following in your settings.json file:

"editor.bracketPairColorization.enabled": false
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文