Color theme for VS Code integrated terminal
**Customize VS Code Terminal Color Theme**
**Built-in Color Themes**
- Press Ctrl+K+T (Windows/Ubuntu) or CMD+K+T (Mac) to open the command palette.
- Alternatively, search for "color" in the command palette.
- Select "preferences: color theme" to choose a built-in theme.
**Install Additional Themes**
- From the Extensions menu, search for "category:themes".
- Install preferred themes and they will appear in the color theme options.
**Manually Edit Colors**
**Note:** This method is currently unavailable in VS Code.
**Alternative: Customize Using "workbench.colorCustomizations"**
- Open User Settings (Ctrl+,).
- Search for "workbench: color customizations" and select "Edit in settings.json".
- Add the following code:
```json
"workbench.colorCustomizations": {
"terminal.foreground": "#00FD61",
"terminal.background": "#383737"
}
```
- Choose colors from the reference list: Integrated Terminal Colors