KnownColorThemes Class

 

Supplies predefined, well-known color themes.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.KnownColorThemes

public static class KnownColorThemes

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBlue

The Blue color theme.

System_CAPS_pubfieldSystem_CAPS_staticDark

The Dark color theme.

System_CAPS_pubfieldSystem_CAPS_staticDebug

The color theme used for debugging the theme color service. Each color name is mapped to a neon color to make it easy to inspect colors usage that is not from the theme color service.

System_CAPS_pubfieldSystem_CAPS_staticDefault

The default color theme.

System_CAPS_pubfieldSystem_CAPS_staticHighContrast

The color theme used when the Windows theme is set to one of the high-contrast Windows themes.

System_CAPS_pubfieldSystem_CAPS_staticLight

The Light color theme.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: