You can actually modify your user settings and edit each colour individually by adding the following to the user settings.
- Open user settings (Ctrl+,)
- Search for
workbench
and selectEdit in settings.json
underColor Customizations
"workbench.colorCustomizations" : {
"terminal.foreground" : "#00FD61",
"terminal.background" : "#383737"
}
For more on what colors you can edit you can find out here.