summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index e278b446..2723ceae 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2156,7 +2156,13 @@ extern "C"
// Sidebar colors
SidebarBackgroundColor,
SidebarInactiveIconColor,
+ SidebarHoverIconColor,
SidebarActiveIconColor,
+ SidebarFocusedIconColor,
+ SidebarHoverBackgroundColor,
+ SidebarActiveBackgroundColor,
+ SidebarFocusedBackgroundColor,
+ SidebarActiveIndicatorLineColor,
SidebarHeaderBackgroundColor, // Deprecated, has no effect (paints as QPalette::Window)
SidebarHeaderTextColor,
SidebarWidgetBackgroundColor,