C# Class GoogleCloudExtension.Theming.ThemeManager

This class implements a very simple theme manager.
Show file Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
GetCurrentTheme ( ) : VsTheme

Returns the current known theme to the caller. It will return VsTheme.Unknown for custom themes created by the user.

Method Details

GetCurrentTheme() public static method

Returns the current known theme to the caller. It will return VsTheme.Unknown for custom themes created by the user.
public static GetCurrentTheme ( ) : VsTheme
return VsTheme