Skins update, enter Nomade's (cleaned up) skins!
Fixed all skins to use DefaultListText properly. Fixed white_emerald to use textures directory instead of Textures directory.
214
indra/newview/skins/frenchtouch/colors.xml
Normal file
@@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="50, 115, 185, 120" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="50, 115, 185, 75" />
|
||||
<FloaterUnfocusBorderColor value="110, 110, 110, 60" />
|
||||
<FocusBackgroundColor value="165, 180, 200, 245" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="165, 180, 200, 128" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="50, 115, 185, 255" />
|
||||
<DefaultHighlightLight value="50, 115, 185, 255" />
|
||||
<DefaultShadowDark value="50, 115, 185, 255" />
|
||||
<DefaultShadowLight value="50, 115, 185, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="0, 30, 60, 128" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- LOGIN -->
|
||||
<LoginProgressBarBgColor value="255, 255, 255, 255" />
|
||||
<LoginProgressBarFgColor value="255, 255, 255, 255" />
|
||||
<LoginProgressBoxBorderColor value="0, 30, 60, 0" />
|
||||
<LoginProgressBoxCenterColor value="0, 0, 0, 200" />
|
||||
<LoginProgressBoxShadowColor value="0, 0, 0, 200" />
|
||||
<LoginProgressBoxTextColor value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- BUTTONS -->
|
||||
<ButtonLabelColor value="0, 0, 0, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="200, 0, 50, 255" />
|
||||
<ButtonLabelDisabledColor value="0, 0, 0, 128" />
|
||||
<ButtonLabelSelectedDisabledColor value="164, 190, 237, 200" />
|
||||
<ButtonSelectedBgColor value="62, 62, 62, 255" />
|
||||
<ButtonSelectedColor value="255, 255, 255, 255" />
|
||||
<ButtonUnselectedBgColor value="62, 62, 62, 255" />
|
||||
<ButtonUnselectedFgColor value="255, 255, 255, 255" />
|
||||
<ButtonBorderColor value="239, 156, 0, 255" />
|
||||
<ButtonFlashBgColor value="255, 25, 25, 120" /> <!-- Clignotant alerte im pour le bouton -->
|
||||
<ButtonColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
<ButtonImageColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
|
||||
<!-- SLIDERS -->
|
||||
<SliderDisabledThumbColor value="0, 0, 0, 0" />
|
||||
<SliderThumbCenterColor value="255, 255, 255, 255" />
|
||||
<SliderThumbOutlineColor value="204, 204, 204, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="255, 255, 255, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="255, 255, 255, 140" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="255, 255, 255, 255" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="45, 48, 45, 255" />
|
||||
<TextFgReadOnlyColor value="255, 0, 50, 225" />
|
||||
<TextFgTentativeColor value="0, 0, 0, 128" />
|
||||
<TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="0, 0, 128, 255" />
|
||||
<TextDefaultColor value="0, 20, 0, 255"/>
|
||||
<TextLinkColor value="0, 20, 255, 255"/>
|
||||
<TextLinkHoverColor value="0, 50, 255, 255"/>
|
||||
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="255, 255, 255, 140" />
|
||||
<ScrollBgWriteableColor value="255, 255, 255, 140" />
|
||||
<ScrollBGStripeColor value="145, 180, 220, 60" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="50, 115, 185, 150" />
|
||||
<ScrollSelectedFGColor value="0, 30, 60, 255" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 30, 60, 255" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="150, 15, 50, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background-->
|
||||
<DefaultListText value="0, 0, 0, 255"/> <!-- We are replacing all the hardcoded black text with this color so we can make skins with white text on dark background -->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="185, 200, 220, 230" />
|
||||
<MenuBarGodBgColor value="100, 200, 130, 230" />
|
||||
<MenuNonProductionGodBgColor value="100, 200, 130, 230" />
|
||||
<MenuNonProductionBgColor value="230, 70, 70, 230" />
|
||||
<MenuDefaultBgColor value="200, 225, 250, 245" />
|
||||
<MenuItemDisabledColor value="0, 30, 60, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="0, 30, 60, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="130, 5, 20, 100" />
|
||||
<MenuItemHighlightFgColor value="0, 30, 60, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="197, 217, 234, 240" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="118, 156, 201, 230" />
|
||||
<PieMenuLineColor value="255, 0, 0, 60" />
|
||||
<PieMenuSelectedColor value="185, 200, 220, 120" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="250, 255, 225, 230" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="170, 210, 255, 240" />
|
||||
<NotifyTextColor value="0, 30, 60, 255" />
|
||||
<NotifyCautionBoxColor value="120, 200, 250, 255" /> <!-- the background color of caution permissions prompts -->
|
||||
<NotifyCautionWarnColor value="0, 0, 0, 255" /> <!-- the foreground color of the special title text in caution permissions prompts -->
|
||||
<GroupNotifyBoxColor value="170, 210, 255, 240" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="70, 0, 0, 200" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="90, 0, 0, 200" />
|
||||
<IMHistoryTextColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- IN-WORLD SELECTION -->
|
||||
<SilhouetteParentColor value="255, 255, 0, 255" />
|
||||
<SilhouetteChildColor value="32, 106, 196, 255" />
|
||||
<HighlightParentColor value="171, 212, 245, 255" />
|
||||
<HighlightChildColor value="171, 212, 245, 255" />
|
||||
<HighlightInspectColor value="255, 0, 255, 255" />
|
||||
|
||||
<!-- EDIT MODE GRID -->
|
||||
<GridFocusPointColor value="255, 255, 255, 128" />
|
||||
<GridlineColor value="255, 255, 255, 255" />
|
||||
<GridlineBGColor value="235, 235, 255, 200" />
|
||||
<GridlineShadowColor value="0, 0, 0, 80" />
|
||||
|
||||
<!-- PROPERTY LINES -->
|
||||
<PropertyColorAvail value="0, 0, 0, 0" />
|
||||
<PropertyColorGroup value="0, 184, 184, 102" />
|
||||
<PropertyColorOther value="255, 0, 0, 102" />
|
||||
<PropertyColorSelf value="0, 255, 0, 102" />
|
||||
<PropertyColorForSale value="255, 128, 0, 102" />
|
||||
<PropertyColorAuction value="128, 0, 255, 102" /> <!-- Match the color on the world map -->
|
||||
|
||||
<!-- Icon Enable/Disable -->
|
||||
<IconEnabledColor value="255, 255, 255, 255"/>
|
||||
<IconDisabledColor value="147, 169, 213, 200"/>
|
||||
|
||||
<!-- MAP -->
|
||||
<MapAvatar value="0, 255, 0, 255" />
|
||||
<MapFriend value="255, 255, 0, 255" />
|
||||
<MapLinden value="0, 0, 255, 255" />
|
||||
<MapEstateOwner value="255, 165, 0, 255" />
|
||||
<MapMuted value="180, 180, 180, 255" />
|
||||
|
||||
<!-- RADAR -->
|
||||
|
||||
<RadarAvatar value="0, 0, 0, 255" />
|
||||
<RadarFriend value="0, 128, 0, 255" />
|
||||
<RadarLinden value="0, 0, 128, 255" />
|
||||
<RadarEstateOwner value="204, 102, 10, 255" />
|
||||
<RadarMuted value="128, 128, 128, 255" />
|
||||
|
||||
<!-- MINI-MAP -->
|
||||
<NetMapBackgroundColor value="0, 0, 0, 77" />
|
||||
<NetMapYouOwnAboveWater value="0, 255, 255, 255" />
|
||||
<NetMapYouOwnBelowWater value="0, 200, 200, 255" />
|
||||
<NetMapGroupOwnAboveWater value="255, 0, 255, 255" />
|
||||
<NetMapGroupOwnBelowWater value="200, 0, 200, 255" />
|
||||
<NetMapOtherOwnAboveWater value="60, 60, 60, 255" />
|
||||
<NetMapOtherOwnBelowWater value="30, 30, 30, 255" />
|
||||
<NetMapThisRegion value="255, 255, 255, 255" />
|
||||
<NetMapLiveRegion value="204, 204, 204, 255" />
|
||||
<NetMapDeadRegion value="255, 128, 128, 255" />
|
||||
<NetMapFrustum value="255, 255, 255, 20" />
|
||||
<NetMapFrustumRotating value="255, 255, 255, 51" />
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255" />
|
||||
<HelpFgColor value="0, 0, 0, 255" />
|
||||
<HelpScrollTrackColor value="0, 0, 0, 255" />
|
||||
<HelpScrollThumbColor value="255, 255, 255, 255" />
|
||||
<HelpScrollHighlightColor value="115, 132, 155, 255" />
|
||||
<HelpScrollShadowColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- MISC -->
|
||||
<AvatarNameColor value="251, 175, 93, 255" /> <!-- Text color of avatar nametags -->
|
||||
<FocusColor value="200, 0, 50, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="255, 255, 255, 255" /> <!-- The floater buttons (like the close box) are white images that receive this color. -->
|
||||
<ButtonCautionImageColor value="255, 255, 255, 255" /> <!-- Match the caution dialog buttons to the default -->
|
||||
<HealthTextColor value="255, 255, 255, 255" />
|
||||
<MapAutopilotColor value="255, 128, 0, 255" />
|
||||
<ContextSilhouetteColor value="239, 156, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
|
||||
<ScriptBgReadOnlyColor value="100, 100, 100, 255" />
|
||||
<ParcelTextColor value="40, 40, 90, 255" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="255, 255, 255, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="255, 255, 255, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="0, 255, 0, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="255, 255, 255, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="0, 0, 20, 255" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="255, 200, 70, 255" />
|
||||
<InventoryItemSuffixColor value="120, 70, 55, 255"/> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="255, 255, 255, 80"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="120, 200, 250, 255" /> <!-- Background color of caution alerts -->
|
||||
<AlertCautionTextColor value="0, 0, 0, 255" /> <!-- Foreground color of the special title text in caution alerts -->
|
||||
|
||||
<!-- Multi sliders, as in the sky animation setting -->
|
||||
<MultiSliderDisabledThumbColor value="0, 0, 0, 255"/>
|
||||
<MultiSliderThumbCenterColor value="183, 184, 188, 255"/>
|
||||
<MultiSliderThumbOutlineColor value="0, 0, 0, 255"/>
|
||||
<MultiSliderTrackColor value="30, 30, 30, 255"/>
|
||||
<MultiSliderThumbCenterSelectedColor value="255, 50, 50, 255"/>
|
||||
<MultiSliderTriangleColor value="255, 255, 50, 255"/>
|
||||
|
||||
</settings>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/MapBg.tga
Normal file
|
After Width: | Height: | Size: 4.0 MiB |
BIN
indra/newview/skins/frenchtouch/textures/MapBg2.tga
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
indra/newview/skins/frenchtouch/textures/MapBg3.tga
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
indra/newview/skins/frenchtouch/textures/WLday.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/WLnight.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/WLsunrise.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/WLsunset.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/active_speakers.tga
Normal file
BIN
indra/newview/skins/frenchtouch/textures/active_voice_tab.tga
Normal file
|
After Width: | Height: | Size: 556 B |
BIN
indra/newview/skins/frenchtouch/textures/alpha_gradient.tga
Normal file
BIN
indra/newview/skins/frenchtouch/textures/arrow_down.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/arrow_up.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/black.tga
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/btn_chatbar.tga
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/button_anim_pause.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/button_anim_play.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/button_anim_stop.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_rotate_in.tga
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_rotate_out.tga
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_tracking_in.tga
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_tracking_out.tga
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_zoom_minus_in.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_zoom_out.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cam_zoom_plus_in.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/chat_btn.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
indra/newview/skins/frenchtouch/textures/chat_btn_active.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
indra/newview/skins/frenchtouch/textures/circle.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/close_in_blue.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/close_inactive.tga
Normal file
BIN
indra/newview/skins/frenchtouch/textures/close_inactive_blue.tga
Normal file
BIN
indra/newview/skins/frenchtouch/textures/closebox.png
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
indra/newview/skins/frenchtouch/textures/closebox.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/closebox_active.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
indra/newview/skins/frenchtouch/textures/cloud-particle.j2c
Normal file
BIN
indra/newview/skins/frenchtouch/textures/cloud-particle.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
indra/newview/skins/frenchtouch/textures/color_swatch_alpha.tga
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
indra/newview/skins/frenchtouch/textures/combobox_arrow.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/crosshairs.tga
Normal file
|
After Width: | Height: | Size: 300 B |
BIN
indra/newview/skins/frenchtouch/textures/darkgray.tga
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/direction_arrow.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/down_arrow.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
indra/newview/skins/frenchtouch/textures/down_arrow.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/eye_button_active.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/eye_button_inactive.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/ff_edit_mine.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/ff_edit_mine_button.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/frenchtouch/textures/ff_edit_theirs.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/frenchtouch/textures/ff_visible_map.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/frenchtouch/textures/ff_visible_online.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/frenchtouch/textures/flyout_btn_left.tga
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
indra/newview/skins/frenchtouch/textures/flyout_btn_left_2.tga
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
BIN
indra/newview/skins/frenchtouch/textures/flyout_btn_right.tga
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
indra/newview/skins/frenchtouch/textures/flyout_btn_right_2.tga
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
BIN
indra/newview/skins/frenchtouch/textures/folder_arrow.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/foot_shadow.j2c
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/icn_chatbar.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/icn_label_media.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/frenchtouch/textures/icn_label_music.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |