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