0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update variable color in bracket notation

This commit is contained in:
Kristi 2020-01-01 23:21:02 -05:00
parent e21502bc9f
commit 8c2711e510
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -591,7 +591,7 @@
"name": "Variable Array Key",
"scope": "meta.array.literal variable",
"settings": {
"foreground": "#73daca"
"foreground": "#7dcfff" //"#73daca"
}
},
{