mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-27 23:21:28 -04:00
Update variable color in bracket notation
This commit is contained in:
parent
e21502bc9f
commit
8c2711e510
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## 0.4.8
|
||||||
|
`2020-01-01`
|
||||||
|
- Update variable color in bracket notation
|
||||||
|
|
||||||
## 0.4.7
|
## 0.4.7
|
||||||
`2020-01-01`
|
`2020-01-01`
|
||||||
- Fix object color when using dot notation inside bracket/parenthesis
|
- Fix object color when using dot notation inside bracket/parenthesis
|
||||||
|
|
|
@ -588,10 +588,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": " Variable Array Key",
|
"name": "Variable Array Key",
|
||||||
"scope": "meta.array.literal variable",
|
"scope": "meta.array.literal variable",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#73daca"
|
"foreground": "#7dcfff" //"#73daca"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue