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

Color variables in bracket notation

This commit is contained in:
Kristi 2019-12-13 23:32:15 -05:00
parent bd710bd020
commit 8978fcb2c4
3 changed files with 19 additions and 1 deletions

View file

@ -1,4 +1,8 @@
# Release Notes
## 0.4.6
`2019-12-13`
- Color variables in bracket notation like properties using dot notation
## 0.4.5
`2019-12-12`
- Update Tokyo Night 'editor red' to use the same color as Tokyo Night Storm

View file

@ -584,7 +584,14 @@
"name": "Object Variable",
"scope": "variable.other.object",
"settings": {
"foreground": "#c0caf5"
"foreground": "#7dcfff"
}
},
{
"name": " Variable Array Key",
"scope": "meta.array.literal variable",
"settings": {
"foreground": "#73daca"
}
},
{

View file

@ -586,6 +586,13 @@
"foreground": "#c0caf5"
}
},
{
"name": " Variable Array Key",
"scope": "meta.array.literal variable",
"settings": {
"foreground": "#7dcfff"
}
},
{
"name": "Object Key",
"scope": [