From 0b68ffedb6ded3e5e90f39206d57bd1e93065c87 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Thu, 25 Jan 2024 13:14:46 -0500 Subject: Make new tab bar themable. --- binaryninjacore.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index f890c363..9d4294b4 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1914,6 +1914,13 @@ extern "C" ActivePaneBackgroundColor, InactivePaneBackgroundColor, + // Tab colors + TabBarTabActiveColor, + TabBarTabHoverColor, + TabBarTabInactiveColor, + TabBarTabBorderColor, + TabBarTabGlowColor, + // Brace colors BraceOption1Color, BraceOption2Color, -- cgit v1.3.1