diff --git a/src/ScriptEditor/ui/themes.ts b/src/ScriptEditor/ui/themes.ts index 864aa4f18..3e8300997 100644 --- a/src/ScriptEditor/ui/themes.ts +++ b/src/ScriptEditor/ui/themes.ts @@ -77,12 +77,12 @@ export async function loadThemes(monaco: { editor: any }): Promise { token: "comment", }, { - foreground: "2aa198", + foreground: "00afaf", token: "string", }, { token: "number", - foreground: "2aa198", + foreground: "00afaf", }, { token: "otherkeyvars", @@ -116,6 +116,14 @@ export async function loadThemes(monaco: { editor: any }): Promise { token: "type.identifier.js", foreground: "b58900", }, + { + token: "delimiter.square.js", + foreground: "0087ff", + }, + { + token: "delimiter.bracket.js", + foreground: "0087ff", + }, { token: "this", foreground: "cb4b16", @@ -186,6 +194,14 @@ export async function loadThemes(monaco: { editor: any }): Promise { token: "type.identifier.js", foreground: "b58900", }, + { + token: "delimiter.square.js", + foreground: "0087ff", + }, + { + token: "delimiter.bracket.js", + foreground: "0087ff", + }, { token: "this", foreground: "cb4b16",