fix: Fix inputs selection background

Close #362
This commit is contained in:
Mattia Astorino 2019-06-27 16:59:59 +02:00
parent 0a66c2c06a
commit 228a44c293
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
2 changed files with 5 additions and 1 deletions

View file

@ -97,6 +97,10 @@
"editor.findMatchBorder": {
"alpha": 100,
"value": null
},
"selection.background": {
"alpha": 40,
"value": null
}
},
"changelog": {

View file

@ -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}}",