diff --git a/modules/vscode/template.mustache b/modules/vscode/template.mustache index d10b7b26..c08f0f17 100644 --- a/modules/vscode/template.mustache +++ b/modules/vscode/template.mustache @@ -196,14 +196,14 @@ "editor.wordHighlightStrongBorder": null, "editor.wordHighlightTextBackground": null, "editor.wordHighlightTextBorder": null, - "editor.findMatchBackground": "#{{base0A-hex}}", - "editor.findMatchHighlightBackground": "#{{base09-hex}}", + "editor.findMatchBackground": "#{{base0A-hex}}18", + "editor.findMatchHighlightBackground": "#{{base0A-hex}}66", "editor.findRangeHighlightBackground": "#{{base01-hex}}", - "editor.findMatchBorder": null, + "editor.findMatchBorder": "#{{base0A-hex}}", "editor.findMatchHighlightBorder": null, "editor.findRangeHighlightBorder": null, "search.resultsInfoForeground": null, - "searchEditor.findMatchBackground": "#{{base0A-hex}}", + "searchEditor.findMatchBackground": "#{{base0A-hex}}99", "searchEditor.findMatchBorder": null, "searchEditor.textInputBorder": null, "editor.hoverHighlightBackground": "#{{base02-hex}}",