diff options
author | McCabe Maxsted | 2009-06-09 09:41:04 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-09 09:41:04 -0700 |
commit | e5dbb8e4dc05e664102362685ddca94f37cdf575 (patch) | |
tree | 93e695263553adadc423cf7e7d2e4b046adb8a7a /linden/indra/newview/skins/silver | |
parent | Fixed the Resident Chooser showing hair instead of calling cards (diff) | |
download | meta-impy-e5dbb8e4dc05e664102362685ddca94f37cdf575.zip meta-impy-e5dbb8e4dc05e664102362685ddca94f37cdf575.tar.gz meta-impy-e5dbb8e4dc05e664102362685ddca94f37cdf575.tar.bz2 meta-impy-e5dbb8e4dc05e664102362685ddca94f37cdf575.tar.xz |
Backported 1.23's minimap conversion to XUI
Diffstat (limited to 'linden/indra/newview/skins/silver')
-rw-r--r-- | linden/indra/newview/skins/silver/colors_base.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/silver/colors_base.xml b/linden/indra/newview/skins/silver/colors_base.xml index b6e77be..9ec721c 100644 --- a/linden/indra/newview/skins/silver/colors_base.xml +++ b/linden/indra/newview/skins/silver/colors_base.xml | |||
@@ -155,6 +155,10 @@ | |||
155 | <!-- MEDIA ICONS --> | 155 | <!-- MEDIA ICONS --> |
156 | <IconEnabledColor value="255, 255, 255, 255"/> <!-- Media/music icon enabled --> | 156 | <IconEnabledColor value="255, 255, 255, 255"/> <!-- Media/music icon enabled --> |
157 | <IconDisabledColor value="147, 169, 213, 200"/> <!-- Media/music icon disabled --> | 157 | <IconDisabledColor value="147, 169, 213, 200"/> <!-- Media/music icon disabled --> |
158 | |||
159 | <!-- MAP --> | ||
160 | <MapAvatar value="0, 255, 0, 255" /> <!-- Your avatar's glyph color --> | ||
161 | <MapFriend value="255, 255, 0, 255" /> <!-- Your friends' glyph color --> | ||
158 | 162 | ||
159 | <!-- MINI-MAP --> | 163 | <!-- MINI-MAP --> |
160 | <NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background --> | 164 | <NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background --> |
@@ -164,10 +168,13 @@ | |||
164 | <NetMapGroupOwnBelowWater value="200, 0, 200, 255" /> <!-- Group owned objects below water --> | 168 | <NetMapGroupOwnBelowWater value="200, 0, 200, 255" /> <!-- Group owned objects below water --> |
165 | <NetMapOtherOwnAboveWater value="60, 60, 60, 255" /> <!-- Objects owned by others above water --> | 169 | <NetMapOtherOwnAboveWater value="60, 60, 60, 255" /> <!-- Objects owned by others above water --> |
166 | <NetMapOtherOwnBelowWater value="30, 30, 30, 255" /> <!-- Objects owned by others below water --> | 170 | <NetMapOtherOwnBelowWater value="30, 30, 30, 255" /> <!-- Objects owned by others below water --> |
167 | <NetMapGlyphColorAvatar value="0, 255, 0, 255" /> <!-- Also the color of avatar glyphs on the map --> | 171 | <NetMapThisRegion value="255, 255, 255, 255" /> |
168 | <NetMapGlyphColorFriend value="255, 255, 0, 255" /> | 172 | <NetMapLiveRegion value="204, 204, 204, 255" /> |
169 | 173 | <NetMapDeadRegion value="255, 128, 128, 255" /> | |
170 | <!-- INVENTORY --> | 174 | <NetMapFrustum value="255, 255, 255, 20" /> |
175 | <NetMapFrustumRotating value="255, 255, 255, 51" /> | ||
176 | |||
177 | <!-- INVENTORY --> | ||
171 | <InventoryBackgroundColor value="255, 255, 255, 80"/> <!-- Inventory floater background --> | 178 | <InventoryBackgroundColor value="255, 255, 255, 80"/> <!-- Inventory floater background --> |
172 | <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." --> | 179 | <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." --> |
173 | <InventoryItemSuffixColor value="120, 70, 55, 255"/> <!-- "worn", "no modify", etc --> | 180 | <InventoryItemSuffixColor value="120, 70, 55, 255"/> <!-- "worn", "no modify", etc --> |