Skip to content

Commit 545320d

Browse files
Merge pull request #9 from mariorodeghiero/vut-theme-v2
[Vue theme - V2] - v2 improvements
2 parents 8038061 + 1758675 commit 545320d

File tree

4 files changed

+323
-77
lines changed

4 files changed

+323
-77
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.vsix
2+
.DS_Store
3+
node_modules/

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@
1515
4. Install the file **vue-themev-x.x.x.vix** to test.
1616
5. If ok, send me a PR.
1717

18+
## How to test the changes
19+
20+
1. Open your VS Code
21+
2. Click on the tab View → Run
22+
3. Click Launch Extension. This will open up another VS Code Editor
23+
4. Make changes and it will reflected in the other editor that opened in step 3.
24+
1825
### [<-- Back](https://github.com/mariorodeghiero/vue-theme-vscode)

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
"name": "vue-theme",
33
"version": "1.1.5",
44
"displayName": "Vue Theme",
5-
"description": "Theme inspired by vue.js",
5+
"description": "Theme for Visual Studio Code inspired by javascript, with support for more popular languages and a perfect harmony of colors",
66
"publisher": "mariorodeghiero",
77
"icon": "images/vue.png",
88
"galleryBanner": {
99
"color": "#002b36",
1010
"theme": "dark"
1111
},
1212
"homepage": "https://mariorodeghiero.github.io/vue-theme/",
13+
"maintainers": [
14+
"Mario Rodeghiero <mario.rodeghiero@gmail.com>"
15+
],
1316
"repository": {
1417
"type": "git",
1518
"url": "https://github.com/mariorodeghiero/vue-theme-vscode.git"
@@ -22,7 +25,13 @@
2225
],
2326
"keywords": [
2427
"VSCode",
25-
"Themes"
28+
"Themes",
29+
"theme",
30+
"color-theme",
31+
"vue-theme",
32+
"vue",
33+
"react",
34+
"reactjs"
2635
],
2736
"engines": {
2837
"vscode": "^1.19.0"
@@ -44,5 +53,5 @@
4453
}
4554
]
4655
},
47-
"license": "SEE LICENSE IN LICENSE"
56+
"license": "MIT"
4857
}

0 commit comments

Comments
 (0)