feat: Add support for tree's guidelines
This commit is contained in:
parent
3826eef21e
commit
19a383fd06
3 changed files with 6 additions and 4 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
11
|
|
@ -104,7 +104,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "2.8.2"
|
"lastversion": "29.1.0"
|
||||||
},
|
},
|
||||||
"themeVariants": {
|
"themeVariants": {
|
||||||
"Darker": "./themes/Material-Theme-Darker.json",
|
"Darker": "./themes/Material-Theme-Darker.json",
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "{{variant.name}}",
|
"name": "{{variant.name}}",
|
||||||
"type": "{{variant.type}}",
|
"type": "{{variant.type}}",
|
||||||
"tokenColors": [
|
"tokenColors": [{
|
||||||
{
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "{{variant.scheme.background}}",
|
"background": "{{variant.scheme.background}}",
|
||||||
"foreground": "{{variant.scheme.base.white}}"
|
"foreground": "{{variant.scheme.base.white}}"
|
||||||
|
@ -883,6 +882,8 @@
|
||||||
|
|
||||||
"listFilterWidget.background": "{{variant.scheme.inactiveSelectionBackground}}",
|
"listFilterWidget.background": "{{variant.scheme.inactiveSelectionBackground}}",
|
||||||
"listFilterWidget.outline": "{{variant.scheme.inactiveSelectionBackground}}",
|
"listFilterWidget.outline": "{{variant.scheme.inactiveSelectionBackground}}",
|
||||||
"listFilterWidget.noMatchesOutline": "{{variant.scheme.inactiveSelectionBackground}}"
|
"listFilterWidget.noMatchesOutline": "{{variant.scheme.inactiveSelectionBackground}}",
|
||||||
|
|
||||||
|
"tree.indentGuidesStroke": "{{variant.scheme.guides}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue