mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-3094 - Theming - Converted most colors to palette colors
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
[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 = rgb(226, 255, 155)
|
||||
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.lightred
|
||||
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 = rgb(255, 127, 127)
|
||||
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 = lime
|
||||
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 = rgb(127, 127, 255)
|
||||
color.bg.plugin.functiongraph.edge.jump.unconditional.highlight = color.palette.cornflowerblue
|
||||
|
||||
color.bg.plugin.functiongraph.paint.icon = rgb(189, 221, 252) // gentle pale blue
|
||||
color.bg.plugin.functiongraph.paint.icon = color.palette.lightcornflowerblue
|
||||
|
||||
|
||||
icon.plugin.functiongraph.layout.experimental = package_development.png
|
||||
@@ -54,12 +53,6 @@ icon.plugin.functiongraph.action.provider = function_graph.png
|
||||
icon.plugin.functiongraph.action.provider.satellite = network-wireless-16.png
|
||||
|
||||
|
||||
|
||||
[Dark Defaults]
|
||||
|
||||
|
||||
color.bg.plugin.functiongraph.vertex.group = rgb(226, 222, 179) // TODO confirm value
|
||||
|
||||
color.bg.plugin.functiongraph.edge.fall.through.highlight = rgb(165, 76, 80)
|
||||
color.bg.plugin.functiongraph.edge.jump.conditional.highlight = rgb(95, 160, 196)
|
||||
color.bg.plugin.functiongraph.edge.jump.unconditional.highlight = rgb(140, 162, 88)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user