From 55e8e16f1191bfe96d57576a5a812cdcf38b9d84 Mon Sep 17 00:00:00 2001 From: Anil Kumar Soni Date: Fri, 22 May 2020 07:38:46 +0530 Subject: [PATCH] Modifying hover background color Modifying editor.hoverHighlightBackground" Fix for https://github.com/dracula/visual-studio-code/issues/152 https://github.com/dracula/visual-studio-code/issues/154 --- src/dracula.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dracula.yml b/src/dracula.yml index f3effca..39eb771 100644 --- a/src/dracula.yml +++ b/src/dracula.yml @@ -192,7 +192,7 @@ colors: editor.findMatchHighlightBackground: !alpha [ *WHITE, 40 ] # Color of the other search matches editor.findRangeHighlightBackground: *LineHighlight # Color the range limiting the search - editor.hoverHighlightBackground: *BGDarker # Highlight below the word for which a hover is shown + editor.hoverHighlightBackground: !alpha [*CYAN, 50] # Highlight below the word for which a hover is shown editor.lineHighlightBackground: # Background color for the highlight of line at the cursor position editor.lineHighlightBorder: *SELECTION # Background color for the border around the line at the cursor position