We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: #156985
Complexity: 2
Authors: @meganrogge @Tyriar
Create Issue
An inaction (unfocused) selection background color is now supported in the terminal, similar to the editor. Please test:
terminal.integrated.gpuAcceleration
terminal.inactiveSelectionBackground
workbench.colorCustomizations
#rrggbb
#rrggbbaa
The text was updated successfully, but these errors were encountered:
Interestingly, my terminal selection is lost when I change themes. Not sure if that's a bug though.
Sorry, something went wrong.
@alexr00 good polish change we could make 👍
No branches or pull requests
Refs: #156985
Complexity: 2
Authors: @meganrogge @Tyriar
Create Issue
An inaction (unfocused) selection background color is now supported in the terminal, similar to the editor. Please test:
terminal.integrated.gpuAcceleration
terminal.inactiveSelectionBackground
inworkbench.colorCustomizations
works with both opaque (#rrggbb
) and transparent (#rrggbbaa
) colorsThe text was updated successfully, but these errors were encountered: