microsoft / fluent-xaml-theme-editor

The Fluent Design XAML theme editor.
MIT License
638 stars 92 forks source link

accent color is still default in combobox selected items #15

Closed touseefbsb closed 6 years ago

touseefbsb commented 6 years ago

you can notice in the light theme the accent is still Blue-ish and same color is also in dark theme as well just a darker shade. This is just a preset Theme from the editor.

image

kikisaints commented 6 years ago

Yes, that is because of the scoping issue I described here.

Unfortunately I cannot make the popups look like your theme in the editor itself without overriding the Color dictionary window on the side - meaning that the whole app would need to theme itself.

That being said, when you copy out the theme and place it into your app, at the app.xaml-scope, you should get this: image

touseefbsb commented 6 years ago

oh ok thanks for clarifying.