mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04:00
Color variables in bracket notation
This commit is contained in:
parent
bd710bd020
commit
8978fcb2c4
3 changed files with 19 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
## 0.4.6
|
||||||
|
`2019-12-13`
|
||||||
|
- Color variables in bracket notation like properties using dot notation
|
||||||
|
|
||||||
## 0.4.5
|
## 0.4.5
|
||||||
`2019-12-12`
|
`2019-12-12`
|
||||||
- Update Tokyo Night 'editor red' to use the same color as Tokyo Night Storm
|
- Update Tokyo Night 'editor red' to use the same color as Tokyo Night Storm
|
||||||
|
|
|
@ -584,7 +584,14 @@
|
||||||
"name": "Object Variable",
|
"name": "Object Variable",
|
||||||
"scope": "variable.other.object",
|
"scope": "variable.other.object",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#c0caf5"
|
"foreground": "#7dcfff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": " Variable Array Key",
|
||||||
|
"scope": "meta.array.literal variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#73daca"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -586,6 +586,13 @@
|
||||||
"foreground": "#c0caf5"
|
"foreground": "#c0caf5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": " Variable Array Key",
|
||||||
|
"scope": "meta.array.literal variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7dcfff"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Object Key",
|
"name": "Object Key",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue