Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 6 - 8
BSD 3-Clause "New" or "Revised" License
397 stars 60 forks source link

[Bug]: Ribbon backcolours to match theme panel colour(s) #1565

Open Smurf-IV opened 3 months ago

Smurf-IV commented 3 months ago

Using today's alpha and the Ribbon Controls demo (.net core)

Expected:

image

Actual:

image

etc.

PWagner1 commented 3 months ago

This will likely fix #1564

PWagner1 commented 3 months ago

Appears to be controlled by

Color.FromArgb(190, 190, 190), // RibbonGroupsArea1
            Color.FromArgb(210, 210, 210), // RibbonGroupsArea2
            Color.FromArgb(213, 219, 231), // RibbonGroupsArea3
            Color.FromArgb(249, 249, 249), // RibbonGroupsArea4
            Color.FromArgb(243, 245, 249), // RibbonGroupsArea5
PWagner1 commented 3 months ago

Ok, so the back colour is controlled by these values

image

giduac commented 1 month ago

@Wagnerp & @Smurf-IV,

The Visual Studio and 365 varieties have the same background color as the Panel. But for my taste it also looks good when the Ribbon contrasts against the Panel. I think that should be the choice of the user and be left as it is...