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

Support font transparency in minimap #81971

Closed
JonathanTroyer opened this issue Oct 4, 2019 · 2 comments
Closed

Support font transparency in minimap #81971

JonathanTroyer opened this issue Oct 4, 2019 · 2 comments
Labels
editor-minimap Code/Text minimap widget issues feature-request Request for new features or functionality
Milestone

Comments

@JonathanTroyer
Copy link

I don't know how feasible this is, but it would be great if the minimap used the same font transparency as the editor.

For instance:
image
corresponds to
image

It gets very confusing when you have a lot of comments.
image

I'm sure you can tell the bottom right block are comments. But did you know the top block also are?

Yes, I know, I could pick a color that more closely resembles the grey I'm after without using transparency. And that works out great. But from a theme creators perspective, not being able to use font transparency really cuts down on your ability to easily tweak things and make scalable systems of color.

@vscodebot
Copy link

vscodebot bot commented Oct 4, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@alexdima alexdima added editor-minimap Code/Text minimap widget issues feature-request Request for new features or functionality labels Oct 7, 2019
@alexdima alexdima added this to the Backlog milestone Oct 7, 2019
@alexdima alexdima removed their assignment Oct 7, 2019
@alexdima
Copy link
Member

This is now possible (via #132681) using:

"workbench.colorCustomizations": {
  "minimap.foregroundOpacity": "#ffffff91",
  "minimap.background": "#ffffff00",
}

@github-actions github-actions bot locked and limited conversation to collaborators Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-minimap Code/Text minimap widget issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants