binaryninja::flowgraph

Type Alias ThemeColor

source
pub type ThemeColor = BNThemeColor;

Aliased Type§

enum ThemeColor {
Show 127 variants AddressColor = 0, ModifiedColor = 1, InsertedColor = 2, NotPresentColor = 3, SelectionColor = 4, OutlineColor = 5, BackgroundHighlightDarkColor = 6, BackgroundHighlightLightColor = 7, BoldBackgroundHighlightDarkColor = 8, BoldBackgroundHighlightLightColor = 9, AlphanumericHighlightColor = 10, PrintableHighlightColor = 11, GraphBackgroundDarkColor = 12, GraphBackgroundLightColor = 13, GraphNodeDarkColor = 14, GraphNodeLightColor = 15, GraphNodeOutlineColor = 16, GraphNodeShadowColor = 17, GraphEntryNodeIndicatorColor = 18, GraphExitNodeIndicatorColor = 19, GraphExitNoreturnNodeIndicatorColor = 20, TrueBranchColor = 21, FalseBranchColor = 22, UnconditionalBranchColor = 23, AltTrueBranchColor = 24, AltFalseBranchColor = 25, AltUnconditionalBranchColor = 26, InstructionColor = 27, RegisterColor = 28, NumberColor = 29, CodeSymbolColor = 30, DataSymbolColor = 31, LocalVariableColor = 32, StackVariableColor = 33, ImportColor = 34, ExportColor = 35, InstructionHighlightColor = 36, RelatedInstructionHighlightColor = 37, TokenHighlightColor = 38, TokenSelectionColor = 39, AnnotationColor = 40, OpcodeColor = 41, LinearDisassemblyFunctionHeaderColor = 42, LinearDisassemblyBlockColor = 43, LinearDisassemblyNoteColor = 44, LinearDisassemblySeparatorColor = 45, LinearDisassemblyCodeFoldColor = 46, StringColor = 47, TypeNameColor = 48, FieldNameColor = 49, KeywordColor = 50, UncertainColor = 51, NameSpaceColor = 52, NameSpaceSeparatorColor = 53, GotoLabelColor = 54, CommentColor = 55, OperationColor = 56, BaseStructureNameColor = 57, IndentationLineColor = 58, IndentationLineHighlightColor = 59, ScriptConsoleOutputColor = 60, ScriptConsoleWarningColor = 61, ScriptConsoleErrorColor = 62, ScriptConsoleEchoColor = 63, BlueStandardHighlightColor = 64, GreenStandardHighlightColor = 65, CyanStandardHighlightColor = 66, RedStandardHighlightColor = 67, MagentaStandardHighlightColor = 68, YellowStandardHighlightColor = 69, OrangeStandardHighlightColor = 70, WhiteStandardHighlightColor = 71, BlackStandardHighlightColor = 72, MiniGraphOverlayColor = 73, FeatureMapBaseColor = 74, FeatureMapNavLineColor = 75, FeatureMapNavHighlightColor = 76, FeatureMapDataVariableColor = 77, FeatureMapAsciiStringColor = 78, FeatureMapUnicodeStringColor = 79, FeatureMapFunctionColor = 80, FeatureMapImportColor = 81, FeatureMapExternColor = 82, FeatureMapLibraryColor = 83, SidebarBackgroundColor = 84, SidebarInactiveIconColor = 85, SidebarHoverIconColor = 86, SidebarActiveIconColor = 87, SidebarFocusedIconColor = 88, SidebarHoverBackgroundColor = 89, SidebarActiveBackgroundColor = 90, SidebarFocusedBackgroundColor = 91, SidebarActiveIndicatorLineColor = 92, SidebarHeaderBackgroundColor = 93, SidebarHeaderTextColor = 94, SidebarWidgetBackgroundColor = 95, ActivePaneBackgroundColor = 96, InactivePaneBackgroundColor = 97, FocusedPaneBackgroundColor = 98, TabBarTabActiveColor = 99, TabBarTabHoverColor = 100, TabBarTabInactiveColor = 101, TabBarTabBorderColor = 102, TabBarTabGlowColor = 103, StatusBarServerConnectedColor = 104, StatusBarServerDisconnectedColor = 105, StatusBarServerWarningColor = 106, StatusBarProjectColor = 107, BraceOption1Color = 108, BraceOption2Color = 109, BraceOption3Color = 110, BraceOption4Color = 111, BraceOption5Color = 112, BraceOption6Color = 113, VoidTypeColor = 114, StructureTypeColor = 115, EnumerationTypeColor = 116, FunctionTypeColor = 117, BoolTypeColor = 118, IntegerTypeColor = 119, FloatTypeColor = 120, PointerTypeColor = 121, ArrayTypeColor = 122, VarArgsTypeColor = 123, ValueTypeColor = 124, NamedTypeReferenceColor = 125, WideCharTypeColor = 126,
}

