Skip to content

Commit dba7a33

Browse files
fixed js colors, add new image, changed home-page, edited cahngelog
1 parent c45fc52 commit dba7a33

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.1.1 - 2018-10-03
6+
7+
- fixed const variable
8+
- fixed meta.brace.square.js
9+
- add new image
10+
- changed home-page
11+
512
## 1.1.0 - 2018-08-24
613

714
- Improvements Sass

images/vue-theme-page.png

-133 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"color": "#002b36",
1010
"theme": "dark"
1111
},
12-
"homepage": "https://mariorodeghiero.com/vue-theme",
12+
"homepage": "https://mariorodeghiero.github.io/vue-theme/",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/mariorodeghiero/vue-theme-vscode.git"

themes/vue-theme-color-theme.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"name": "const, let, import",
89-
"scope": "storage.type, keyword.control.import.js, keyword.control.from.js",
89+
"scope": "storage.type, keyword.control.import.js, keyword.control.from.js, support.class.error.js",
9090
"settings": {
9191
"foreground": "#FF2C6D"
9292
}
@@ -106,7 +106,7 @@
106106
}
107107
},
108108
{
109-
"scope": "meta.brace.square.js, meta.brace.round.js, punctuation.terminator.statement.js",
109+
"scope": "meta.brace.round.js, punctuation.terminator.statement.js",
110110
"settings": {
111111
"foreground": "#c5c5c5f1"
112112
}
@@ -132,7 +132,7 @@
132132
},
133133
{
134134
"name": "template expression ${} and comparation",
135-
"scope": "punctuation.accessor, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all.js, entity.other.attribute-name.js",
135+
"scope": "punctuation.accessor, meta.brace.square.js, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all.js, entity.other.attribute-name.js",
136136
"settings": {
137137
"foreground": "#FFCC95"
138138
}
@@ -488,7 +488,7 @@
488488
}
489489
},
490490
{
491-
"scope": "support.variable.object.process.js, variable.other.constant.property.js",
491+
"scope": "support.variable.object.process.js, variable.other.constant.property.js, variable.other.constant.js",
492492
"settings": {
493493
"foreground": "#a1d7da"
494494
}

0 commit comments

Comments
 (0)