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,21 +1,18 @@
|
||||
[Defaults]
|
||||
|
||||
color.bg.plugin.fcg.vertex.default = rgb(110, 197, 174) // chill green
|
||||
color.bg.plugin.fcg.vertex.default = MediumAquamarine // TODO
|
||||
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)
|
||||
color.bg.plugin.fcg.edge.primary.direct = darkseagreen // TODO
|
||||
color.bg.plugin.fcg.edge.primary.direct.selected = color.palette.lightgreen
|
||||
color.bg.plugin.fcg.edge.primary.indirect = color.palette.lavender
|
||||
color.bg.plugin.fcg.edge.primary.indirect.selected = color.palette.silver
|
||||
|
||||
// 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'
|
||||
color.bg.plugin.fcg.edge.satellite.direct = color.palette.lightgray
|
||||
color.bg.plugin.fcg.edge.satellite.indirect = color.palette.lightpurple
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user