/
roa/
roa/lib/boards/
roa/lib/config/
roa/lib/edits/
roa/lib/help/
roa/lib/misc/
roa/lib/plrobjs/
roa/lib/quests/
roa/lib/socials/
roa/lib/www/
roa/lib/www/LEDSign/
roa/lib/www/LEDSign/fonts/
roa/lib/www/LEDSign/scripts/
roa/src/s_inc/
roa/src/sclient/
roa/src/sclient/binary/
roa/src/sclient/text/
roa/src/util/
COLORCODES_COLOURCODES_CODES_CCODES_

-=command, information=-
-=syntax: color < + | - >=-
-=see also: VT100, LINE=-

%1Realms of Aurealis%0 supports colors in titles, descripts, prompts, as 
well as many other builder-related areas. Each color has a corresponding 
code which is a %3PERCENT%0 symbol followed by a number %30 - 7%0 (percent
is shift-5 on most keyboards).

Code             Color
----    	 -----
 %%0%0	 	 normal
 %%1%1		 red%0
 %%2%2	 	 green%0
 %%3%3	 	 yellow%0
 %%4%4		 blue%0
 %%5%5	 	 magenta%0
 %%6%6	 	 cyan%0
 %%7%7	 	 white%0
 %%8%8	 	 dark grey%0
 %%B%B		 bold%0

To substitute a color (for example) in your title:
>title from the %%1Blight%%0.

This would result in:  Vall from the %1Blight%0. Where 'Blight' would be
in red lettering.  You can combine %B%6bold%0 with the other colors to get
more colors.

To turn color support on, type %Bcolor +%0.
To turn if off, type %Bcolor -%0.