|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> |
| 3 | + <Metadata> |
| 4 | + <Identity Language="en-US" Id="theme-dracula" Version="2.17.0" Publisher="dracula-theme"/> |
| 5 | + <DisplayName>Dracula Official</DisplayName> |
| 6 | + <Description xml:space="preserve">Official Dracula Theme. A dark theme for many editors, shells, and more.</Description> |
| 7 | + <Tags>dracula,dark,theme,color-theme</Tags> |
| 8 | + <Categories>Themes</Categories> |
| 9 | + <GalleryFlags>Public</GalleryFlags> |
| 10 | + <Badges></Badges> |
| 11 | + <Properties> |
| 12 | + <Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.13.0" /> |
| 13 | + <Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" /> |
| 14 | + <Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" /> |
| 15 | + <Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" /> |
| 16 | + |
| 17 | + <Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/dracula/visual-studio-code.git" /> |
| 18 | + <Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/dracula/visual-studio-code.git" /> |
| 19 | + |
| 20 | + <Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/dracula/visual-studio-code.git" /> |
| 21 | + |
| 22 | + |
| 23 | + <Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/dracula/visual-studio-code/issues" /> |
| 24 | + <Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://draculatheme.com/" /> |
| 25 | + <Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#3c4557" /> |
| 26 | + <Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark" /> |
| 27 | + <Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" /> |
| 28 | + |
| 29 | + |
| 30 | + </Properties> |
| 31 | + <License>extension/LICENSE.txt</License> |
| 32 | + <Icon>extension/icon.png</Icon> |
| 33 | + </Metadata> |
| 34 | + <Installation> |
| 35 | + <InstallationTarget Id="Microsoft.VisualStudio.Code"/> |
| 36 | + </Installation> |
| 37 | + <Dependencies/> |
| 38 | + <Assets> |
| 39 | + <Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" /> |
| 40 | + <Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/icon.png" Addressable="true" /> |
| 41 | + </Assets> |
| 42 | +</PackageManifest> |
0 commit comments