From 23cf371b8752b91c379a49b002a21a7614e6951e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 17 Mar 2019 19:24:48 +0100 Subject: [PATCH] feature: Add support to Spell Right extension indicators Close #325 --- src/themes/theme-template-color-theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 3781050..bc5f5d8 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -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",