parent
0a66c2c06a
commit
228a44c293
2 changed files with 5 additions and 1 deletions
|
@ -97,6 +97,10 @@
|
||||||
"editor.findMatchBorder": {
|
"editor.findMatchBorder": {
|
||||||
"alpha": 100,
|
"alpha": 100,
|
||||||
"value": null
|
"value": null
|
||||||
|
},
|
||||||
|
"selection.background": {
|
||||||
|
"alpha": 40,
|
||||||
|
"value": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
|
|
|
@ -678,7 +678,7 @@
|
||||||
"editorRuler.foreground": "{{variant.scheme.guides}}",
|
"editorRuler.foreground": "{{variant.scheme.guides}}",
|
||||||
"scrollbar.shadow": "{{variant.scheme.background}}00",
|
"scrollbar.shadow": "{{variant.scheme.background}}00",
|
||||||
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||||
"selection.background": "{{variant.scheme.foreground}}",
|
"selection.background": "{{commons.accents.Teal}}",
|
||||||
"progressBar.background": "{{commons.accents.Teal}}",
|
"progressBar.background": "{{commons.accents.Teal}}",
|
||||||
"textLink.foreground": "{{commons.accents.Teal}}",
|
"textLink.foreground": "{{commons.accents.Teal}}",
|
||||||
"textLink.activeForeground": "{{variant.scheme.foreground}}",
|
"textLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||||
|
|
Loading…
Reference in a new issue