mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
29 lines
No EOL
1.2 KiB
INI
29 lines
No EOL
1.2 KiB
INI
[Defaults]
|
|
|
|
color.bg.fcg.vertex.default = rgb(110, 197, 174) // chill green
|
|
color.bg.fcg.vertex.toobig = color.palette.lightgray
|
|
|
|
color.bg.fcg.edge.primary.direct = rgb(143, 197, 143) // light pale green
|
|
color.bg.fcg.edge.primary.direct.selected = rgb(68, 171, 96) // lighter green
|
|
color.bg.fcg.edge.primary.indirect = rgb(233, 233, 233) // lightGray
|
|
color.bg.fcg.edge.primary.indirect.selected = rgb(201, 195, 195)
|
|
|
|
// the satellite gets too cluttered, so wash out the edges
|
|
color.bg.fcg.edge.satellite.direct = rgba(0,0,0,0.1) // 'washed out black'
|
|
color.bg.fcg.edge.satellite.indirect = rgba(125, 125, 125, 25) // 'washed out gray'
|
|
|
|
icon.fcg.layout.bow.tie = color_swatch.png
|
|
|
|
|
|
[Dark Defaults]
|
|
|
|
// TODO dark colors
|
|
// TODO color.bg.fcg.vertex.default = rgb(110, 197, 174) // chill green
|
|
// TODO color.bg.fcg.vertex.toobig = color.palette.lightGray
|
|
|
|
// TODO color.bg.fcg.edge.primary.direct = rgb(143, 197, 143) // lightGreen
|
|
// TODO color.bg.fcg.edge.primary.indirect = rgb(233, 233, 233) // lightGray
|
|
|
|
// the satellite gets too cluttered, so wash out the edges
|
|
// TODO color.bg.fcg.edge.satellite.direct = rgba(0,0,0,0.1) // 'washed out black'
|
|
// TODO color.bg.fcg.edge.satellite.indirect = rgba(125, 125, 125, 25) // 'washed out gray' |