diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-01-30 01:13:47 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-01-30 01:13:47 -0500 |
| commit | 2ac4b967b4e31757b1f447738b1111561117b871 (patch) | |
| tree | 0c27567bbb2fcef59e4c35d16bfdc1eb4d77a182 | |
| parent | 9971495562746036832938073515574611535345 (diff) | |
Make status bar buttons themeable.
| -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, |
