Files
ghidra/Ghidra/Features/GraphFunctionCalls/data/functioncallgraph.theme.properties
2023-02-13 18:35:35 -05:00

21 lines
935 B
INI

[Defaults]
color.bg.plugin.fcg.vertex.default = rgb(110, 197, 174) // chill green
color.bg.plugin.fcg.vertex.toobig = color.palette.lightgray
color.bg.plugin.fcg.edge.primary.direct = rgb(143, 197, 143) // light pale green
color.bg.plugin.fcg.edge.primary.direct.selected = rgb(68, 171, 96) // lighter green
color.bg.plugin.fcg.edge.primary.indirect = rgb(233, 233, 233) // lightGray
color.bg.plugin.fcg.edge.primary.indirect.selected = rgb(201, 195, 195)
// the satellite gets too cluttered, so wash out the edges
color.bg.plugin.fcg.edge.satellite.direct = rgba(0,0,0,0.1) // 'washed out black'
color.bg.plugin.fcg.edge.satellite.indirect = rgba(125, 125, 125, 25) // 'washed out gray'
icon.plugin.fcg.layout.bow.tie = color_swatch.png
[Dark Defaults]
color.bg.plugin.fcg.edge.satellite.direct = rgba(143, 197, 143, 100) // light pale green
color.bg.plugin.fcg.edge.satellite.indirect = rgba(233, 233, 233, 100) // lightGray