Learn how to change the color of your VS Code terminal. The terminal text, background and cursor color and more can be customized.
To change the color of the terminal:
- Go to the settings.
- Search for "workbench color".
- Click edit in settings.json.
- Within settings.json make changes to the section called "workbench.colorCustomizations" .
- For example "terminal.foreground": "#ff0000" will make the terminal text red
For the video version:
Top comments (0)