diff --git a/src/editors/MarkdownEditor.tsx b/src/editors/MarkdownEditor.tsx index ac0baf99..e600f552 100644 --- a/src/editors/MarkdownEditor.tsx +++ b/src/editors/MarkdownEditor.tsx @@ -32,7 +32,9 @@ export default function MarkdownEditor({ colors: { "editor.background": backgroundColor, "editor.foreground": textColor, - "editor.lineHighlightBorder": "#EDE8DC", + "editor.lineHighlightBorder": "#c5b58e60", + "editor.wordHighlightTextBackground": "#88888860", + "editor.selectionBackground": "#4A85BF80", }, }); }; @@ -59,6 +61,16 @@ export default function MarkdownEditor({ ); return ( + <> + +