Skip to content

Instantly share code, notes, and snippets.

@mynkow
Created October 9, 2013 15:39
Show Gist options
  • Save mynkow/6903242 to your computer and use it in GitHub Desktop.
Save mynkow/6903242 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="46b3817c-b0c3-42d1-8cea-d373f781b21e">
<Name>Visual Studio Color Theme Editor</Name>
<Author>Microsoft</Author>
<Version>1.3</Version>
<Description xml:space="preserve">Allows users to customize the color palette used for menus, toolbars, tabs, title bars, and other environment colors.</Description>
<Locale>1033</Locale>
<InstalledByMsi>true</InstalledByMsi>
<SupportedProducts>
<IsolatedShell Version="1.0">ssms</IsolatedShell>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
<SystemComponent>true</SystemComponent>
</Identifier>
<References />
<Content>
<VsPackage>ThemeManagerPackage.pkgdef</VsPackage>
</Content>
</Vsix>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment