-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio Code integrated terminal and style powerline colors #529
Comments
relates to #529 relates to #322 relates to #497 Windors terminal and Visual Studio Code do not work well with inversted ANSI sequences. This weak allows users to override the Tranparency to the terminal background color removing black elements in their prompt. Ideally we remove this once they are on par with other terminals, but that could take a while. See microsoft/vscode#111762 and microsoft/terminal#7014
@Ergamon given the frequency of this issue, I added the ability to add your terminal's background color. That should allow anyone to fix this as long as they don't use acrylic or transparency in their Windows Terminal (that will still fail). |
relates to #529 relates to #322 relates to #497 Windors terminal and Visual Studio Code do not work well with inversted ANSI sequences. This weak allows users to override the Tranparency to the terminal background color removing black elements in their prompt. Ideally we remove this once they are on par with other terminals, but that could take a while. See microsoft/vscode#111762 and microsoft/terminal#7014
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. |
Prerequisites
CONTRIBUTING
guideDescription
The integrated terminal in VS Code seems to have problems with the coloring of the powerline style.
Environment
Steps to Reproduce
So for the powerline_symbol there is no color set, the coloring is figured out by oh-my-posh
Expected behavior: [What you expected to happen]
In Wndows Terminal it looks like expected:
Actual behavior: [What actually happened]
Yes the colors look different due to different themes. But that is not what I am talking about, I am talking about the powerline_symbol "\eE0B0", which is transparent in Windwos Terminal (and every other terminal I tested), but gets black in the VS Code integrated terminal.
Do you have any clue what is going on?
I can fix this by changing every segment to plain and adding lots of text segments. But this is creating quite an ugly theme file.
The text was updated successfully, but these errors were encountered: