timheuer / GitHubActionsVS

A Visual Studio extension for showing GitHub Actions workflow information
MIT License
16 stars 5 forks source link

The rendering of the tree view items isn't theme aware. #10

Closed IEvangelist closed 1 year ago

IEvangelist commented 1 year ago

For example, with the Dark theme applied this is what it looks like: image

timheuer commented 1 year ago

doh! I know why. WPF doesn't natively support color emoji so my current shim is using a 3rd party control. And the VSTheme doesn't flow to control heirarchy...just need to set it.

timheuer commented 1 year ago

I take that back -- EmojiWPF is hard-coding some colors :-(

IEvangelist commented 1 year ago

I take that back -- EmojiWPF is hard-coding some colors :-(

I think the emoji are fine, but the text is the issue.

timheuer commented 1 year ago

@all-contributors add @timheuer for code,docs

allcontributors[bot] commented 1 year ago

@timheuer

I've put up a pull request to add @timheuer! :tada:

timheuer commented 1 year ago

Regressed with move to changed datatemplate