summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-02-13 01:43:22 -0500
committerAlexander Taylor <alex@vector35.com>2025-02-26 07:42:39 -0500
commitce8cdfc3fc0d51ae0e16369a65be3daf4a7badcf (patch)
treed982fc41cc16b3411981d3c1bb479d5634b49b7a
parentfcfa70c7b00bb5ec2b52eac96cc6d1bc98b6dfe8 (diff)
Add theme color for code fold icons.
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index aeefea09..a613eff3 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2018,6 +2018,7 @@ extern "C"
LinearDisassemblyBlockColor,
LinearDisassemblyNoteColor,
LinearDisassemblySeparatorColor,
+ LinearDisassemblyCodeFoldColor,
StringColor,
TypeNameColor,
FieldNameColor,