diff --git a/src/ScriptEditor/ui/themes.ts b/src/ScriptEditor/ui/themes.ts index 0ed7b9d6f..bc99bbada 100644 --- a/src/ScriptEditor/ui/themes.ts +++ b/src/ScriptEditor/ui/themes.ts @@ -97,6 +97,10 @@ export function makeTheme(theme: IScriptEditorTheme): any { token: "entity", foreground: theme.syntax.entity }, + { + token: "type", + foreground: theme.syntax.tag + }, { token: "tag", foreground: theme.syntax.tag