How to disable syntax coloring in Visual Studio Code

visual-studio-code

Solution

Search the extensions marketplace for "plain theme". There are a couple which might to the trick for you: Plain Theme, Plain Light Theme and Nando Theme.

Problem

I would like to disable syntax coloring altogether. I have tried to disable parameter hints but that didn't have any effect. Is it possible to have the editor with just a foreground/background color and nothing else?

Original source