Skip to content
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

Terminal with custom alpha color buggs the prompt #204663

Open
runchevski opened this issue Feb 7, 2024 · 2 comments
Open

Terminal with custom alpha color buggs the prompt #204663

runchevski opened this issue Feb 7, 2024 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug terminal-rendering upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream
Milestone

Comments

@runchevski
Copy link

Does this issue occur when all extensions are disabled?: Yes/No (yes)

  • VS Code Version: 1.86.0
  • OS Version: 10.0.19045

Steps to Reproduce:

  1. Add custom color for your terminal panel
  2. Add opacity to the color

Example:

 "workbench.colorCustomizations": {
     "panel.background": "#171717[00-99]"
 }

Before:
b

After:
a

Looks like each letter in the prompt gets overriden with its own default background color and they overlay eachother if the background of the panel's color has opacity.

@Tyriar
Copy link
Member

Tyriar commented Dec 18, 2024

Can reproduce "panel.background": "#17171788":

Image

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code) terminal-rendering labels Dec 18, 2024
@Tyriar Tyriar modified the milestones: January 2025, Backlog Dec 18, 2024
@Tyriar
Copy link
Member

Tyriar commented Dec 18, 2024

Upstream: xtermjs/xterm.js#5255

@Tyriar Tyriar added the upstream-issue-linked This is an upstream issue that has been reported upstream label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug terminal-rendering upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

No branches or pull requests

3 participants