mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1981 - Theming - Decompiler Module
This commit is contained in:
parent
466db9efe3
commit
2dade60b3e
16 changed files with 175 additions and 137 deletions
|
@ -100,6 +100,7 @@ public class GThemeDefaults {
|
|||
public static final GColor MAGENTA = getColor("magenta");
|
||||
public static final GColor ORANGE = getColor("orange");
|
||||
public static final GColor PINK = getColor("pink");
|
||||
public static final GColor PURPLE = getColor("purple");
|
||||
public static final GColor RED = getColor("red");
|
||||
public static final GColor WHITE = getColor("white");
|
||||
public static final GColor YELLOW = getColor("yellow");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue