From 2ac4b967b4e31757b1f447738b1111561117b871 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 30 Jan 2024 01:13:47 -0500 Subject: Make status bar buttons themeable. --- binaryninjacore.h | 6 ++++++ 1 file changed, 6 insertions(+) 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, -- cgit v1.3.1