Skip to content

Commit aa4bb73

Browse files
authored
1 parent 6508607 commit aa4bb73

File tree

15 files changed

+905
-1
lines changed

15 files changed

+905
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
theme
3+
src/tests
4+
bin
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
printWidth = 80
2+
singleQuote = true
3+
tabWidth = 4
4+
trailingComma = 'all'
5+
6+
[[overrides]]
7+
files = '*.js'
8+
[overrides.options]
9+
trailingComma = 'es5'
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

Comments
 (0)