jenius-apps / ambie

An app that uses white noise, nature sounds, and focus features to boost your productivity.
https://ambieapp.com
MIT License
1.93k stars 142 forks source link

Dim title bar when unfocused #360

Closed JaiganeshKumaran closed 1 year ago

JaiganeshKumaran commented 1 year ago

Fixes #322.

BreeceW commented 1 year ago

I would use a VisualStateGroup to toggle the title bar colors. That way you have the styling done in XAML and your ThemeResources would automatically update. You could change the Brush into a bool (for active/not active) and use a StateTrigger to bind to the bool to toggle between them.

dpaulino commented 1 year ago

@JaiganeshKumaran are you able to update the pr with the requested changes?

JaiganeshKumaran commented 1 year ago

@dpaulino I've updated the pull request now, please merge.