diff options
author | McCabe Maxsted | 2008-11-22 13:18:13 -0700 |
---|---|---|
committer | McCabe Maxsted | 2008-11-22 13:18:13 -0700 |
commit | c782860f23e11dc46af043ac16d4209b0853bbb6 (patch) | |
tree | 9cb4344cff820d5d154f49203e21507535e1fdcc /linden/indra/newview/skins/default | |
parent | Friends dots show as yellow and color can be set in colors.xml (diff) | |
download | meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.zip meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.gz meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.bz2 meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.xz |
Friends dots show as yellow and color can be set in colors.xml
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/colors_base.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml index 3b85efa..a3e8d62 100644 --- a/linden/indra/newview/skins/default/colors_base.xml +++ b/linden/indra/newview/skins/default/colors_base.xml | |||
@@ -140,6 +140,8 @@ | |||
140 | <NetMapGroupOwnBelowWater value="200, 0, 200, 255" /> | 140 | <NetMapGroupOwnBelowWater value="200, 0, 200, 255" /> |
141 | <NetMapOtherOwnAboveWater value="60, 60, 60, 255" /> | 141 | <NetMapOtherOwnAboveWater value="60, 60, 60, 255" /> |
142 | <NetMapOtherOwnBelowWater value="30, 30, 30, 255" /> | 142 | <NetMapOtherOwnBelowWater value="30, 30, 30, 255" /> |
143 | <NetMapGlyphColorAvatar value="0, 255, 0, 255" /> <!-- Also the color of avatar glyphs on the map --> | ||
144 | <NetMapGlyphColorFriend value="255, 255, 0, 255" /> | ||
143 | 145 | ||
144 | <!-- HELP WINDOW --> | 146 | <!-- HELP WINDOW --> |
145 | <HelpBgColor value="200, 209, 204, 255" /> | 147 | <HelpBgColor value="200, 209, 204, 255" /> |