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.
Use the VS Code plugin, CoenraadS.bracket-pair-colorizer
It has the customize option to set custom color for each pair.