mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05: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
|
||||
|
||||
## 0.4.8
|
||||
`2020-01-01`
|
||||
- Update variable color in bracket notation
|
||||
|
||||
## 0.4.7
|
||||
`2020-01-01`
|
||||
- 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",
|
||||
"settings": {
|
||||
"foreground": "#73daca"
|
||||
"foreground": "#7dcfff" //"#73daca"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue