Are you tired of the barely seeable brown text color in the raid chat ?
Or want to change ANY chat text to ANY color ?
Well, here is the solution...
1. Copy the file "TextColors.xml" from "GAME\Data\Gui\Default\" to "GAME\Data\Gui\Customized\"
2. Edit the newly copied file in the "Customized\" folder
3. Every chat settings has 2 lines, Name and Text, you need to change the Text, but I'd change them both...
Search for the Chat windows you desire, lets take the Raid chat for example
<HTMLColor name="ctch_raid_name" color="0xc15f0e" />
<HTMLColor name="ctch_raid_text" color="0xc15f0e" />
The color is after the "0x"
- Go to this website www.color-hex.com/ and pick your color
- Using the Raid example, I went with this color for my Raid chat "9DBFFF"
So the line will change from this :
<HTMLColor name="ctch_raid_name" color="0xc15f0e" />
<HTMLColor name="ctch_raid_text" color="0xc15f0e" />
To this :
<HTMLColor name="ctch_raid_name" color="0x9DBFFF" />
<HTMLColor name="ctch_raid_text" color="0x9DBFFF" />
- Enjoy the new color...