Changing the color in the color theme of Visual Studio Code

Is there a way to edit the colors that are set in the color theme for Visual Studio code? I installed Cobalt 2, but the colors are slightly different for the same Sublime Text theme that I have used over the past few years. More precisely, I don't like the color of strings in JavaScript that are white for some reason:

enter image description here

Can I change the color of the selected color theme?

Thank!

+4
source share
2 answers

Go to File> Preferences> Color theme (or ctrl+ k ctrl+ s), and then select the one that you like best.

javascript , , , . , , , .

+2

Visual Studio :

CTRL+K 
CTRL+S

, :

Step 1: Click File(top right menu)
Step 2: Preferences
Step 3: Click

enter image description here

0

Source: https://habr.com/ru/post/1677196/


All Articles