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
388 stars 57 forks source link

[Feature Request]: Visual Studio Themes #1083

Open PWagner1 opened 1 year ago

PWagner1 commented 1 year ago

The built-in themes should be expanded to include Visual Studio variations (2010 - 2022).

PWagner1 commented 1 year ago

I know this has a way to go yet, but this is the initial VS 2010 theme

image

PWagner1 commented 1 year ago

@Smurf-IV Is there a way that ReSharper can find out what the menu strip text colour is using, as it appears that both menu/status strip are using the same values?

Smurf-IV commented 1 year ago

Not that I can think of (via resharper), as it would be an operation of the debugger to find out what colour is being used from the returned via enums thing.

PWagner1 commented 1 year ago

Not that I can think of (via resharper), as it would be an operation of the debugger to find out what colour is being used from the returned via enums thing.

Is it possible to extend the enum to include these values?

Smurf-IV commented 1 year ago

Is it possible to extend the enum to include these values?

Of course, But:

PWagner1 commented 1 year ago

Or just set it in the KryptonColorTableVisualStudio2010. I think extending the enum should be a separate FR, as it's out of the scope of this one.

PWagner1 commented 1 year ago

VS 2010 is going to have 4 variations based on the 2007, 2010, 2013 & 365 renderers