Skip to content

Commit

Permalink
adjust editor line highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 12, 2023
1 parent 0369d25 commit 54de305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-console/src/scenes/Editor/Monaco/dracula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54de305

Please sign in to comment.