0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-11-07 20:24:11 -05:00

Fix object color inside bracket/parenthesis

This commit is contained in:
Kristi 2020-01-01 23:04:26 -05:00
parent e31b603603
commit 1f3385c0ab
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
# Release Notes
## 0.4.7
`2020-01-01`
- Fix object color when using dot notation inside bracket/parenthesis
## 0.4.6
`2019-12-13`
- Color variables in bracket notation like properties using dot notation

View file

@ -584,7 +584,7 @@
"name": "Object Variable",
"scope": "variable.other.object",
"settings": {
"foreground": "#7dcfff"
"foreground": "#c0caf5"
}
},
{