Skip to content

Commit

Permalink
update: Change invalid.deprecated.entity.other.attribute-name.html hi…
Browse files Browse the repository at this point in the history
…ghlight
  • Loading branch information
Binaryify committed Apr 21, 2022
1 parent bead482 commit 86fd8fa
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 1 deletion.
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.22 | 2022.04.21
- Change `invalid.deprecated.entity.other.attribute-name.html` highlight color

## 3.13.21 | 2022.04.14
- Change `invalid.illegal.unrecognized-tag.html` highlight color

Expand Down
2 changes: 1 addition & 1 deletion 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.21",
"version": "3.13.22",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions src/themes/themeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,13 @@ export default {
foreground: colorType.invalid,
},
},
{
name: 'html Deprecated',
scope: 'invalid.deprecated.entity.other.attribute-name.html',
settings: {
foreground: colorType.whiskey,
},
},
{
name: 'Unimplemented',
scope: 'invalid.unimplemented',
Expand Down
7 changes: 7 additions & 0 deletions themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,13 @@
"foreground": "#ffffff"
}
},
{
"name": "html Deprecated",
"scope": "invalid.deprecated.entity.other.attribute-name.html",
"settings": {
"foreground": "#d19a66"
}
},
{
"name": "Unimplemented",
"scope": "invalid.unimplemented",
Expand Down
7 changes: 7 additions & 0 deletions themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,13 @@
"foreground": "#ffffff"
}
},
{
"name": "html Deprecated",
"scope": "invalid.deprecated.entity.other.attribute-name.html",
"settings": {
"foreground": "#d19a66"
}
},
{
"name": "Unimplemented",
"scope": "invalid.unimplemented",
Expand Down
7 changes: 7 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,13 @@
"foreground": "#ffffff"
}
},
{
"name": "html Deprecated",
"scope": "invalid.deprecated.entity.other.attribute-name.html",
"settings": {
"foreground": "#d19a66"
}
},
{
"name": "Unimplemented",
"scope": "invalid.unimplemented",
Expand Down

0 comments on commit 86fd8fa

Please sign in to comment.