egorozh/Tabalonia

Theme does not respect RequestedThemeVariant

Closed this issue · 2 comments

It looks like the dark theme is hardcoded: https://github.com/egorozh/Tabalonia/blob/develop/Tabalonia/Themes/FluentTheme.cs#L28

In my application, I have RequestedThemeVariant="Light" (which will be controlled by a user setting later). However, Tabalonia seems to be only dark theme (see below). Can this be be changed to reflect the parent RequestedThemeVariant? If not, how do I configure Tabalonia's theme as well?

image

I didn't support the light theme. I'll do it soon)

Added new Fluent theme with supporting light theme. Old theme renamed to "Custom".
Also, an example of using your theme has been added to the demo.
image