GP-3094 - Theming - Converted most colors to palette colors

This commit is contained in:
dragonmacher
2023-04-14 16:49:39 -04:00
parent 318d5e01f0
commit 4f1d3c8053
72 changed files with 1149 additions and 983 deletions

View File

@@ -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)