mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 02:59:06 +00:00
Color fixes
This commit is contained in:
@@ -42,7 +42,7 @@ import java.util.function.Consumer;
|
||||
public class PregeneratorJob implements PregenListener {
|
||||
public static PregeneratorJob instance;
|
||||
private static final Color COLOR_EXISTS = parseColor("#4d7d5b");
|
||||
private static final Color COLOR_GENERATING = parseColor("#00ffdd");
|
||||
private static final Color COLOR_GENERATING = parseColor("#0062ff");
|
||||
private static final Color COLOR_GENERATED = parseColor("#34eb93");
|
||||
private JFrame frame;
|
||||
private final PregenTask task;
|
||||
|
||||
Reference in New Issue
Block a user