ghidra/Ghidra/Features/FunctionGraph/data/functiongraph.theme.properties
2023-04-21 16:29:23 -04:00

58 lines
3 KiB
INI

[Defaults]
color.bg.plugin.functiongraph = color.bg
color.fg.plugin.functiongraph.label.picked = color.fg
color.fg.plugin.functiongraph.label.non.picked = color.fg.disabled
color.bg.plugin.functiongraph.vertex.group = color.palette.greenyellow
color.bg.plugin.functiongraph.vertex.entry = color.palette.lightgreen
color.bg.plugin.functiongraph.vertex.exit = color.palette.lightcoral
color.bg.plugin.functiongraph.vertex.picked = color.palette.yellow
color.bg.plugin.functiongraph.edge.fall.through = color.flowtype.fall.through
color.bg.plugin.functiongraph.edge.fall.through.highlight = color.palette.lightcoral
color.bg.plugin.functiongraph.edge.jump.conditional = color.flowtype.jump.conditional
color.bg.plugin.functiongraph.edge.jump.conditional.highlight = color.palette.lime
color.bg.plugin.functiongraph.edge.jump.unconditional = color.flowtype.jump.unconditional
color.bg.plugin.functiongraph.edge.jump.unconditional.highlight = color.palette.cornflowerblue
color.bg.plugin.functiongraph.paint.icon = color.palette.lightcornflowerblue
icon.plugin.functiongraph.layout.experimental = package_development.png
icon.plugin.functiongraph.action.vertex.xrefs = brick_link.png
icon.plugin.functiongraph.action.vertex.maximize = fullscreen_view.png
icon.plugin.functiongraph.action.vertex.minimize = graph_view.png
icon.plugin.functiongraph.action.vertex.group = shape_handles.png
icon.plugin.functiongraph.action.vertex.group.add = shape_square_add.png
icon.plugin.functiongraph.action.vertex.regroup = edit-redo.png
icon.plugin.functiongraph.action.vertex.ungroup = shape_ungroup.png
icon.plugin.functiongraph.action.vertex.choose.color = paintbrush.png
icon.plugin.functiongraph.action.vertex.choose.color.palette = palette.png
icon.plugin.functiongraph.action.vertex.edit.label = id.png
icon.plugin.functiongraph.action.vertex.full.screen = fullscreen_view.png
icon.plugin.functiongraph.action.vertex.edit.format = field.header.png
icon.plugin.functiongraph.action.viewer.clone = icon.provider.clone
icon.plugin.functiongraph.action.viewer.layout = preferences-system.png
icon.plugin.functiongraph.action.viewer.vertex.hover.paths.to.vertex = fgin.png
icon.plugin.functiongraph.action.viewer.vertex.hover.paths.from.vertex = fgout.png
icon.plugin.functiongraph.action.viewer.vertex.hover.paths.from.to.vertex = fginout.png
icon.plugin.functiongraph.action.viewer.vertex.hover.paths.all = fgpaths.png
icon.plugin.functiongraph.action.viewer.vertex.hover.cycles = fgloop.png
icon.plugin.functiongraph.action.viewer.vertex.hover.cycles.all = fgloopall.png
icon.plugin.functiongraph.action.viewer.vertex.hover.scoped.flow.forward = fgblock.png
icon.plugin.functiongraph.action.viewer.vertex.hover.scoped.flow.reverse = fgrevblock.png
icon.plugin.functiongraph.action.viewer.vertex.hover.off = hoverOff.gif
icon.plugin.functiongraph.action.viewer.home = house.png
icon.plugin.functiongraph.action.viewer.reset = icon.refresh
icon.plugin.functiongraph.action.provider = function_graph.png
icon.plugin.functiongraph.action.provider.satellite = network-wireless-16.png
[Dark Defaults]