aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-09 09:41:04 -0700
committerMcCabe Maxsted2009-06-09 09:41:04 -0700
commite5dbb8e4dc05e664102362685ddca94f37cdf575 (patch)
tree93e695263553adadc423cf7e7d2e4b046adb8a7a /linden/indra/newview/skins/default
parentFixed the Resident Chooser showing hair instead of calling cards (diff)
downloadmeta-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/default')
-rw-r--r--linden/indra/newview/skins/default/colors_base.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml
index ff3d53e..1f97a2e 100644
--- a/linden/indra/newview/skins/default/colors_base.xml
+++ b/linden/indra/newview/skins/default/colors_base.xml
@@ -155,8 +155,12 @@
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 158
159<!-- MINI-MAP --> 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 -->
162
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 -->
161<NetMapYouOwnAboveWater value="0, 255, 255, 255" /> <!-- Objects owned by you above water --> 165<NetMapYouOwnAboveWater value="0, 255, 255, 255" /> <!-- Objects owned by you above water -->
162<NetMapYouOwnBelowWater value="0, 200, 200, 255" /> <!-- Objects owned by you below water --> 166<NetMapYouOwnBelowWater value="0, 200, 200, 255" /> <!-- Objects owned by you below water -->
@@ -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="62, 62, 62, 80"/> <!-- Inventory floater background --> 178<InventoryBackgroundColor value="62, 62, 62, 80"/> <!-- Inventory floater background -->
172<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." --> 179<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." -->
173<InventoryItemSuffixColor value="191, 216, 216, 255"/> <!-- "worn", "no modify", etc --> 180<InventoryItemSuffixColor value="191, 216, 216, 255"/> <!-- "worn", "no modify", etc -->