diff --git a/java/bh-fisher/src/dev/garlicbread/Main.java b/java/bh-fisher/src/dev/garlicbread/Main.java index 0eab2dc..effc5a7 100644 --- a/java/bh-fisher/src/dev/garlicbread/Main.java +++ b/java/bh-fisher/src/dev/garlicbread/Main.java @@ -49,7 +49,7 @@ public static void main(String[] args) throws AWTException, InterruptedException private static void setUpColors() { if (OS.indexOf("mac") >= 0) { - startButtonGreen = new Color(139, 202, 24); + startButtonGreen = new Color(166, 211, 53); castButtonBlue = new Color(31, 153, 197); colorCloseItGotAwayButton = new Color(31, 153, 197); colorTimerCaughtFishKong = new Color(56, 255, 56); @@ -150,4 +150,4 @@ else if (helper.GetPixelColor(locationJunkItem).equals(colorJunkItem)) { public static void logMessage(Level level, int baitUsed, int baitToUse, String msg) { logger.log(level, baitUsed + "/" + baitToUse + " bait used. | " + msg); } -} \ No newline at end of file +}