Skip to content

Commit

Permalink
update:Change invalid.illegal.unrecognized-tag.html highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Apr 14, 2022
1 parent 98a33d4 commit 77212b1
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## 3.13.21 | 2022.04.14
- Change `invalid.illegal.unrecognized-tag.html` highlight color

## 3.13.20 | 2022.02.19
- Import regex highlighting [#678](https://github.com/Binaryify/OneDark-Pro/issues/678)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-theme",
"displayName": "One Dark Pro",
"description": "Atom‘s iconic One Dark theme for Visual Studio Code",
"version": "3.13.20",
"version": "3.13.21",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/Binaryify/OneDark-Pro"
},
"engines": {
"vscode": "^1.59.0"
"vscode": "^1.65.0"
},
"activationEvents": [
"onStartupFinished"
Expand Down
6 changes: 6 additions & 0 deletions src/themes/themeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,12 @@ export default {
foreground: 'lightWhite',
},
},
{
scope: 'invalid.illegal.unrecognized-tag.html',
settings: {
foreground: 'coral',
},
},
{
name: 'Broken',
scope: 'invalid.broken',
Expand Down
6 changes: 6 additions & 0 deletions themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,12 @@
"foreground": "#abb2bf"
}
},
{
"scope": "invalid.illegal.unrecognized-tag.html",
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "Broken",
"scope": "invalid.broken",
Expand Down
6 changes: 6 additions & 0 deletions themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,12 @@
"foreground": "#abb2bf"
}
},
{
"scope": "invalid.illegal.unrecognized-tag.html",
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "Broken",
"scope": "invalid.broken",
Expand Down
6 changes: 6 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,12 @@
"foreground": "#abb2bf"
}
},
{
"scope": "invalid.illegal.unrecognized-tag.html",
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "Broken",
"scope": "invalid.broken",
Expand Down

0 comments on commit 77212b1

Please sign in to comment.