diff options
| -rw-r--r-- | binaryninjacore.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 204390ec..0dbec72e 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1921,6 +1921,12 @@ extern "C" TabBarTabBorderColor, TabBarTabGlowColor, + // Status colors + StatusBarServerConnectedColor, + StatusBarServerDisconnectedColor, + StatusBarServerWarningColor, + StatusBarProjectColor, + // Brace colors BraceOption1Color, BraceOption2Color, |
