From 5e49eeb7c5f9ae7f7f8455682c12dd4c7b1d073d Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Mon, 13 Jun 2022 10:55:00 -0400 Subject: Add graph node shadow, related instruction highlight theme colors --- binaryninjacore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 64b41bde..e9713456 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1661,6 +1661,7 @@ extern "C" GraphNodeDarkColor, GraphNodeLightColor, GraphNodeOutlineColor, + GraphNodeShadowColor, TrueBranchColor, FalseBranchColor, UnconditionalBranchColor, @@ -1676,6 +1677,7 @@ extern "C" StackVariableColor, ImportColor, InstructionHighlightColor, + RelatedInstructionHighlightColor, TokenHighlightColor, TokenSelectionColor, AnnotationColor, -- cgit v1.3.1