Skip to content

Commit 469f031

Browse files
SaraVieiraCompuIves
authored andcommitted
add gloom theme (codesandbox#1799)
1 parent 32227fe commit 469f031

File tree

11 files changed

+1463
-1
lines changed

11 files changed

+1463
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// A launch configuration that launches the extension inside a new window
2+
{
3+
"version": "0.1.0",
4+
"configurations": [
5+
{
6+
"name": "Launch Extension",
7+
"type": "extensionHost",
8+
"request": "launch",
9+
"runtimeExecutable": "${execPath}",
10+
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
11+
}
12+
]
13+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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="gloom" Version="0.1.8" Publisher="adamgirton"/>
5+
<DisplayName>Gloom</DisplayName>
6+
<Description xml:space="preserve">A port of Atom&#39;s Gloom syntax theme for VS Code</Description>
7+
<Tags>syntax,theme,gloom,vscode,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.10.0" />
13+
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
14+
15+
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/agirton/gloom" />
16+
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/agirton/gloom" />
17+
18+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/agirton/gloom" />
19+
20+
21+
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/agirton/gloom/issues" />
22+
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/agirton/gloom" />
23+
24+
25+
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
26+
27+
28+
</Properties>
29+
30+
<Icon>extension/icon.png</Icon>
31+
</Metadata>
32+
<Installation>
33+
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
34+
</Installation>
35+
<Dependencies/>
36+
<Assets>
37+
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
38+
<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.Icons.Default" Path="extension/icon.png" Addressable="true" />
39+
</Assets>
40+
</PackageManifest>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# CHANGELOG
2+
3+
## 0.1.7
4+
### Fixed
5+
* Match JSON colors to original theme ([#5](https://github.com/agirton/gloom/pull/5)) (@jorgegonzalez)
6+
7+
## 0.1.6
8+
### Fixed
9+
* Darken editor ruler, ([#1](https://github.com/agirton/gloom/pull/1)) (@tonyghita)
10+
* Change lineHighlightBackground ([#3](https://github.com/agirton/gloom/pull/3)) (@corygibbons)
11+
12+
## 0.1.5
13+
Fix issue where JSX tag was wrong color
14+
15+
## 0.1.4
16+
Fix issue in CSS/Less where curly braces were same color as variable
17+
18+
## 0.1.3
19+
Compatability update to editor foreground (brackets are brighter)
20+
21+
## 0.1.2
22+
Compatability updates to regex and js
23+
24+
## 0.1.1
25+
* Add Icon
26+
27+
## 0.1.0
28+
* Initial release
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# VS Code Gloom
2+
3+
A dark and gloomy pastel color syntax theme for VS Code. Ported from [@hejrobin's](https://github.com/hejrobin) Atom [gloom](https://github.com/hejrobin/gloom)
4+
5+
---
6+
7+
# Changelog
8+
[CHANGELOG.md](https://github.com/agirton/gloom/blob/master/CHANGELOG.md)
9+
10+
___
11+
### Language &bull; `Markdown`
12+
![Language: Markdown](https://raw.githubusercontent.com/agirton/gloom/master/screenshots/markdown.png)
13+
14+
### Language &bull; `Javascript`
15+
![Language: Javascript](https://raw.githubusercontent.com/agirton/gloom/master/screenshots/javascript.png)
19 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "gloom",
3+
"displayName": "Gloom",
4+
"description": "A port of Atom's Gloom syntax theme for VS Code",
5+
"version": "0.1.8",
6+
"publisher": "adamgirton",
7+
"bugs": {
8+
"url": "https://github.com/agirton/gloom/issues"
9+
},
10+
"homepage": "https://github.com/agirton/gloom",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/agirton/gloom"
14+
},
15+
"engines": {
16+
"vscode": "^1.10.0"
17+
},
18+
"categories": [
19+
"Themes"
20+
],
21+
"keywords": [
22+
"syntax",
23+
"theme",
24+
"gloom",
25+
"vscode"
26+
],
27+
"license": "MIT",
28+
"icon": "icon.png",
29+
"contributes": {
30+
"themes": [
31+
{
32+
"label": "Gloom",
33+
"uiTheme": "vs-dark",
34+
"path": "./themes/Gloom.json"
35+
}
36+
]
37+
},
38+
"__metadata": {
39+
"id": "a7e7afbe-0b7c-4aaf-be0e-097ad10052d3",
40+
"publisherId": "5ad2ad23-adbb-4efc-9b55-151a84048570",
41+
"publisherDisplayName": "Adam Girton"
42+
}
43+
}
270 KB
Loading
229 KB
Loading

0 commit comments

Comments
 (0)