feat: Add support for tree's guidelines

This commit is contained in:
Mattia Astorino 2019-07-04 09:24:03 +02:00
parent 3826eef21e
commit 19a383fd06
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
3 changed files with 6 additions and 4 deletions

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
11

View file

@ -104,7 +104,7 @@
}
},
"changelog": {
"lastversion": "2.8.2"
"lastversion": "29.1.0"
},
"themeVariants": {
"Darker": "./themes/Material-Theme-Darker.json",

View file

@ -1,8 +1,7 @@
{
"name": "{{variant.name}}",
"type": "{{variant.type}}",
"tokenColors": [
{
"tokenColors": [{
"settings": {
"background": "{{variant.scheme.background}}",
"foreground": "{{variant.scheme.base.white}}"
@ -883,6 +882,8 @@
"listFilterWidget.background": "{{variant.scheme.inactiveSelectionBackground}}",
"listFilterWidget.outline": "{{variant.scheme.inactiveSelectionBackground}}",
"listFilterWidget.noMatchesOutline": "{{variant.scheme.inactiveSelectionBackground}}"
"listFilterWidget.noMatchesOutline": "{{variant.scheme.inactiveSelectionBackground}}",
"tree.indentGuidesStroke": "{{variant.scheme.guides}}"
}
}