Variants§

§

AddressColor = 0

Hex dump colors

§

ModifiedColor = 1

Hex dump colors

§

InsertedColor = 2

Hex dump colors

§

NotPresentColor = 3

Hex dump colors

§

SelectionColor = 4

Hex dump colors

§

OutlineColor = 5

Hex dump colors

§

BackgroundHighlightDarkColor = 6

Hex dump colors

§

BackgroundHighlightLightColor = 7

Hex dump colors

§

BoldBackgroundHighlightDarkColor = 8

Hex dump colors

§

BoldBackgroundHighlightLightColor = 9

Hex dump colors

§

AlphanumericHighlightColor = 10

Hex dump colors

§

PrintableHighlightColor = 11

Hex dump colors

§

GraphBackgroundDarkColor = 12

Graph colors

§

GraphBackgroundLightColor = 13

Graph colors

§

GraphNodeDarkColor = 14

Graph colors

§

GraphNodeLightColor = 15

Graph colors

§

GraphNodeOutlineColor = 16

Graph colors

§

GraphNodeShadowColor = 17

Graph colors

§

GraphEntryNodeIndicatorColor = 18

Graph colors

§

GraphExitNodeIndicatorColor = 19

Graph colors

§

GraphExitNoreturnNodeIndicatorColor = 20

Graph colors

§

TrueBranchColor = 21

Graph colors

§

FalseBranchColor = 22

Graph colors

§

UnconditionalBranchColor = 23

Graph colors

§

AltTrueBranchColor = 24

Graph colors

§

AltFalseBranchColor = 25

Graph colors

§

AltUnconditionalBranchColor = 26

Graph colors

§

InstructionColor = 27

Disassembly colors

§

RegisterColor = 28

Disassembly colors

§

NumberColor = 29

Disassembly colors

§

CodeSymbolColor = 30

Disassembly colors

§

DataSymbolColor = 31

Disassembly colors

§

LocalVariableColor = 32

Disassembly colors

§

StackVariableColor = 33

Disassembly colors

§

ImportColor = 34

Disassembly colors

§

ExportColor = 35

Disassembly colors

§

InstructionHighlightColor = 36

Disassembly colors

§

RelatedInstructionHighlightColor = 37

Disassembly colors

§

TokenHighlightColor = 38

Disassembly colors

§

TokenSelectionColor = 39

Disassembly colors

§

AnnotationColor = 40

Disassembly colors

§

OpcodeColor = 41

Disassembly colors

§

LinearDisassemblyFunctionHeaderColor = 42

Disassembly colors

§

LinearDisassemblyBlockColor = 43

Disassembly colors

§

LinearDisassemblyNoteColor = 44

Disassembly colors

§

LinearDisassemblySeparatorColor = 45

Disassembly colors

§

LinearDisassemblyCodeFoldColor = 46

Disassembly colors

§

StringColor = 47

Disassembly colors

§

TypeNameColor = 48

Disassembly colors

§

FieldNameColor = 49

Disassembly colors

§

KeywordColor = 50

Disassembly colors

§

UncertainColor = 51

Disassembly colors

§

NameSpaceColor = 52

Disassembly colors

§

NameSpaceSeparatorColor = 53

Disassembly colors

§

GotoLabelColor = 54

Disassembly colors

§

CommentColor = 55

Disassembly colors

§

OperationColor = 56

Disassembly colors

§

BaseStructureNameColor = 57

Disassembly colors

§

IndentationLineColor = 58

