visual-studio-code

How do I change the foreground colour of brackets in VS Code?


I want to change my bracket colors separately, for example:

() -> yellow  
{} -> yellow
[] -> purple  

How can I do it? I couldn't find the correct codes for them.


Solution

  • Use the VS Code plugin, CoenraadS.bracket-pair-colorizer

    It has the customize option to set custom color for each pair.