Skip to content

Commit

Permalink
fixed js colors, add new image, changed home-page, edited cahngelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mariorodeghiero committed Oct 3, 2018
1 parent c45fc52 commit dba7a33
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 1.1.1 - 2018-10-03

- fixed const variable
- fixed meta.brace.square.js
- add new image
- changed home-page

## 1.1.0 - 2018-08-24

- Improvements Sass
Expand Down
Binary file modified images/vue-theme-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"color": "#002b36",
"theme": "dark"
},
"homepage": "https://mariorodeghiero.com/vue-theme",
"homepage": "https://mariorodeghiero.github.io/vue-theme/",
"repository": {
"type": "git",
"url": "https://github.com/mariorodeghiero/vue-theme-vscode.git"
Expand Down
8 changes: 4 additions & 4 deletions themes/vue-theme-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
{
"name": "const, let, import",
"scope": "storage.type, keyword.control.import.js, keyword.control.from.js",
"scope": "storage.type, keyword.control.import.js, keyword.control.from.js, support.class.error.js",
"settings": {
"foreground": "#FF2C6D"
}
Expand All @@ -106,7 +106,7 @@
}
},
{
"scope": "meta.brace.square.js, meta.brace.round.js, punctuation.terminator.statement.js",
"scope": "meta.brace.round.js, punctuation.terminator.statement.js",
"settings": {
"foreground": "#c5c5c5f1"
}
Expand All @@ -132,7 +132,7 @@
},
{
"name": "template expression ${} and comparation",
"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",
"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",
"settings": {
"foreground": "#FFCC95"
}
Expand Down Expand Up @@ -488,7 +488,7 @@
}
},
{
"scope": "support.variable.object.process.js, variable.other.constant.property.js",
"scope": "support.variable.object.process.js, variable.other.constant.property.js, variable.other.constant.js",
"settings": {
"foreground": "#a1d7da"
}
Expand Down

0 comments on commit dba7a33

Please sign in to comment.