fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.55k stars 517 forks source link

[Announcement] Breaking changes in theming #596

Closed batzen closed 4 years ago

batzen commented 6 years ago

This is an announcement about breaking changes to the current theming.

Currently you have to choose between BaseDark and BaseLight in combination with an accent like Blue. This makes creating custom themes much more difficult than it should be because the so called AppTheme and Accent depend on each other. To make it easier the new theming will work with a Theme only. Such theme then contains all colors and brushes needed.

This means that in the future instead of referencing two files you just have to reference something like Dark.Blue or Light.Blue. The ThemeManager will also be changed to reflect these changes. To maintain interop with MahApps.Metro these changes will also be made there.

These changes will be part of version 7.0.

batzen commented 6 years ago

@GeertvanHorrik FYI

batzen commented 6 years ago

@punker76 I guess you might want to announce this in MahApps.Metro too ;-)