Index: /Daodan/src/Daodan_Console.c
===================================================================
--- /Daodan/src/Daodan_Console.c	(revision 476)
+++ /Daodan/src/Daodan_Console.c	(revision 477)
@@ -33,7 +33,19 @@
 
 TStColorFormattingCharacter DDrDSayColors[] = {
-	{'r', 0, 0, 0xFFEB5050},
-	{'z', 0, 0, 0xFFFFFFFF},
-	{0}
+	{'r', 0, 0, 0xFFEB5050},	//red
+	{'y', 0, 0, 0xFFFCFF1C},	//yellow
+	{'b', 0, 0, 0xFF93BBE9},	//blue
+	{'u', 0, 0, 0xFFF67603},	//umber
+	{'g', 0, 0, 0xFFA2DAA5},	//green
+	{'l', 0, 0, 0xFFBE90D9},	//lilac
+	{'o', 0, 0, 0xFFFBA500},	//orange
+	{'c', 0, 0, 0xFF93EAEB},	//cyan
+								//New Colors Here...
+	{'k', 0, 0, 0xFF000000},	//black
+	{'v', 0, 0, 0xFFEB40EB},	//violet
+	{'w', 0, 0, 0xFFFFFFFF},	//white...
+	{'e', 0, 0, 0xFF505050},	//darkgrey
+	{'f', 0, 0, 0xFFAAAAAA},	//grey
+	{0}							//POWER RANGERS GO!
 };
 
Index: /Daodan/src/Daodan_Console.h
===================================================================
--- /Daodan/src/Daodan_Console.h	(revision 476)
+++ /Daodan/src/Daodan_Console.h	(revision 477)
@@ -1,5 +1,5 @@
 #pragma once
-#ifndef DAODAN_PERSISTENCE_H
-#define DAODAN_PERSISTENCE_H
+#ifndef DAODAN_CONSOLE_H
+#define DAODAN_CONSOLE_H
 
 #include <stdint.h>
