Skip to content

Instantly share code, notes, and snippets.

@Narcha
Last active April 9, 2022 17:31
Show Gist options
  • Save Narcha/60812c0e657430638b483a5640891f05 to your computer and use it in GitHub Desktop.
Save Narcha/60812c0e657430638b483a5640891f05 to your computer and use it in GitHub Desktop.
Fix Powerline colors in VS Code's integrated terminal

The issue

The triangular characters of the powerline prompt in the integrated terminal are miscolored.

Before:

image

The solution

Set terminal.integrated.minimumContrastRatio to 1.

After:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment