terminal/src/cascadia
Mike Griese f90f3bf998
Update the tab's close button color to match the tab text color (#5789)
## Summary of the Pull Request

When we select a color for the tab, we update the foreground color of the text so that it maintains acceptable contrast with the new tab color. However, we weren't also updating the foreground color of the close button.

This is understandable though, because apparently this wasn't fixable until MUX 2.4 arrived. I'm not a XAML expert, but I know that setting this key only works when we're using MUX 2.4, so I'm assuming something about the TabView implementation changed in that release. _This PR is marked as a draft until #5778 is merged, then I'll re-target to master._

## References
* #5778 - PR to move to MUX 2.4
* This bug was introduced with the tab color picker in #3789

## PR Checklist
* [x] Closes #5780
* [x] I work here
* [ ] Tests added/passed
* [n/a] Requires documentation to be updated

## Validation Steps Performed
A light tab color:
![image](https://user-images.githubusercontent.com/18356694/81303943-00918700-9042-11ea-86e6-7bdfe343c4ca.png)

A dark tab color:
![image](https://user-images.githubusercontent.com/18356694/81303953-04250e00-9042-11ea-8db2-be97af519fae.png)
2020-06-05 19:12:28 +00:00
..
CascadiaPackage Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
inc Replace everything in TerminalSettings with GETSET_PROPERTY (#6110) 2020-05-27 21:46:39 +00:00
LocalTests_TerminalApp Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
PublicTerminalCore Update wil. Fixes GDI handle leak (#6229) 2020-06-01 22:29:05 +00:00
ShellExtension Make the Shell Extension methods STDMETHODIMP (#6238) 2020-05-28 14:09:52 -07:00
TerminalApp Update the tab's close button color to match the tab text color (#5789) 2020-06-05 19:12:28 +00:00
TerminalAzBridge Add explicit identifier to some constructors (#5652) 2020-04-29 16:50:47 -07:00
TerminalConnection Update wil. Fixes GDI handle leak (#6229) 2020-06-01 22:29:05 +00:00
TerminalControl Add font weight options (#6048) 2020-05-20 20:17:17 +00:00
TerminalCore Allow Ctrl+Alt <> AltGr aliasing to be disabled (#6212) 2020-06-05 16:11:41 +00:00
TerminalSettings Allow Ctrl+Alt <> AltGr aliasing to be disabled (#6212) 2020-06-05 16:11:41 +00:00
UnitTests_TerminalCore Allow Ctrl+Alt <> AltGr aliasing to be disabled (#6212) 2020-06-05 16:11:41 +00:00
ut_app Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
WindowsTerminal Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
WindowsTerminalUniversal Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
WinRTUtils Switch the Cascadia projects to til::color where it's easily possible to do so (#5847) 2020-05-15 22:43:00 +00:00
WpfTerminalControl wpf: only dismiss selection for real chars, not modifiers (#5388) 2020-04-17 11:28:56 -07:00
CascadiaResources.build.items Add a new appxmanifest for preview (#5774) 2020-05-07 16:00:56 +00:00