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",