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