Skip to content

Commit

Permalink
update to use new json format and workspace theming
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Lombardi <smlombardi@gmail.com>
  • Loading branch information
smlombardi committed May 4, 2017
1 parent 0261a04 commit 78a5e5a
Show file tree
Hide file tree
Showing 9 changed files with 976 additions and 1,760 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,12 @@ A syntax theme for [Visual Studio Code](https://code.visualstudio.com) based on

Optimized for SCSS, HTML, and JS files.

2.0: Now includes Workbench Colors to match:

### Workbench
![Screenshot](https://github.com/smlombardi/theme-slime/raw/master/screenshots/screenshot.png)



### HTML
![Screenshot](https://github.com/smlombardi/theme-slime/raw/master/screenshots/html.png)
Expand Down
57 changes: 31 additions & 26 deletions package.json
@@ -1,27 +1,32 @@
{
"name": "slime",
"displayName": "Slime Theme",
"description": "A port of my Atom theme",
"version": "1.15.0",
"publisher": "smlombardi",
"repository": {
"type": "git",
"url": "https://github.com/smlombardi/theme-slime.git"
},
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"icon": "icon.svg",
"contributes": {
"themes": [
{
"label": "Slime",
"uiTheme": "vs-dark",
"path": "./themes/Slime.tmTheme"
}
]
}
}
"name": "slime",
"displayName": "Slime Theme",
"description": "A port of my Atom theme",
"version": "1.15.0",
"publisher": "smlombardi",
"repository": {
"type": "git",
"url": "https://github.com/smlombardi/theme-slime.git"
},
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"icon": "icon.svg",
"contributes": {
"themes": [
{
"label": "Slime",
"uiTheme": "vs-dark",
"path": "./themes/slime-theme.json"
}
]
},
"__metadata": {
"id": "735af542-944f-4b07-b336-9df27d7b8d84",
"publisherId": "9da64a38-f7e7-4220-b7b7-ea8baa506bf6",
"publisherDisplayName": "smlombardi"
}
}
Binary file modified screenshot.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/html.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/js.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/scss.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 78a5e5a

Please sign in to comment.