Skip to content

Commit

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

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


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


## More Information
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items/gerane.Theme-MagicWBAmiga).
* [GitHub repository](https://github.com/gerane/VSCodeThemes).
Binary file added gerane.Theme-MagicWB_Amiga/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-MagicWB_Amiga/icon.svg

This file was deleted.

16 changes: 8 additions & 8 deletions gerane.Theme-MagicWB_Amiga/package.json
@@ -1,27 +1,27 @@
{
"name": "Theme-MagicWBAmiga",
"displayName": "MagicWBAmiga Theme",
"description": "MagicWBAmiga Theme ported from the MagicWBAmiga TextMate Theme",
"version": "0.0.1",
"displayName": "MagicWB_Amiga Theme",
"description": "MagicWB_Amiga Theme ported from the MagicWBAmiga 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-MagicWBAmiga/README.md",
"icon": "icon.png",
"homepage": "https://github.com/gerane/VSCodeThemes/blob/master/gerane.Theme-MagicWB_Amiga/README.md",
"repository": {
"type": "git",
"url": "https://github.com/gerane/VSCodeThemes.git"
},
"contributes": {
"themes": [
{
"label": "MagicWBAmiga",
"uiTheme": "vs-dark",
"path": "./themes/MagicWBAmiga.tmTheme"
"label": "MagicWB_Amiga",
"uiTheme": "vs",
"path": "./themes/MagicWB_Amiga.tmTheme"
}
]
}
Expand Down
Binary file added gerane.Theme-MagicWB_Amiga/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 ab212cc

Please sign in to comment.