mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 10:00:13 +08:00
GP-1981 - Theming - Base module color conversion
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
color.bg.functiongraph = color.bg
|
||||
|
||||
color.fg.label.picked = color.fg
|
||||
color.fg.label.non-picked = color.fg.disabled
|
||||
color.fg.label.non.picked = color.fg.disabled
|
||||
|
||||
color.bg.functiongraph.vertex.group = rgb(226, 255, 155)
|
||||
color.bg.functiongraph.vertex.entry = color.palette.lightgreen
|
||||
color.bg.functiongraph.vertex.exit = color.palette.lightred
|
||||
color.bg.functiongraph.vertex.picked = color.palette.yellow
|
||||
|
||||
color.bg.functiongraph.edge.fall-through = color.flowtype.fall-through
|
||||
color.bg.functiongraph.edge.fall-through.highlight = rgb(255, 127, 127)
|
||||
color.bg.functiongraph.edge.fall.through = color.flowtype.fall.through
|
||||
color.bg.functiongraph.edge.fall.through.highlight = rgb(255, 127, 127)
|
||||
color.bg.functiongraph.edge.jump.conditional = color.flowtype.jump.conditional
|
||||
color.bg.functiongraph.edge.jump.conditional.highlight = lime
|
||||
color.bg.functiongraph.edge.jump.unconditional = color.flowtype.jump.unconditional
|
||||
@@ -27,15 +27,15 @@ color.bg.functiongraph.paint.icon = rgb(189, 221, 252) // gentle pale blue
|
||||
// color.bg.functiongraph = color.bg
|
||||
|
||||
// color.fg.label.picked = color.fg
|
||||
// color.fg.label.non-picked = color.fg.disabled
|
||||
// color.fg.label.non.picked = color.fg.disabled
|
||||
|
||||
color.bg.functiongraph.vertex.group = rgb(226, 222, 179) // TODO confirm value
|
||||
// color.bg.functiongraph.vertex.entry = color.palette.lightgreen
|
||||
// color.bg.functiongraph.vertex.exit = color.palette.lightred
|
||||
// color.bg.functiongraph.vertex.picked = color.palette.yellow
|
||||
|
||||
// color.bg.functiongraph.edge.fall-through = color.flowtype.fall-through
|
||||
color.bg.functiongraph.edge.fall-through.highlight = rgb(165, 76, 80)
|
||||
// color.bg.functiongraph.edge.fall.through = color.flowtype.fall.through
|
||||
color.bg.functiongraph.edge.fall.through.highlight = rgb(165, 76, 80)
|
||||
// color.bg.functiongraph.edge.jump.conditional = color.flowtype.jump.conditional
|
||||
color.bg.functiongraph.edge.jump.conditional.highlight = rgb(95, 160, 196)
|
||||
// color.bg.functiongraph.edge.jump.unconditional = color.flowtype.jump.unconditional
|
||||
|
||||
Reference in New Issue
Block a user