Comet icon indicating copy to clipboard operation
Comet copied to clipboard

Dark/Light Mode?

Open julian-baumann opened this issue 1 year ago • 0 comments

I am curious about how to manage dark/light mode in Comet. In XAML, we typically express this with code such as Value="{AppThemeBinding Light={StaticResource SecondaryBackgroundColorLight}, Dark={StaticResource SecondaryBackgroundColorDark}}" How would one achieve the same effect in Comet? I aim to establish a background color for a button that corresponds to the current app theme.

julian-baumann avatar Dec 11 '23 10:12 julian-baumann