From 4f70e18cc76d34bc205bc4e11c9ab1f92123e074 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 25 May 2019 16:33:54 +0200 Subject: [PATCH] fix: Improve find highlight --- 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 c62ca0b..c592d51 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -692,6 +692,9 @@ "editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50", "editor.selectionBackground": "{{variant.scheme.selection}}", "editor.selectionHighlightBackground": "{{variant.scheme.caret}}20", + "editor.findMatchBackground": "{{variant.scheme.base.pink}}", + "editorOverviewRuler.findMatchForeground": "{{variant.scheme.base.pink}}60", + "editor.findMatchHighlightBackground": "{{variant.scheme.base.pink}}60", "editorOverviewRuler.border": "{{variant.scheme.background}}", "editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40", "editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",