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:
parent
e31b603603
commit
1f3385c0ab
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
## 0.4.7
|
||||||
|
`2020-01-01`
|
||||||
|
- Fix object color when using dot notation inside bracket/parenthesis
|
||||||
|
|
||||||
## 0.4.6
|
## 0.4.6
|
||||||
`2019-12-13`
|
`2019-12-13`
|
||||||
- Color variables in bracket notation like properties using dot notation
|
- Color variables in bracket notation like properties using dot notation
|
||||||
|
|
|
@ -584,7 +584,7 @@
|
||||||
"name": "Object Variable",
|
"name": "Object Variable",
|
||||||
"scope": "variable.other.object",
|
"scope": "variable.other.object",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#7dcfff"
|
"foreground": "#c0caf5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue