Skip to content

Commit

Permalink
update monaco editor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Apr 15, 2022
1 parent 777e059 commit e5bdc26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/LayoutScript.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5bdc26

Please sign in to comment.