RaUI/Source/ryControls/WeifenLuo.WinFormsUI/ThemeVS2015/VS2015LightTheme.cs

20 lines
441 B
C#
Raw Normal View History

namespace WeifenLuo.WinFormsUI.ThemeVS2015
{
using ryControls.WeifenLuo.WinFormsUI.ThemeVS2015;
using ThemeVS2015;
/// <summary>
/// Visual Studio 2015 Light theme.
/// </summary>
public class VS2015LightTheme : VS2015ThemeBase
{
/// <summary>
///
/// </summary>
public VS2015LightTheme()
: base(Decompress(Resources.vs2015light_vstheme))
{
}
}
}