GP-1981 - Theming - Decompiler Module

This commit is contained in:
dragonmacher 2022-09-09 16:38:55 -04:00 committed by ghidragon
parent 466db9efe3
commit 2dade60b3e
16 changed files with 175 additions and 137 deletions

View file

@ -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");