mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -36,7 +36,7 @@ public class MemoryBox {
|
|||
protected long stopAddr = -1;
|
||||
protected long startTime;
|
||||
protected long stopTime = -1;
|
||||
protected Color color = new GColor("color.bg.debugger.memview.box");
|
||||
protected Color color = new GColor("color.debugger.plugin.memview.box");
|
||||
|
||||
protected int pixAstart;
|
||||
protected int pixAend;
|
||||
|
|
|
@ -544,7 +544,7 @@ public class DebuggerPcodeStepperProvider extends ComponentProviderAdapter {
|
|||
private Color unimplColor = new GColor("color.fg.listing.mnemonic.unimplemented");
|
||||
private Color separatorColor = new GColor("color.fg.listing.separator");
|
||||
private Color lineLabelColor = new GColor("color.fg.listing.pcode.label");
|
||||
private Color spaceColor = new GColor("color.fg.listing.pcode.space");
|
||||
private Color spaceColor = new GColor("color.fg.listing.pcode.address.space");
|
||||
private Color rawColor = new GColor("color.fg.listing.pcode.varnode");
|
||||
private Color useropColor = new GColor("color.fg.listing.pcode.userop");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue