mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +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
|
@ -98,7 +98,7 @@ public class ProgramDiffPlugin extends ProgramPlugin
|
|||
private static final String SELECTION_GROUP = "Selection Colors";
|
||||
private static final String DIFF_HIGHLIGHT_COLOR_NAME =
|
||||
SELECTION_GROUP + Options.DELIMITER + "Difference Color";
|
||||
private GColor diffHighlightColor = new GColor("color.bg.programdiff.highlight");
|
||||
private GColor diffHighlightColor = new GColor("color.bg.plugin.programdiff.highlight");
|
||||
private Color cursorHighlightColor = GhidraOptions.DEFAULT_CURSOR_LINE_COLOR;
|
||||
protected static final HelpService help = Help.getHelpService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue