From 38563222ee1c4ae4b5e9287277f04ec3cb4bd896 Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Tue, 8 Jun 2021 09:18:11 -0400 Subject: Theme: Added `ScriptConsoleWarningColor` --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 9d9f3a35..826d94cd 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1610,6 +1610,7 @@ extern "C" // Script console colors ScriptConsoleOutputColor, + ScriptConsoleWarningColor, ScriptConsoleErrorColor, ScriptConsoleEchoColor, -- cgit v1.3.1