feature: Add support to Spell Right extension indicators

Close #325
This commit is contained in:
Mattia Astorino 2019-03-17 19:24:48 +01:00
parent 5f7a76d570
commit 23cf371b87
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -694,6 +694,9 @@
"editor.selectionBackground": "{{variant.scheme.selection}}",
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
"editorOverviewRuler.border": "{{variant.scheme.background}}",
"editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40",
"editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",
"editorOverviewRuler.warningForeground": "{{variant.scheme.base.yellow}}40",
"editorHoverWidget.background": "{{variant.scheme.background}}",
"editorHoverWidget.border": "{{variant.scheme.inputBorder}}",
"editorIndentGuide.background": "{{variant.scheme.guides}}70",