ghidra/Ghidra/Features/Base/data/base.programgraph.theme.properties

57 lines
2.7 KiB
INI

[Defaults]
color.bg.plugin.programgraph.vertex.selection = color.graphdisplay.vertex.selected
color.bg.plugin.programgraph.edge.selection = color.graphdisplay.edge.selected
color.bg.plugin.programgraph.edge.call.callother.override = red
color.bg.plugin.programgraph.edge.call.computed = cyan
color.bg.plugin.programgraph.edge.call.computed.terminator = purple
color.bg.plugin.programgraph.edge.call.conditional.computed = cyan
color.bg.plugin.programgraph.edge.call.conditional = darkorange
color.bg.plugin.programgraph.edge.call.conditional.terminator = purple
color.bg.plugin.programgraph.edge.call.unconditional = darkorange
color.bg.plugin.programgraph.edge.call.unconditional.override = red
color.bg.plugin.programgraph.edge.jump.callother.override = red
color.bg.plugin.programgraph.edge.jump.conitional.computed = cyan
color.bg.plugin.programgraph.edge.jump.computed = cyan
color.bg.plugin.programgraph.edge.jump.conditional = darkgoldenrod
color.bg.plugin.programgraph.edge.jump.terminator = purple
color.bg.plugin.programgraph.edge.jump.unconditional = darkgreen
color.bg.plugin.programgraph.edge.jump.unconditional.override = red
color.bg.plugin.programgraph.edge.default = red
color.bg.plugin.programgraph.edge.conditional.terminator = purple
color.bg.plugin.programgraph.edge.data.unknown = black
color.bg.plugin.programgraph.edge.data.indirect = darkorange
color.bg.plugin.programgraph.edge.entry = gray
color.bg.plugin.programgraph.edge.external.ref = purple
color.bg.plugin.programgraph.edge.fall.through = blue
color.bg.plugin.programgraph.edge.indirection = pink
color.bg.plugin.programgraph.edge.param = cyan
color.bg.plugin.programgraph.edge.read = green
color.bg.plugin.programgraph.edge.read.indirect = darkgreen
color.bg.plugin.programgraph.edge.read.write = darkgoldenrod
color.bg.plugin.programgraph.edge.read.write.indirect = brown
color.bg.plugin.programgraph.edge.terminator = purple
color.bg.plugin.programgraph.edge.thunk = blue
color.bg.plugin.programgraph.edge.write = red
color.bg.plugin.programgraph.edge.write.indirect = color.palette.darkred
color.bg.plugin.programgraph.vertex.default = red
color.bg.plugin.programgraph.vertex.body = blue
color.bg.plugin.programgraph.vertex.entry = darkorange
color.bg.plugin.programgraph.vertex.exit = darkmagenta
color.bg.plugin.programgraph.vertex.external = darkgreen
color.bg.plugin.programgraph.vertex.switch = darkcyan
color.bg.plugin.programgraph.vertex.bad = red
color.bg.plugin.programgraph.vertex.data = pink
color.bg.plugin.programgraph.vertex.entry.nexus = wheat
color.bg.plugin.programgraph.vertex.instruction = blue
color.bg.plugin.programgraph.vertex.stack = green
font.plugin.programgraph = font.graphdisplay.default
[Dark Defaults]