-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Added background to CommandKeyChord #15677
Added background to CommandKeyChord #15677
Conversation
While this is an acceptable solution, why can't we make the border and text within black, similar to how "Close pane" turns from white to black when being hovered? |
This was the approach that was suggested here #15228 (comment)
I can definitely take a look at coloring the borders and text black instead, looks like a good idea as well 👍 |
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.
Honestly, I'm cool with this as-is. If you can figure out how to get it to match the other text, be my guest, but this alone is still an improvement.
It's a ✅ for me as well, but I'll wait a little bit just in case you happen to have time to check if it can be done with the color change, just because I think it would look better / more consistent. But I'd definitely also approve it without such a change. |
Not sure if I can find a clean approach in changing colors based on the theme. This is good to merge 👍 as is |
Thanks for the contribution! 😄 |
## Summary of the Pull Request Adds a background to key chord border in the CommandPalette Screen. This prevents certain accent colors from rendering the KeyChords unreadable. Before (where the text is unreadble); ![image](https://github.com/microsoft/terminal/assets/33658638/370fa7c7-f42e-48b3-af54-6fe7d5f89c73) After (from this PR): ![image](https://github.com/microsoft/terminal/assets/33658638/5ce8601a-80f2-4efe-9270-9dd7209cdfff) See #15228 for more details (cherry picked from commit 91012a4) Service-Card-Id: 90068187 Service-Version: 1.17
## Summary of the Pull Request Adds a background to key chord border in the CommandPalette Screen. This prevents certain accent colors from rendering the KeyChords unreadable. Before (where the text is unreadble); ![image](https://github.com/microsoft/terminal/assets/33658638/370fa7c7-f42e-48b3-af54-6fe7d5f89c73) After (from this PR): ![image](https://github.com/microsoft/terminal/assets/33658638/5ce8601a-80f2-4efe-9270-9dd7209cdfff) See #15228 for more details (cherry picked from commit 91012a4) Service-Card-Id: 90068188 Service-Version: 1.18
Summary of the Pull Request
Adds a background to key chord border in the CommandPalette Screen. This prevents certain accent colors from rendering the KeyChords unreadable.
Before (where the text is unreadble);
After (from this PR):
See #15228 for more details
Closes #15228