How to disable syntax coloring in Visual Studio Code
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.
I use the Gray Matter Light theme for everything at the moment.
You can add
"files.associations": {
"*.*": "plaintext",
},
to settings.json