From 1f9414fd0e5d9051493d6669655276bd0fc71d26 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Thu, 10 Mar 2022 23:11:09 -0600 Subject: [PATCH] Resolve conflict --- src/ScriptEditor/ui/themes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ScriptEditor/ui/themes.ts b/src/ScriptEditor/ui/themes.ts index d9f35d100..f1eceed3b 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",