-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix monaco suggest list highlight color overlap in light theme #12317
fix monaco suggest list highlight color overlap in light theme #12317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution 👍
In order to accept your changes please be sure to sure to sign the eclipse contributor agreement (eca) with the same email as your authorship.
@vince-fugnitto, @venciallee from reading through the comments, I'm not sure if we're going to go forward with this change. |
Right, the pull-request cannot be merged as is as it introduces regressions to other menus and stylings. |
Yep, Let me fix it in the next few days. Sorry for replying so late. |
a480355
to
bdc7a9d
Compare
Done, Already work for me in light/dark/red theme, please review again @vince-fugnitto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's closer, but there is still a regression with the matching highlight:
before (master);
after-fuzzy.mp4
after (this pr):
before-fuzzy.mp4
The blue highlight from the theme when it matches the query is not being applied with the recent changes.
Thanks for your review. I test it in master branch(commit 877f962), and Screen.Recording.2023-04-29.at.16.39.41.movHere's the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I re-reviewed and the changes look good to me, I was confused by the fact that I thought master
handled the fuzzy highlighting color from themes better but this pr is going in the right direction.
In order to accept your changes please be sure to sure to sign the eclipse contributor agreement (eca) with the same email as your authorship.
Thanks, Already signed ECA with account venciallee@gmail.com |
@venciallee sound good, the check fails because the authorship and your eca email do not match:
One being the bytedance email and the other your gmail. |
bdc7a9d
to
b7389ac
Compare
Thanks for remind. Already commit with "venciallee@gmail.com" account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@venciallee the behavior and changes look good to me, do you mind rebasing the pull-request (I'm hoping it would fix some of the CI failures we are noticing).
Signed-off-by: venciallee <venciallee@gmail.com>
b7389ac
to
30d270c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 Thank you for rebasing, the CI now successfully passes
What it does
Closes: #12048.
How to test
Review checklist
Reminder for reviewers