Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supplies predefined, well-known color themes.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.Shell.KnownColorThemes
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class KnownColorThemes
public static class KnownColorThemes
public ref class KnownColorThemes abstract sealed
[<AbstractClass>]
[<Sealed>]
type KnownColorThemes =  class end
public final class KnownColorThemes
The KnownColorThemes type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | Blue | |
| .gif) .gif) | Dark | |
| .gif) .gif) | Debug | 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. | 
| .gif) .gif) | Default | The color theme used by default on Visual Studio’s first launch. The theme is known to users by the friendly name (the “Light” theme). | 
| .gif) .gif) | HighContrast | The color theme used when the Windows theme is set to one of the high-contrast Windows themes. | 
| .gif) .gif) | Light | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.