diff --git a/gerane.Theme-Merbivore_Soft/README.md b/gerane.Theme-Merbivore_Soft/README.md index d9b69984..6fc4848c 100644 --- a/gerane.Theme-Merbivore_Soft/README.md +++ b/gerane.Theme-Merbivore_Soft/README.md @@ -1,3 +1,12 @@ # Merbivore_Soft A theme based on the [Merbivore_Soft TextMate Theme](http://colorsublime.com/theme/Merbivore_Soft). + + +## Screenshot +![](https://raw.githubusercontent.com/gerane/VSCodeThemes/master/gerane.Theme-Merbivore_Soft/screenshot.png). + + +## More Information +* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items/gerane.Theme-MerbivoreSoft). +* [GitHub repository](https://github.com/gerane/VSCodeThemes). diff --git a/gerane.Theme-Merbivore_Soft/icon.png b/gerane.Theme-Merbivore_Soft/icon.png new file mode 100644 index 00000000..ec6cdf36 Binary files /dev/null and b/gerane.Theme-Merbivore_Soft/icon.png differ diff --git a/gerane.Theme-Merbivore_Soft/icon.svg b/gerane.Theme-Merbivore_Soft/icon.svg deleted file mode 100644 index 3fcf25d0..00000000 --- a/gerane.Theme-Merbivore_Soft/icon.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - diff --git a/gerane.Theme-Merbivore_Soft/package.json b/gerane.Theme-Merbivore_Soft/package.json index 0b865eaa..a515a2df 100644 --- a/gerane.Theme-Merbivore_Soft/package.json +++ b/gerane.Theme-Merbivore_Soft/package.json @@ -1,8 +1,8 @@ { "name": "Theme-MerbivoreSoft", - "displayName": "MerbivoreSoft Theme", - "description": "MerbivoreSoft Theme ported from the MerbivoreSoft TextMate Theme", - "version": "0.0.1", + "displayName": "Merbivore_Soft Theme", + "description": "Merbivore_Soft Theme ported from the MerbivoreSoft TextMate Theme", + "version": "0.0.2", "publisher": "gerane", "engines": { "vscode": "^0.10.1" @@ -10,8 +10,8 @@ "categories": [ "Themes" ], - "icon": "icon.svg", - "homepage": "https://github.com/gerane/VSCodeThemes/blob/master/gerane.Theme-MerbivoreSoft/README.md", + "icon": "icon.png", + "homepage": "https://github.com/gerane/VSCodeThemes/blob/master/gerane.Theme-Merbivore_Soft/README.md", "repository": { "type": "git", "url": "https://github.com/gerane/VSCodeThemes.git" @@ -19,9 +19,9 @@ "contributes": { "themes": [ { - "label": "MerbivoreSoft", + "label": "Merbivore_Soft", "uiTheme": "vs-dark", - "path": "./themes/MerbivoreSoft.tmTheme" + "path": "./themes/Merbivore_Soft.tmTheme" } ] } diff --git a/gerane.Theme-Merbivore_Soft/screenshot.png b/gerane.Theme-Merbivore_Soft/screenshot.png new file mode 100644 index 00000000..42408ae9 Binary files /dev/null and b/gerane.Theme-Merbivore_Soft/screenshot.png differ