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?
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 parentRequestedThemeVariant
? If not, how do I configure Tabalonia's theme as well?