Disassembly colors

§

IndentationLineHighlightColor = 59

Disassembly colors

§

ScriptConsoleOutputColor = 60

Script console colors

§

ScriptConsoleWarningColor = 61

Script console colors

§

ScriptConsoleErrorColor = 62

Script console colors

§

ScriptConsoleEchoColor = 63

Script console colors

§

BlueStandardHighlightColor = 64

Highlighting colors

§

GreenStandardHighlightColor = 65

Highlighting colors

§

CyanStandardHighlightColor = 66

Highlighting colors

§

RedStandardHighlightColor = 67

Highlighting colors

§

MagentaStandardHighlightColor = 68

Highlighting colors

§

YellowStandardHighlightColor = 69

Highlighting colors

§

OrangeStandardHighlightColor = 70

Highlighting colors

§

WhiteStandardHighlightColor = 71

Highlighting colors

§

BlackStandardHighlightColor = 72

Highlighting colors

§

MiniGraphOverlayColor = 73

MiniGraph

§

FeatureMapBaseColor = 74

FeatureMap

§

FeatureMapNavLineColor = 75

FeatureMap

§

FeatureMapNavHighlightColor = 76

FeatureMap

§

FeatureMapDataVariableColor = 77

FeatureMap

§

FeatureMapAsciiStringColor = 78

FeatureMap

§

FeatureMapUnicodeStringColor = 79

FeatureMap

§

FeatureMapFunctionColor = 80

FeatureMap

§

FeatureMapImportColor = 81

FeatureMap

§

FeatureMapExternColor = 82

FeatureMap

§

FeatureMapLibraryColor = 83

FeatureMap

§

SidebarBackgroundColor = 84

Sidebar colors

§

SidebarInactiveIconColor = 85

Sidebar colors

§

SidebarHoverIconColor = 86

Sidebar colors

§

SidebarActiveIconColor = 87

Sidebar colors

§

SidebarFocusedIconColor = 88

Sidebar colors

§

SidebarHoverBackgroundColor = 89

Sidebar colors

§

SidebarActiveBackgroundColor = 90

Sidebar colors

§

SidebarFocusedBackgroundColor = 91

Sidebar colors

§

SidebarActiveIndicatorLineColor = 92

Sidebar colors

§

SidebarHeaderBackgroundColor = 93

Deprecated, has no effect (paints as QPalette::Window)

§

SidebarHeaderTextColor = 94

§

SidebarWidgetBackgroundColor = 95

§

ActivePaneBackgroundColor = 96

Pane colors

§

InactivePaneBackgroundColor = 97

Pane colors

§

FocusedPaneBackgroundColor = 98

Pane colors

§

TabBarTabActiveColor = 99

Tab colors

§

TabBarTabHoverColor = 100

Tab colors

§

TabBarTabInactiveColor = 101

Tab colors

§

TabBarTabBorderColor = 102

Tab colors

§

TabBarTabGlowColor = 103

Tab colors

§

StatusBarServerConnectedColor = 104

Status colors

§

StatusBarServerDisconnectedColor = 105

Status colors

§

StatusBarServerWarningColor = 106

Status colors

§

StatusBarProjectColor = 107

Status colors

§

BraceOption1Color = 108

Brace colors

§

BraceOption2Color = 109

Brace colors

§

BraceOption3Color = 110

Brace colors

§

BraceOption4Color = 111

Brace colors

§

BraceOption5Color = 112

Brace colors

§

BraceOption6Color = 113

Brace colors

§

VoidTypeColor = 114

Type class colors

§

StructureTypeColor = 115

Type class colors

§

EnumerationTypeColor = 116

Type class colors

§

FunctionTypeColor = 117

Type class colors

§

BoolTypeColor = 118

Type class colors

§

IntegerTypeColor = 119

Type class colors

§

FloatTypeColor = 120

Type class colors

§

PointerTypeColor = 121

Type class colors

§

ArrayTypeColor = 122

Type class colors

§

VarArgsTypeColor = 123

Type class colors

§

ValueTypeColor = 124

Type class colors

§

NamedTypeReferenceColor = 125

Type class colors

§

WideCharTypeColor = 126

Type class colors