diff --git a/src/components/LayoutScript.vue b/src/components/LayoutScript.vue index 851c5e2..b356d31 100644 --- a/src/components/LayoutScript.vue +++ b/src/components/LayoutScript.vue @@ -55,8 +55,12 @@ import SUBSCRIBE_TRACE_IDS from "@/graphql/subscriptions/TraceIds.gql"; const colorsEditor = { ...colors, "editor.lineHighlightBackground": "#8F8F8F20", + "editorLineNumber.activeForeground": "#00796b", + }; + const colorsViewer = { + ...colors, + "editorLineNumber.activeForeground": "#9E9E9E", }; - const colorsViewer = { ...colors }; monaco.editor.defineTheme("nextline", { base: "vs",