From 297c461b44bdf64cd9c00cd7f28b4c5bddca0d2c Mon Sep 17 00:00:00 2001 From: cerevisiae Date: Tue, 30 Nov 2010 01:15:10 -0600 Subject: [PATCH] Rearranged the colors for fabulous to make it more rainbowrific --- vminecraftChat.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vminecraftChat.java b/vminecraftChat.java index eb912640e..a1f7b039f 100644 --- a/vminecraftChat.java +++ b/vminecraftChat.java @@ -95,9 +95,9 @@ public class vminecraftChat { public static String rainbow(String msg){ String temp = ""; //The array of colors to use - String[] rainbow = new String[] {Colors.Red, Colors.Rose, - Colors.Yellow, Colors.Green, Colors.Blue, - Colors.LightPurple, Colors.Purple}; + String[] rainbow = new String[] {Colors.Red, Colors.Rose, Colors.Gold, + Colors.Yellow, Colors.LightGreen, Colors.Green, Colors.Blue, + Colors.Navy, Colors.DarkPurple, Colors.Purple, Colors.LightPurple}; int counter=0; //Loop through the message applying the colors for(int x=0; x