From 750df3e2ff6e0aef6e71a3e2fed48db683eb9e55 Mon Sep 17 00:00:00 2001 From: Mustafa Suleiman <109823798+Mustafa-Suleiman@users.noreply.github.com> Date: Sun, 27 Nov 2022 02:06:34 +0200 Subject: [PATCH] change the JSX Open/Closing Tag Background Color When you click on the open tag in JSX you should see a highlighted background of the closing and opening Tags but It is barely visible. You could only see a good contrast background if you double-click on the tag name, so I changed the color for the single press (editor.wordHighlightBackground) to be more visible. --- themes/synthwave-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/synthwave-color-theme.json b/themes/synthwave-color-theme.json index a52a908..6fca841 100644 --- a/themes/synthwave-color-theme.json +++ b/themes/synthwave-color-theme.json @@ -61,7 +61,7 @@ "editorCursor.foreground": "#f97e72", "editor.selectionBackground": "#ffffff20", "editor.selectionHighlightBackground": "#ffffff20", - "editor.wordHighlightBackground": "#34294f88", + "editor.wordHighlightBackground": "#493a6e88", "editor.wordHighlightStrongBackground": "#34294f88", "editor.findMatchBackground": "#D18616bb", "editor.findMatchHighlightBackground": "#D1861655",