Can we change color settings of VS Code Integrated Terminal? Mine looks dull with just white.
Add workbench.colorCustomizations to user settings
workbench.colorCustomizations
"workbench.colorCustomizations": { "terminal.background":"#FEFBEC", "terminal.foreground":"#6E6B5E", ... }
Check https://glitchbone.github.io/vscode-base16-term for some presets.