diff options
| -rw-r--r-- | binaryninjacore.h | 7 |
1 files changed, 7 insertions, 0 deletions
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, |
