Change background colour for Visual Studio Code

Viewed 186938

How can we change the background colour in Visual Studio Code?

15 Answers

Tools --> Options --> Environment --> Fonts and Colors

Tools -> Options -> Under the Environment section there are Fonts & Colors, change the Item Background.

2019

Tools -> Options --> Environment -> Fonts and Colors:

enter image description here

One line answer, F1 -> search for "Color Theme" -> select the color you like

Latest version config below:

Go to File -> Preference -> Color Theme then you will see the available colors in main search bar enter image description here

enter image description here

Related