diff options
| author | James Cook <james@lindenlab.com> | 2010-05-07 15:47:53 -0700 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-05-07 15:47:53 -0700 | 
| commit | 784656577693edd8495ee880c6cbedb58a98cfe7 (patch) | |
| tree | 59c625c9dda90e132e76933d40fdd013aa8ca2c7 /indra | |
| parent | 317a27816dc68ba3e87143728bf22098e9419a0e (diff) | |
DEV-49780 Final name tag colors from Epic, looks nice
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index c1ee420d78..dc1c0cc6e5 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -532,7 +532,7 @@       reference="White" />      <color       name="NameTagFriend" -     reference="EmphasisColor" /> +     value="0.447 0.784 0.663 1" />      <color       name="NameTagGroup"       value="1 1 1 1" /> @@ -544,7 +544,7 @@       reference="White" />      <color       name="NameTagMismatch" -     value="0.984 0.758 0 1" /> +     value="1 0.776 0.212 1" />      <color       name="NameTagSLID"       value="1 1 1 1" /> | 
