Skip to content

Commit

Permalink
Improve Dart/Flutter semantic highlighting #394
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Apr 7, 2021
1 parent 5e9bcf9 commit f2f0aeb
Show file tree
Hide file tree
Showing 4 changed files with 10 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.10.11 | 2021.04.07
- Improve Dart/Flutter semantic highlighting [#394](https://github.com/Binaryify/OneDark-Pro/issues/394)

## 3.10.10 | 2021.04.06
- Fix Python semantic highlighting error [#439]

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.10.10",
"version": "3.10.11",
"publisher": "zhuangtongfa",
"bugs": {
"url": "https://github.com/Binaryify/OneDark-Pro/issues"
Expand Down
3 changes: 3 additions & 0 deletions src/themes/Theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function configFactory(configuration) {
"annotation:dart":{
foreground: colorObj.whiskey
},
"parameter.label:dart":{
"foreground": colorObj.lightWhite
},
},
tokenColors: result
}
Expand Down
3 changes: 3 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
"annotation:dart": {
"foreground": "#d19a66"
},
"parameter.label:dart": {
"foreground": "#abb2bf"
}
},
"tokenColors": [
Expand Down

0 comments on commit f2f0aeb

Please sign in to comment.