Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Gray committed Jul 18, 2017
1 parent 1e477e0 commit 14bf85f
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 52 deletions.
86 changes: 42 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,44 @@
{
"name": "theme-blueprint",
"displayName": "Blueprint",
"description": "Palantir Blueprint syntax theme for VS Code",
"version": "0.4.1",
"publisher": "giladgray",
"engines": {
"vscode": "^1.9.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Blueprint",
"uiTheme": "vs-dark",
"path": "./themes/Blueprint.tmTheme"
}
]
},
"galleryBanner": {
"color": "#E1E8ED"
},
"icon": "blueprint-logo.png",
"devDependencies": {
"@types/node": "^6.0.52",
"plist": "^2.0.1",
"ts-node": "^1.7.2",
"tslint": "^4.1.1",
"typescript": "^2.1.4"
},
"license": "Apache-2.0",
"scripts": {
"build": "ts-node src/index.ts",
"vscode:prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giladgray/vscode-theme-blueprint.git"
},
"bugs": {
"url": "https://github.com/giladgray/vscode-theme-blueprint/issues"
},
"homepage": "https://github.com/giladgray/vscode-theme-blueprint#readme"
"name": "theme-blueprint",
"displayName": "Blueprint",
"description": "Palantir Blueprint syntax theme for VS Code",
"version": "0.5.0",
"publisher": "giladgray",
"engines": {
"vscode": "^1.9.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [{
"label": "Blueprint",
"uiTheme": "vs-dark",
"path": "./themes/Blueprint.tmTheme"
}]
},
"galleryBanner": {
"color": "#E1E8ED"
},
"icon": "blueprint-logo.png",
"devDependencies": {
"@types/node": "^6.0.52",
"plist": "^2.0.1",
"ts-node": "^1.7.2",
"tslint": "^4.1.1",
"typescript": "^2.1.4"
},
"license": "Apache-2.0",
"scripts": {
"build": "ts-node src/index.ts",
"vscode:prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giladgray/vscode-theme-blueprint.git"
},
"bugs": {
"url": "https://github.com/giladgray/vscode-theme-blueprint/issues"
},
"homepage": "https://github.com/giladgray/vscode-theme-blueprint#readme"
}
Binary file modified syntax-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 35 additions & 8 deletions themes/Blueprint.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</dict>
<dict>
<key>scope</key>
<string>variable.object.property, variable.other.property, variable.other.object.property, support.variable.property, support.type.property-name</string>
<string>variable.object.property, variable.other.property, variable.other.constant.property, variable.other.object.property, support.variable.property, support.type.property-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -88,7 +88,7 @@
</dict>
<dict>
<key>scope</key>
<string>entity.name.function, support.function, entity.other.attribute-name.class.mixin, meta.decorator, meta.link.inline</string>
<string>entity.name.function, support.function, entity.other.attribute-name.class.mixin, meta.decorator, meta.decorator variable, meta.link.inline</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -97,7 +97,7 @@
</dict>
<dict>
<key>scope</key>
<string>variable, markup.inline.raw</string>
<string>variable, markup.inline.raw, punctuation.definition.variable.less</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -106,7 +106,7 @@
</dict>
<dict>
<key>scope</key>
<string>constant.language, variable.language, variable.other.constant, support.class, support.module, support.type, support.variable, constant.character, constant.other, support.constant</string>
<string>variable.language, support.class, support.module, support.type, support.variable, constant.character, constant.other, support.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -115,7 +115,16 @@
</dict>
<dict>
<key>scope</key>
<string>entity.name.tag, support.type.property-name.json, entity.other.attribute-name.pseudo-element</string>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AD99FF</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>entity.name.tag, entity.name.tag support.class.component, support.type.property-name.json, entity.other.attribute-name.pseudo-element</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -124,7 +133,7 @@
</dict>
<dict>
<key>scope</key>
<string>keyword, keyword.control, storage, storage.type, storage.modifier, markup.bold, punctuation.definition.bold, punctuation.definition.keyword</string>
<string>keyword, keyword.control, storage, storage.type, storage.type punctuation, storage.modifier, markup.bold, punctuation.definition.bold, punctuation.definition.keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -133,7 +142,7 @@
</dict>
<dict>
<key>scope</key>
<string>keyword.operator, entity.name.tag.reference, entity.other.attribute-name.parent-selector, markup.italic, punctuation.definition.italic, punctuation.definition.interpolation, punctuation.definition.template-expression, punctuation.definition.typeparameters, punctuation.section.embedded</string>
<string>keyword.operator, entity.name.tag.reference, entity.other.attribute-name.parent-selector punctuation.definition, markup.italic, punctuation.definition.italic, punctuation.definition.interpolation, punctuation.definition.template-expression, punctuation.definition.typeparameters, punctuation.section.embedded</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -151,13 +160,31 @@
</dict>
<dict>
<key>scope</key>
<string>entity.name.type, entity.other.inherited-class, support.type.primitive</string>
<string>entity.name.type, entity.other.inherited-class, support.type.primitive, entity.other.attribute-name.pseudo-class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F2B824</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>meta.type, meta.return.type, entity.name.type.interface, meta.interface entity.other.inherited-class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>meta.type keyword.control, meta.type storage.type.type</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>normal</string>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit 14bf85f

Please sign in to comment.