From 2e7f5fb70733bae1647143778507cb00314c8e13 Mon Sep 17 00:00:00 2001 From: Andrey Korotkov aka DRON Date: Sat, 9 Nov 2019 11:21:34 +0300 Subject: [PATCH] 50% transparency added for `wordHighlightBackground` This fixes https://github.com/ayu-theme/vscode-ayu/issues/65 --- ayu-light.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayu-light.json b/ayu-light.json index 3f20d8b1..3310ec36 100644 --- a/ayu-light.json +++ b/ayu-light.json @@ -76,7 +76,7 @@ "editor.inactiveSelectionBackground": "#eff3f6", "editor.selectionHighlightBackground": "#eff3f6", "editor.selectionHighlightBorder": "#dee8f1", - "editor.wordHighlightBackground": "#eff3f6", + "editor.wordHighlightBackground": "#eff3f67f", "editor.wordHighlightStrongBackground": "#ff994033", "editor.findMatchBackground": "#ff99400d", "editor.findMatchBorder": "#ff9940", @@ -753,4 +753,4 @@ } } ] -} \ No newline at end of file +}