diff options
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 88e77f11ee..706245a479 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -71,10 +71,14 @@  	<color  	 name="Transparent"  	 value="0 0 0 0" /> +  <!-- Make potentially unused colors show up bright purple. +  Leave this here until all Unused? are removed below, otherwise +  the viewer generates many warnings on startup. --> +  <color +	 name="Unused?" +	 value="1 0 1 1" /> - - -	<!-- UI Definitions --> +  <!-- UI Definitions -->  	<color       name="AgentChatColor" | 
