Reputation: 241
I would like to change the theme in the integrated terminal on Visual Studio Code to this:
As you can see there is a background color on the prompt.
Where and how can I do this? I use Mac and zsh.
Upvotes: 0
Views: 2012
Reputation: 4123
This is nothing to configure in VS code but in your shell. The style is called Powerline and you can get it for zsh with Oh My Zsh. Probably you have to install a Powerline font on your Mac and configure VS code to use it for the shell in order to render the prompt properly.
Upvotes: 1