-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Monokai: Use new dropdown.listBackground to correct contrast Fixes: #42480 #42869
Monokai: Use new dropdown.listBackground to correct contrast Fixes: #42480 #42869
Conversation
@ I think we have a bit of a sticky issue here. If we change [from theme file] // This theme's colors are based on the original Monokai: When I was working on Monokai a while ago I was told it was very specific The problem is we have several very different drop-down background colors. We could do this with a style override on the select creation but this would affect Other than changing the color for all lists, the really ugly way |
I see the issue that you're addressing, and do agree that the ugly way is really really hacky. Do you have any suggestions / thoughts towards this issue? If we must follow the original spec of Monokai, in my opinion we are omitting accessibility concern unless the actionbar based dropdowns are updated to follow the same idea as Explorer, QuickPick, etc. This seems to be a bigger issue than just a single line change or style update. I wonder if custom Monokai theme extensions follow suit for dropdowns or omit, simply just curious. Do you think that updating the actionbar dropdowns is out of the question? |
@raygervais Just changing the action bar clients still as the issues mentioned above. What you have to realize is the new drop downs I contributed inherited the existing theme list colors. |
@cleidigh, my bad. I understand the gravity of this issue now much clearer. |
@bpasero |
@cleidigh that makes sense to me, maybe it should be called |
Quick question if we do proceed this direction, where do I create a new 'type' so that I can create |
@raygervais If you are online tonight check for my post. |
Not a problem @cleidigh, will update my PR with what is needed tonight. |
@raygervais Once I do the addition you will have to rebase or update your branch to pick up my changes so you can actually add the color to the theme. |
@raygervais |
@cleidigh I think we should plan this for February, not January recovery build |
@raygervais Using an existing color that matches the quick open I suggest below, This might not end up in the final color if we want more contrast or others have a different opinion. At at least it solves the problem for now. "dropdown.listBackground": "#1e1f1c", |
Will be done tonight @cleidigh, thanks for the guidance |
I'm pretty sure that |
@raygervais I have found that most of the time if I have to do an update I manually reemerge my file changes. |
@cleidigh, correcting now. |
b0761c0
to
8598da1
Compare
@raygervais |
Thanks @cleidigh, you've been a great mentor for working my way around Code and the new drop down component. I hope to keep contributing where possible 👍 |
@raygervais |
Fixes #42480, the drop down widget now accommodates the Monokai theme on Windows and Linux platforms better for currently active list item!
Currently using color
#75715E
for active item, which looks like this:If you have a preferred color from the theme, I'd be happy to switch out the current 👍