question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can `editorBracketMatch.foreground` theme colour be added please?

See original GitHub issue

The following bracket match theme colours are available to be customised.

  • editorBracketMatch.background: Background color behind matching brackets.
  • editorBracketMatch.border: Color for matching brackets boxes.

Can a further one be added: editorBracketMatch.foreground to theme the actual text of the bracket being matched. Thanks.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:31
  • Comments:9

github_iconTop GitHub Comments

3reactions
effinskycommented, Oct 12, 2021

seems this is getting worked on 😃))

2reactions
mirateamcommented, Feb 19, 2022
"workbench.colorCustomizations": {
    "editorBracketMatch.border":     "#000000", // OK
    "editorBracketMatch.background": "#000000", // OK
    "editorBracketMatch.foreground": "#ff0000"  // Missing this one...
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set matching bracket color in vscode?
Bracket pair colorization can be enabled by setting "editor.bracketPairColorization.enabled": true. All colors are themeable and up to six ...
Read more >
Theme color reference - vscode-docs1 - Read the Docs
You can customize your active Visual Studio Code color theme with the workbench. ... addedForeground : Overview ruler marker color for added content....
Read more >
Adding color to bracket pairs - Visual Studio Blog
We call it Rainbow Braces and the first iteration adds basic colorization to curly brackets, square brackets, and parentheses (see image above).
Read more >
Untitled
incomingContentForeground </code><br>Before<br><img ... above the following new workbench theme settings have been adapted to Nord: - [Base Colors](https:// ...
Read more >
How To Change & Edit Color Theme in Visual Studio Code
vscode #visualstudiocode # colors #change #modify Link to a reference of all VS Code color properties (settings.json ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found