AppCreator
AppCreator

Reputation: 241

Change terminal prompt color/theme in Visual Studio Code on Mac

I would like to change the theme in the integrated terminal on Visual Studio Code to this:

https://jmp.sh/hNda3rA

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

Answers (1)

carlfriedrich
carlfriedrich

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

Related Questions