Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change colors in a Visual Studio Code color theme

Is there a way to edit the colors which are set in a color theme for Visual Studio Code? I've installed Cobalt 2 but the colors are slightly different for the same theme in Sublime Text which I was using for the past couple of years. More precisely, I don't like the color of the strings in JavaScript which are white, for some reason:

enter image description here

Is there any way I can change the colors of the selected color theme?

Thanks!

like image 716
cycero Avatar asked Oct 29 '22 07:10

cycero


1 Answers

Go to file > Preferences > Color Theme (or ctrl+k ctrl+s) and then select the one you like best.

you can have a javascript file open at the moment you try this to see how the colors change in your syntax. I think the theme you are looking for is Monokai.

like image 66
randomguy04 Avatar answered Nov 13 '22 03:11

randomguy04