Skip to content

Commit

Permalink
Update color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
azemoh committed Jun 19, 2017
1 parent 5371773 commit 80e34c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog
All notable changes to the "one-monokai" extension will be documented in this file.

#### v0.2.x
### v0.3.x
- Convert to json syntax theme.
- [Added es6 template string support](https://github.com/azemoh/vscode-one-monokai/commit/5371773a8f3ffc022d34ffefec19cae4eafb2673) by [@notgiorgi](https://github.com/notgiorgi)

### v0.2.x
- Fix highlighting for method call and Class names.
- Proper highlight for JSX html tags.

#### v0.2.x
### v0.2.x
- Increase support for default VSCode JS Grammer.

#### v0.1.x
### v0.1.x

- Syntax highlight for embedded string.
- Syntax highlight for Logical operators (and, or).
Expand Down
6 changes: 3 additions & 3 deletions themes/OneMonokai-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"name": "js template-expression",
"scope": "punctuation.definition.template-expression.begin.js,punctuation.definition.template-expression.end.js,punctuation.definition.template-expression.begin.ts,punctuation.definition.template-expression.end.ts",
"settings": {
"foreground": "#e06c75"
"foreground": "#c678dd"
}
},
{
"name": "TemplateString",
"scope": "string.template.js",
"settings": {
"foreground": "#8bb271"
"foreground": "#e5c07b"
}
},
{
"name": "TemplateString",
"scope": "meta.template.expression.js",
"settings": {
"foreground": "#e06c75"
"foreground": "#abb2bf"
}
},
{
Expand Down

0 comments on commit 80e34c9

Please sign in to comment.