Skip to content

Commit

Permalink
fixed #502
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Jan 28, 2021
1 parent a3f7687 commit cc86619
Show file tree
Hide file tree
Showing 4 changed files with 46 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.9.13 | 2021.01.28
- Fixed [#502](https://github.com/Binaryify/OneDark-Pro/issues/502)

## 3.9.12 | 2020.12.19
- Improve C# color highlight [#493](https://github.com/Binaryify/OneDark-Pro/issues/493)

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.9.12",
"version": "3.9.13",
"publisher": "zhuangtongfa",
"bugs": {
"url": "https://github.com/Binaryify/OneDark-Pro/issues"
Expand Down
21 changes: 21 additions & 0 deletions src/themes/themeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2934,6 +2934,27 @@
"settings": {
"foreground": "coral"
}
},
{
"name": "Deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "coral"
}
},
{
"name": "Inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "green"
}
},
{
"name": "Underline",
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
}
],
"bold": [
Expand Down
21 changes: 21 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,27 @@
"foreground": "#e06c75"
}
},
{
"name": "Deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "Inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "Underline",
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"name": "js/ts italic",
"scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super",
Expand Down

0 comments on commit cc86619

Please sign in to comment.