From 54de30539fac1405fde1d3de3ccc307debbdd289 Mon Sep 17 00:00:00 2001 From: Maciej Bodek Date: Thu, 12 Oct 2023 13:37:35 +0200 Subject: [PATCH] adjust editor line highlight --- packages/web-console/src/scenes/Editor/Monaco/dracula.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web-console/src/scenes/Editor/Monaco/dracula.ts b/packages/web-console/src/scenes/Editor/Monaco/dracula.ts index d377c39f6..0b9082cb3 100644 --- a/packages/web-console/src/scenes/Editor/Monaco/dracula.ts +++ b/packages/web-console/src/scenes/Editor/Monaco/dracula.ts @@ -260,8 +260,8 @@ const Dracula: editor.IStandaloneThemeData = { "editor.foldBackground": "#21222c", "editor.foreground": "#f8f8f2", "editor.hoverHighlightBackground": "#8be9fd50", - "editor.lineHighlightBorder": "#44475a", - "editor.lineHighlightBackground": "#44475a", + "editor.lineHighlightBorder": "#383b4b", + "editor.lineHighlightBackground": "#383b4b", "editor.rangeHighlightBackground": "#bd93f915", "editor.selectionBackground": "#44475a", "editor.selectionHighlightBackground": "#424450",