fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
452 stars 38 forks source link

Modify the matching bracket pair color #60

Closed ghost closed 2 years ago

ghost commented 2 years ago

At the moment, matching brackets are colored with a light shade of the cursor color, which makes it hard to figure out where the cursor is, especially of the brackets are nearby and the cursor is a block.

image image

Screenshot

Code Snippet

D[1,2]
fisheva commented 2 years ago

There are only two APIs that can be set for the match bracket.

"editorBracketMatch.background": "#FF90707F",
"editorBracketMatch.border": "#FF907000",

No matter which way I mark match bracket, it will affect the display of the cursor.

You can customize the brackets color in VSCode setting.json.

"workbench.colorCustomizations": {
"editorBracketMatch.background": "#FF90707F",
"editorBracketMatch.border": "#FF907000",
}

Or just turn off this feature through following setting. 企业微信截图_20210818194343