https://i.stack.imgur.com/SiPN9.jpg
Loads of my code in C# is white-colored, why is this and how can I fix it?
I have tried playing around in VScode settings with no luck.
>Solution :
There’s nothing in your screenshot that is white that shouldn’t be according to most standard color schemes. If you highlight specific examples of what is white that you think shouldn’t be, and explain why you think they shouldn’t be, I will edit in whatever explanation seems to fit.
As it stands, I see nothing wrong here other than you using namespaces like System and System.Drawing that should be in using declarations at the top of your file.