'Change color of matching words, selected text, and matching brackets in Visual Studio Code

I am trying to figure out if it is possible to change the foreground/background color of three things in Visual Studio Code. Is there a setting for these?

matching words

In this screenshot, my cursor is on thisTest in line 15 and so all instances of thisTest are "highlighted". I have not selected the word. My cursor is between the s and T.

enter image description here

selected words

In this screenshot I have selected true.

enter image description here

matching brackets

In this screenshot my cursor is after } and both { and } are highlighted

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source