Skip to content

Commit

Permalink
Updated Dark_Krystal
Browse files Browse the repository at this point in the history
  • Loading branch information
gerane committed Apr 27, 2016
1 parent 42442d0 commit fd9f15e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 29 deletions.
9 changes: 9 additions & 0 deletions gerane.Theme-Dark_Krystal/README.md
@@ -1,3 +1,12 @@
# Dark_Krystal

A theme based on the [Dark_Krystal TextMate Theme](http://colorsublime.com/theme/Dark_Krystal).


## Screenshot
![](https://raw.githubusercontent.com/gerane/VSCodeThemes/master/gerane.Theme-Dark_Krystal/screenshot.png).


## More Information
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items/gerane.Theme-DarkKrystal).
* [GitHub repository](https://github.com/gerane/VSCodeThemes).
Binary file added gerane.Theme-Dark_Krystal/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 0 additions & 22 deletions gerane.Theme-Dark_Krystal/icon.svg

This file was deleted.

14 changes: 7 additions & 7 deletions gerane.Theme-Dark_Krystal/package.json
@@ -1,27 +1,27 @@
{
"name": "Theme-DarkKrystal",
"displayName": "DarkKrystal Theme",
"description": "DarkKrystal Theme ported from the DarkKrystal TextMate Theme",
"version": "0.0.1",
"displayName": "Dark_Krystal Theme",
"description": "Dark_Krystal Theme ported from the DarkKrystal TextMate Theme",
"version": "0.0.2",
"publisher": "gerane",
"engines": {
"vscode": "^0.10.1"
},
"categories": [
"Themes"
],
"icon": "icon.svg",
"homepage": "https://github.com/gerane/VSCodeThemes/blob/master/gerane.Theme-DarkKrystal/README.md",
"icon": "icon.png",
"homepage": "https://github.com/gerane/VSCodeThemes/blob/master/gerane.Theme-Dark_Krystal/README.md",
"repository": {
"type": "git",
"url": "https://github.com/gerane/VSCodeThemes.git"
},
"contributes": {
"themes": [
{
"label": "DarkKrystal",
"label": "Dark_Krystal",
"uiTheme": "vs-dark",
"path": "./themes/DarkKrystal.tmTheme"
"path": "./themes/Dark_Krystal.tmTheme"
}
]
}
Expand Down
Binary file added gerane.Theme-Dark_Krystal/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd9f15e

Please sign in to comment.