mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2910 - Fixed missing theme definitions; removed unused theme
definitions; fixed module theme dependencies
This commit is contained in:
parent
1a99e2518d
commit
63d6063fa0
31 changed files with 178 additions and 139 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# visual graph
|
||||
color.bg.visualgraph = color.bg
|
||||
color.bg.visualgraph.satellite = lightgray
|
||||
color.bg.highlight.visualgraph = rgba(255,255,0,155) // somewhat transparent yellow
|
||||
color.bg.visualgraph.message = rgb(138, 185, 241) // jordy blue
|
||||
|
||||
|
@ -10,7 +9,6 @@ color.bg.visualgraph.drop.shadow.dark = black
|
|||
color.bg.visualgraph.drop.shadow.light = gray
|
||||
|
||||
color.bg.visualgraph.satellite.vertex = #018786
|
||||
color.fg.visualgraph.message = color.palette.black
|
||||
|
||||
color.bg.visualgraph.dockingvertex = #03DAC6
|
||||
color.fg.visualgraph.dockingvertex = black
|
||||
|
@ -52,7 +50,6 @@ font.graph.component.message = SansSerif-BOLDITALIC-18
|
|||
|
||||
color.bg.highlight.visualgraph = rgba(120,120,120,155) // light gray with dark bg = dark gray
|
||||
color.bg.visualgraph.message = rgb(65, 146, 242) // dark blue close to jordy blue
|
||||
color.fg.visualgraph.message = color.palette.lightgray
|
||||
|
||||
color.bg.visualgraph.drop.shadow.dark = black
|
||||
color.bg.visualgraph.drop.shadow.light = gray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue