Skip to content

Commit

Permalink
bump to 3.15.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Jun 7, 2023
1 parent e319064 commit ca586fd
Show file tree
Hide file tree
Showing 6 changed files with 40 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.15.17 | 2023.06.07
- Enhancement: better syntax highlighting for variables in Latex. #790

## 3.15.16 | 2023.06.07
- Enhancement: unify syntax highlighting of 'keyword control' for the Python language. #789

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.15.16",
"version": "3.15.17",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,15 @@
"foreground": "#abb2bf"
}
},
{
"name": "Latex variable parameter",
"scope": [
"variable.parameter.function.latex"
],
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "variable.other.object",
"scope": [
Expand Down
9 changes: 9 additions & 0 deletions themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,15 @@
"foreground": "#abb2bf"
}
},
{
"name": "Latex variable parameter",
"scope": [
"variable.parameter.function.latex"
],
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "variable.other.object",
"scope": [
Expand Down
9 changes: 9 additions & 0 deletions themes/OneDark-Pro-mix.json
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,15 @@
"foreground": "#abb2bf"
}
},
{
"name": "Latex variable parameter",
"scope": [
"variable.parameter.function.latex"
],
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "variable.other.object",
"scope": [
Expand Down
9 changes: 9 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,15 @@
"foreground": "#abb2bf"
}
},
{
"name": "Latex variable parameter",
"scope": [
"variable.parameter.function.latex"
],
"settings": {
"foreground": "#e06c75"
}
},
{
"name": "variable.other.object",
"scope": [
Expand Down

0 comments on commit ca586fd

Please sign in to comment.