diff --git a/src/ScriptEditor/ui/themes.ts b/src/ScriptEditor/ui/themes.ts index 6736bbf97..adc136e63 100644 --- a/src/ScriptEditor/ui/themes.ts +++ b/src/ScriptEditor/ui/themes.ts @@ -474,6 +474,7 @@ export async function loadThemes(monaco: { editor: any }): Promise { foreground: "FFB86C", fontStyle: "italic", }, + { token: "netscriptfunction", foreground: "FF79C6",