diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-01-25 13:14:46 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-01-25 13:14:46 -0500 |
| commit | 0b68ffedb6ded3e5e90f39206d57bd1e93065c87 (patch) | |
| tree | 0c5e986b4d29dbac1b64a44c8b23376f228a4e81 | |
| parent | d47976b82faf8b3ce135b5f15cb578898822d79e (diff) | |
Make new tab bar themable.
| -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, |
