Declined
Last Updated: 27 Nov 2020 16:12 by ADMIN
Martin Ivanov
Created on: 28 Oct 2020 10:41
Category: UI for WPF
Type: Feature Request
1
Themes: Add White color variation for the Office2019 theme
Add a color variation in the Office2019Palette with the colors used in the White theme in MS Office 2019.
1 comment
ADMIN
Vicky
Posted on: 27 Nov 2020 16:12

Hello,

This Feature Request's status will be changed to Declined.

The existing Office 2019 theme and its Light ColorVariation can be easily customized to achieve the MS Office White theme. The brushes of the Light Palette that need to be modified are the following - ButtonBackgroundColorBaseBackgroundColorAlternativeBackgroundColor and SecondaryBackgroundColor. An example follows:

Office2019Palette.LoadPreset(Office2019Palette.ColorVariation.Light);
Office2019Palette.Palette.ButtonBackgroundColor = (Color)ColorConverter.ConvertFromString("#FFFFFFFF");
Office2019Palette.Palette.BaseBackgroundColor = (Color)ColorConverter.ConvertFromString("#FFFFFFFF");
Office2019Palette.Palette.AlternativeBackgroundColor = (Color)ColorConverter.ConvertFromString("#FFFAFAFA");
Office2019Palette.Palette.SecondaryBackgroundColor = (Color)ColorConverter.ConvertFromString("#FFF1F1F1");

This custom Office 2019 White theme can also be found in the updated version of our Color Theme Generator application, where you can adjust all theme palette properties up to your needs.

Best regards,
Vicky
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.