mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
242 stars 17 forks source link

Add Windows10/11-like theme #96

Open Matszwe02 opened 7 months ago

Matszwe02 commented 7 months ago

Will also include:

I like the browser picker, but I don't like the windows7-like style - the whole ui looks very outdated. Maybe redesign the ui or make it selectable?

mortenn commented 5 months ago

The problem with this is I can't just flip a switch and make a WPF app use Windows 11 chrome, microsoft hasn't built WPF with support for that, so I would need to either get some chrome package that does this and will be maintained, or hand roll all the style.

The suggested path is to replace WPF with WinUI, which I guess I will have to investigate at some point. that sounds like a 3.0 thing, though.

Matszwe02 commented 5 months ago

The problem with this is I can't just flip a switch and make a WPF app use Windows 11 chrome, microsoft hasn't built WPF with support for that, so I would need to either get some chrome package that does this and will be maintained, or hand roll all the style.

The suggested path is to replace WPF with WinUI, which I guess I will have to investigate at some point. that sounds like a 3.0 thing, though.

Thanks for the response. However I think the easiest way will be to manually change the theme to match the whole "windows style", it's not a complicated app, so there won't be much to change I think.

mortenn commented 5 months ago

yes, it's not a big app, but I don't really have the spare time to do that, and I'm not a wpf frontend designer :3 I'll be more than happy to take a PR for this, though, chrome is nice.