diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 3f48736d..1037114d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1654,7 +1654,15 @@ extern "C" FeatureMapFunctionColor, FeatureMapImportColor, FeatureMapExternColor, - FeatureMapLibraryColor + FeatureMapLibraryColor, + + // Sidebar colors + SidebarBackgroundColor, + SidebarInactiveIconColor, + SidebarActiveIconColor, + SidebarHeaderBackgroundColor, + SidebarHeaderTextColor, + SidebarWidgetBackgroundColor }; // The following edge styles map to QT's Qt::PenStyle enumeration |
