EarTrumpet
EarTrumpet copied to clipboard
Improved consistency with Light Theme
EarTrumpet's light theme is not very consistent with native flyouts and is very difficult to see with particular accent colors.
| Before | After |
|---|---|
![]() |
![]() |
Actually, none of the colors are quite right. We need to instead harvest the correct values for Windows 10 and Windows 11 from the WinUI 2.x/3.x libraries. (Or port WPF XAML to WinRT/WinUI XAML and switch to native controls.) Both not trivial.
I got the real color and alpha values of the standard flyouts by attaching a Visual Studio debugger to the ShellExperienceHost and using the Live Visual Tree Inspector - they do match, at least until the UI update to Windows 11.
I'll try porting them to EarTrumpet later.
Right, didn't mean your PR specifically was wrong. I just mean in general we have an overall need to port these styles https://github.com/microsoft/microsoft-ui-xaml/tree/main/dev/CommonStyles
Hey @krlvm, do you mind rebasing/resolving the merge issue here? Looks like some stray commits got in when you retargeted. Thanks!
Done
Thanks @krlvm and apologies for the delay. Will be cleaning the repository up here shortly!

