mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1981 - Checkpoint - Initial Theming
This commit is contained in:
parent
38292de02c
commit
f808431251
108 changed files with 4355 additions and 738 deletions
|
@ -26,6 +26,7 @@ import javax.swing.text.*;
|
|||
import javax.swing.tree.TreeSelectionModel;
|
||||
|
||||
import docking.DockingUtils;
|
||||
import docking.theme.GColor;
|
||||
import docking.widgets.EventTrigger;
|
||||
import docking.widgets.OptionDialog;
|
||||
import docking.widgets.fieldpanel.FieldPanel;
|
||||
|
@ -95,7 +96,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 Color diffHighlightColor = new Color(255, 230, 180); // light orange
|
||||
private Color diffHighlightColor = new GColor("color.bg.programdiff.highlight");
|
||||
private Color cursorHighlightColor;
|
||||
protected static final HelpService help = Help.getHelpService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue