From 73c6955b4572346cc10f43a459949fe646efbde0 Mon Sep 17 00:00:00 2001 From: David Schaller Date: Thu, 13 Jun 2024 17:32:14 +0200 Subject: [PATCH] vscode: fixed search match opacity (#427) --- modules/vscode/template.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}}",