summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-08-26 14:51:35 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2025-08-29 15:42:09 -0400
commitd97658070d579044ac658d5a4acf389b58e82e4c (patch)
tree5a4d5eabe3d29bdc65c455ccf21a10e313023263 /binaryninjacore.h
parent112b1ed7e58e8cb14ecba18bba74fc3bde372431 (diff)
Added additional theming for sidebar icons
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,