I was playing with VS code settings (I wanted to explore VS Code) and suddenly the code editing got changed. Previously the code was more colourful and there were different colours for different keywords. Now my code is mostly white. Please help me to get back to default code formatting settings.
CodePudding user response:
To revert the settings completely, open the settings JSON file by bringing up the command palette (Ctrl Shift P) and running the command Preferences: Open Settings (JSON). Delete everything in there and save the file.
However, you might just have switched to a different theme by accident. To check that, open the theme chooser (Ctrl K, T) and try the other themes.
