Home > OS >  Why is my Visual Studio highlighting so bad for C ?
Why is my Visual Studio highlighting so bad for C ?

Time:01-05

So I just installed One Dark Pro for Visual Studio (IDE) as it is the most used and also my preferred theme for Text Editors. However, it happens that my syntax highlighting for C language is absolutely DISASTREOUS!

Just look at it: enter image description here

I tried to reset the default color theme but it doesn't work, it appears that they're the default colors of the theme but it surprises me as it's not natural.

Is it normal or is there a way to change these awful colors?

CodePudding user response:

Here is what the enter image description here

I suspected that you are using a customized code theme. Learn more about the customized code theme by reading the documentation in the references section. To reset/edit Visual Studio Code settings or customized code theme, inspect the settings.json file.


References
  • enter image description here

  •  Tags:  
  • Related