Avoid crashes in skins by using proper intended filenames
This commit is contained in:
@@ -1,3 +1,209 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 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="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<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="144, 165, 208, 255"/>
|
||||
<TextLinkHoverColor value="255, 255, 255, 255"/>
|
||||
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="70, 170, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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" />
|
||||
|
||||
<!-- 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="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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="144, 165, 208, 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="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="62, 62, 62, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
<AvatarListTextDistNormalRange value="0, 0, 0, 255"/>
|
||||
<AvatarListTextDistShoutRange value="0, 0, 0, 128"/>
|
||||
<AvatarListTextDistOver value="128, 0, 0, 128"/>
|
||||
<AvatarListTextAgeYoung value="255, 0, 0, 255"/>
|
||||
<AvatarListTextAgeNormal value="0, 0, 0, 255"/>
|
||||
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
|
||||
@@ -1,209 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 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="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<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="144, 165, 208, 255"/>
|
||||
<TextLinkHoverColor value="255, 255, 255, 255"/>
|
||||
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="70, 170, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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" />
|
||||
|
||||
<!-- 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="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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="144, 165, 208, 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="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="62, 62, 62, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
<AvatarListTextDistNormalRange value="0, 0, 0, 255"/>
|
||||
<AvatarListTextDistShoutRange value="0, 0, 0, 128"/>
|
||||
<AvatarListTextDistOver value="128, 0, 0, 128"/>
|
||||
<AvatarListTextAgeYoung value="255, 0, 0, 255"/>
|
||||
<AvatarListTextAgeNormal value="0, 0, 0, 255"/>
|
||||
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,3 +1,210 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="0, 0, 0, 0" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 50" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="33, 33, 33, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="33, 33, 33, 192" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 180" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="66, 66, 66, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="255, 255, 255, 30" />
|
||||
<LabelSelectedColor value="255, 255, 255, 128" />
|
||||
<LabelSelectedDisabledColor value="255, 255, 255, 80" />
|
||||
<LabelTextColor value="255, 255, 255, 90" />
|
||||
|
||||
<!-- 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="255, 255, 255, 128" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="255, 255, 255, 255" />
|
||||
<ButtonLabelDisabledColor value="255, 255, 255, 66" />
|
||||
<ButtonLabelSelectedDisabledColor value="255, 255, 255, 66" />
|
||||
<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, 255, 255, 128" />
|
||||
<ButtonColor value="255, 255, 255, 128" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
<ButtonImageColor value="255, 255, 255, 128" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
|
||||
<!-- SLIDERS -->
|
||||
<SliderDisabledThumbColor value="0, 0, 0, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="11, 11, 11, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="11, 11, 11, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="11, 11, 11, 80" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="128, 128, 128, 200" />
|
||||
<TextFgColor value="255, 255, 255, 222" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 80" />
|
||||
<TextFgTentativeColor value="255, 255, 255, 80" />
|
||||
<TextEmbeddedItemReadOnlyColor value="255, 255, 255, 80" /> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="0, 255, 128, 255" />
|
||||
<TextDefaultColor value="255, 255, 255, 222"/>
|
||||
<TextLinkColor value="144, 165, 208, 255"/>
|
||||
<TextLinkHoverColor value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="33, 33, 33, 80" />
|
||||
<ScrollBgWriteableColor value="33, 33, 33, 80" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 25" />
|
||||
<ScrollDisabledColor value="33, 33, 33, 204" />
|
||||
<ScrollSelectedBGColor value="222, 222, 222, 150" />
|
||||
<ScrollSelectedFGColor value="255, 255, 255, 255" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="222, 222, 222, 150" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="222, 222, 222, 80" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="66, 66, 66, 80" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="10, 10, 10, 80" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="33, 33, 33, 255" />
|
||||
<MenuBarGodBgColor value="33, 33, 33, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="33, 33, 33, 255" />
|
||||
<MenuItemDisabledColor value="125, 125, 125, 75" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="80, 80, 80, 200" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="33, 33, 33, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="33, 33, 33, 128" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="255, 255, 255, 128" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="33, 33, 33, 255" />
|
||||
<ToolTipBorderColor value="11, 11, 11, 255" />
|
||||
<ToolTipTextColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="66, 66, 66, 255" />
|
||||
<NotifyTextColor value="255, 255, 255, 128" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="66, 66, 66, 255" />
|
||||
<GroupNotifyTextColor value="255, 255, 255, 128" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 0, 0, 0" />
|
||||
<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="255, 255, 255, 200"/>
|
||||
|
||||
<!-- MAP -->
|
||||
<MapAvatar value="70, 255, 70, 255" />
|
||||
<MapFriend value="255, 210, 150, 255" />
|
||||
<MapLinden value="0, 128, 255, 255" />
|
||||
<MapMuted value="110, 110, 110, 220" />
|
||||
|
||||
<!-- 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, 70" />
|
||||
<NetMapFrustumRotating value="255, 255, 255, 100" />
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255" />
|
||||
<HelpFgColor value="0, 0, 0, 255" />
|
||||
<HelpScrollTrackColor value="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="255, 255, 255, 20" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="255, 255, 255, 80" /> <!-- 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, 255, 255, 255" />
|
||||
<ContextSilhouetteColor value="255, 255, 255, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
|
||||
<ScriptBgReadOnlyColor value="100, 100, 100, 255" />
|
||||
<ParcelTextColor value="144, 165, 208, 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="255, 255, 255, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="255, 255, 255, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="255, 255, 255, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="0, 0, 0, 255" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="255, 255, 255, 128" />
|
||||
<InventoryItemSuffixColor value="128, 128, 128, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 128" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="255, 255, 255, 128"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="11, 11, 11, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<DefaultListText value="255, 255, 255, 255"/> <!-- We are replacing all the hardcoded black text with this color so we can make skins with white text on dark background -->
|
||||
<ComboBoxBg value="11, 11, 11, 255"/>
|
||||
<AvatarListTextDistNormalRange value="255, 255, 255, 255"/>
|
||||
<AvatarListTextDistShoutRange value="255, 255, 255, 128"/>
|
||||
<AvatarListTextDistOver value="255, 66, 66, 128"/>
|
||||
<AvatarListTextAgeYoung value="255, 0, 0, 255"/>
|
||||
<AvatarListTextAgeNormal value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="33, 33, 33, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="128, 128, 128, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
|
||||
@@ -1,210 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="0, 0, 0, 0" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 50" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="33, 33, 33, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="33, 33, 33, 192" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 180" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="66, 66, 66, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="255, 255, 255, 30" />
|
||||
<LabelSelectedColor value="255, 255, 255, 128" />
|
||||
<LabelSelectedDisabledColor value="255, 255, 255, 80" />
|
||||
<LabelTextColor value="255, 255, 255, 90" />
|
||||
|
||||
<!-- 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="255, 255, 255, 128" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="255, 255, 255, 255" />
|
||||
<ButtonLabelDisabledColor value="255, 255, 255, 66" />
|
||||
<ButtonLabelSelectedDisabledColor value="255, 255, 255, 66" />
|
||||
<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, 255, 255, 128" />
|
||||
<ButtonColor value="255, 255, 255, 128" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
<ButtonImageColor value="255, 255, 255, 128" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
|
||||
<!-- SLIDERS -->
|
||||
<SliderDisabledThumbColor value="0, 0, 0, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="11, 11, 11, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="11, 11, 11, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="11, 11, 11, 80" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="128, 128, 128, 200" />
|
||||
<TextFgColor value="255, 255, 255, 222" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 80" />
|
||||
<TextFgTentativeColor value="255, 255, 255, 80" />
|
||||
<TextEmbeddedItemReadOnlyColor value="255, 255, 255, 80" /> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="0, 255, 128, 255" />
|
||||
<TextDefaultColor value="255, 255, 255, 222"/>
|
||||
<TextLinkColor value="144, 165, 208, 255"/>
|
||||
<TextLinkHoverColor value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="33, 33, 33, 80" />
|
||||
<ScrollBgWriteableColor value="33, 33, 33, 80" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 25" />
|
||||
<ScrollDisabledColor value="33, 33, 33, 204" />
|
||||
<ScrollSelectedBGColor value="222, 222, 222, 150" />
|
||||
<ScrollSelectedFGColor value="255, 255, 255, 255" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="222, 222, 222, 150" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="222, 222, 222, 80" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="66, 66, 66, 80" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="10, 10, 10, 80" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="33, 33, 33, 255" />
|
||||
<MenuBarGodBgColor value="33, 33, 33, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="33, 33, 33, 255" />
|
||||
<MenuItemDisabledColor value="125, 125, 125, 75" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="80, 80, 80, 200" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="33, 33, 33, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="33, 33, 33, 128" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="255, 255, 255, 128" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="33, 33, 33, 255" />
|
||||
<ToolTipBorderColor value="11, 11, 11, 255" />
|
||||
<ToolTipTextColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="66, 66, 66, 255" />
|
||||
<NotifyTextColor value="255, 255, 255, 128" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="66, 66, 66, 255" />
|
||||
<GroupNotifyTextColor value="255, 255, 255, 128" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 0, 0, 0" />
|
||||
<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="255, 255, 255, 200"/>
|
||||
|
||||
<!-- MAP -->
|
||||
<MapAvatar value="70, 255, 70, 255" />
|
||||
<MapFriend value="255, 210, 150, 255" />
|
||||
<MapLinden value="0, 128, 255, 255" />
|
||||
<MapMuted value="110, 110, 110, 220" />
|
||||
|
||||
<!-- 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, 70" />
|
||||
<NetMapFrustumRotating value="255, 255, 255, 100" />
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255" />
|
||||
<HelpFgColor value="0, 0, 0, 255" />
|
||||
<HelpScrollTrackColor value="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="255, 255, 255, 20" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="255, 255, 255, 80" /> <!-- 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, 255, 255, 255" />
|
||||
<ContextSilhouetteColor value="255, 255, 255, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
|
||||
<ScriptBgReadOnlyColor value="100, 100, 100, 255" />
|
||||
<ParcelTextColor value="144, 165, 208, 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="255, 255, 255, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="255, 255, 255, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="255, 255, 255, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="0, 0, 0, 255" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="255, 255, 255, 128" />
|
||||
<InventoryItemSuffixColor value="128, 128, 128, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 128" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="255, 255, 255, 128"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="11, 11, 11, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<DefaultListText value="255, 255, 255, 255"/> <!-- We are replacing all the hardcoded black text with this color so we can make skins with white text on dark background -->
|
||||
<ComboBoxBg value="11, 11, 11, 255"/>
|
||||
<AvatarListTextDistNormalRange value="255, 255, 255, 255"/>
|
||||
<AvatarListTextDistShoutRange value="255, 255, 255, 128"/>
|
||||
<AvatarListTextDistOver value="255, 66, 66, 128"/>
|
||||
<AvatarListTextAgeYoung value="255, 0, 0, 255"/>
|
||||
<AvatarListTextAgeNormal value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="33, 33, 33, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="128, 128, 128, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,202 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 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="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<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="144, 165, 208, 255"/>
|
||||
<TextLinkHoverColor value="255, 255, 255, 255"/>
|
||||
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="70, 170, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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" />
|
||||
|
||||
<!-- 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="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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="144, 165, 208, 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="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="62, 62, 62, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,202 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 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="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<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="144, 165, 208, 255"/>
|
||||
<TextLinkHoverColor value="255, 255, 255, 255"/>
|
||||
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="70, 170, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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" />
|
||||
|
||||
<!-- 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="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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="144, 165, 208, 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="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="62, 62, 62, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,190 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 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="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<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"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="70, 170, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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"/>
|
||||
|
||||
<!-- 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" />
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255" />
|
||||
<HelpFgColor value="0, 0, 0, 255" />
|
||||
<HelpScrollTrackColor value="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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="144, 165, 208, 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="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="62, 62, 62, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,178 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80"/>
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80"/>
|
||||
<FocusBackgroundColor value="62, 62, 62, 255"/> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140"/> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200"/> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255"/>
|
||||
<DefaultHighlightLight value="132, 132, 132, 255"/>
|
||||
<DefaultShadowDark value="26, 26, 26, 255"/>
|
||||
<DefaultShadowLight value="0, 0, 0, 255"/>
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="213, 169, 147, 77"/>
|
||||
<LabelSelectedColor value="255, 255, 255, 255"/>
|
||||
<LabelSelectedDisabledColor value="116, 116, 116, 128"/>
|
||||
<LabelTextColor value="200, 200, 200, 255"/>
|
||||
|
||||
<!-- BUTTONS -->
|
||||
<ButtonLabelColor value="220, 220, 220, 255"/> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255"/>
|
||||
<ButtonLabelDisabledColor value="213, 169, 147, 200"/>
|
||||
<ButtonLabelSelectedDisabledColor value="237, 190, 58, 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="238, 156, 0, 255"/>
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255"/>
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255"/>
|
||||
<SliderTrackColor value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255"/> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160"/> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230"/> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255"/>
|
||||
<TextFgColor value="0, 0, 0, 255"/>
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200"/>
|
||||
<TextFgTentativeColor value="0, 0, 0, 128"/>
|
||||
<TextEmbeddedItemReadOnlyColor value="242, 147, 58, 255"/> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="128, 128, 0, 255"/>
|
||||
<TextDefaultColor value="0, 20, 0, 255"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255"/>
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255"/>
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40"/>
|
||||
<ScrollDisabledColor value="128, 128, 128, 204"/>
|
||||
<ScrollSelectedBGColor value="100, 100, 100, 150"/>
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204"/> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204"/> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128"/> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="100, 100, 100, 255"/>
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255"/>
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255"/>
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255"/>
|
||||
<MenuNonProductionBgColor value="62, 62, 62, 255"/>
|
||||
<MenuNonProductionGodBgColor value="0,128,0,255"/>
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255"/>
|
||||
<MenuItemDisabledColor value="133, 133, 133, 128"/> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255"/> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100"/>
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255"/> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255"/>
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150"/>
|
||||
<PieMenuLineColor value="0, 0, 0, 128"/>
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77"/>
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200"/>
|
||||
<ToolTipBorderColor value="171, 212, 245, 255"/>
|
||||
<ToolTipTextColor value="0, 0, 0, 255"/>
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="166, 166, 166, 255"/>
|
||||
<NotifyTextColor value="0, 0, 0, 255"/>
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255"/>
|
||||
<GroupNotifyTextColor value="0, 0, 0 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="30, 30, 30, 200" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="30, 30, 30, 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="213, 169, 147, 200"/>
|
||||
|
||||
<!-- 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"/>
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255"/>
|
||||
<HelpFgColor value="0, 0, 0, 255"/>
|
||||
<HelpScrollTrackColor value="183, 184, 188, 255"/>
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="238, 156, 0, 255"/> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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 -->
|
||||
<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="0, 220, 100, 210" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="0, 240, 100, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="255, 255, 255, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="255, 200, 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="200, 200, 200, 255"/>
|
||||
<InventorySearchStatusColor value="0, 0, 0, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255"/>
|
||||
<AlertTextColor value="147, 169, 213, 255"/>
|
||||
<AlertCautionBoxColor value="142, 0, 157, 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>
|
||||
@@ -1,190 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 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="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<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"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="70, 170, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 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="70, 170, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 30, 60, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 0, 0, 0" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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"/>
|
||||
|
||||
<!-- 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" />
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255" />
|
||||
<HelpFgColor value="0, 0, 0, 255" />
|
||||
<HelpScrollTrackColor value="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 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="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 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="144, 165, 208, 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="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="255, 255, 255, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="62, 62, 62, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,3 +1,212 @@
|
||||
<?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, 30, 60, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="255, 255, 255, 255" />
|
||||
<ButtonLabelDisabledColor value="0, 30, 60, 128" />
|
||||
<ButtonLabelSelectedDisabledColor value="0, 30, 60, 128" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="255, 255, 255, 255" />
|
||||
<SliderThumbOutlineColor value="37, 64, 99, 255" />
|
||||
<SliderTrackColor value="37, 64, 99, 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="0, 0, 0, 200" />
|
||||
<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="120, 160, 200, 255" />
|
||||
<ScrollbarTrackColor value="183, 202, 220, 255" />
|
||||
|
||||
<!-- 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="210, 220, 230, 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="50, 115, 185, 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, 255, 255, 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="254, 209, 118, 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="0, 30, 80, 200" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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="239, 156, 0, 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="180, 180, 180, 255" />
|
||||
<ParcelTextColor value="40, 40, 90, 255" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="70, 70, 100, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="0, 30, 60, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="0, 100, 40, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="110, 15, 15, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="75, 75, 150, 180" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="255, 200, 70, 255" />
|
||||
<InventoryItemSuffixColor value="120, 70, 55, 255"/>
|
||||
<InventorySearchStatusColor value="0, 0, 0, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/>
|
||||
<InventoryBackgroundColor value="255, 255, 255, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="165, 180, 200, 245"/>
|
||||
<AlertTextColor value="0, 30, 60, 255"/>
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
|
||||
@@ -1,212 +0,0 @@
|
||||
<?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, 30, 60, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="255, 255, 255, 255" />
|
||||
<ButtonLabelDisabledColor value="0, 30, 60, 128" />
|
||||
<ButtonLabelSelectedDisabledColor value="0, 30, 60, 128" />
|
||||
<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, 190, 62, 127" />
|
||||
<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, 255" />
|
||||
<SliderThumbCenterColor value="255, 255, 255, 255" />
|
||||
<SliderThumbOutlineColor value="37, 64, 99, 255" />
|
||||
<SliderTrackColor value="37, 64, 99, 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="0, 0, 0, 200" />
|
||||
<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="120, 160, 200, 255" />
|
||||
<ScrollbarTrackColor value="183, 202, 220, 255" />
|
||||
|
||||
<!-- 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="210, 220, 230, 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="50, 115, 185, 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, 255, 255, 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="254, 209, 118, 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="0, 30, 80, 200" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 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="239, 156, 0, 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="180, 180, 180, 255" />
|
||||
<ParcelTextColor value="40, 40, 90, 255" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="70, 70, 100, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="0, 30, 60, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="0, 100, 40, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="110, 15, 15, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="75, 75, 150, 180" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="255, 200, 70, 255" />
|
||||
<InventoryItemSuffixColor value="120, 70, 55, 255"/>
|
||||
<InventorySearchStatusColor value="0, 0, 0, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/>
|
||||
<InventoryBackgroundColor value="255, 255, 255, 80"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="165, 180, 200, 245"/>
|
||||
<AlertTextColor value="0, 30, 60, 255"/>
|
||||
<AlertCautionBoxColor value="254, 209, 118, 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>
|
||||
@@ -1,3 +1,207 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="153, 204, 51, 255" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="153, 153, 153, 255" />
|
||||
<FloaterUnfocusBorderColor value="102, 102, 102, 255" />
|
||||
<FocusBackgroundColor value="210, 210, 210, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="204, 204, 204, 255" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="204,204, 204, 204" />
|
||||
<DefaultHighlightLight value="102, 104, 0, 255" />
|
||||
<DefaultShadowDark value="204, 204, 204, 204" />
|
||||
<DefaultShadowLight value="51, 15, 15, 51" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="204, 205, 204, 255" />
|
||||
<LabelSelectedColor value="0, 0, 0, 255" />
|
||||
<LabelSelectedDisabledColor value="153, 153, 153, 255" />
|
||||
<LabelTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LOGIN -->
|
||||
<LoginProgressBarBgColor value="153, 153, 153, 153" />
|
||||
<LoginProgressBarFgColor value="153, 153, 153, 153" />
|
||||
<LoginProgressBoxBorderColor value="51, 51, 51, 51" />
|
||||
<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="255, 255, 255, 255" />
|
||||
<ButtonLabelDisabledColor value="204, 204, 204, 255" />
|
||||
<ButtonLabelSelectedDisabledColor value="153, 153, 153, 255" />
|
||||
<ButtonSelectedBgColor value="255, 255, 255, 255" />
|
||||
<ButtonSelectedColor value="153, 204, 51, 255" />
|
||||
<ButtonUnselectedBgColor value="62, 62, 62, 255" />
|
||||
<ButtonUnselectedFgColor value="255, 255, 255, 255" />
|
||||
<ButtonBorderColor value="102, 102, 102, 255" />
|
||||
<ButtonFlashBgColor value="255, 255, 255, 255" />
|
||||
<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="204, 204, 204, 255" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="255, 255, 255, 255" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="102, 204, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="0, 0, 0, 255" />
|
||||
<TextFgTentativeColor value="0, 0, 0, 255" />
|
||||
<TextEmbeddedItemReadOnlyColor value="0, 0, 0, 255" /> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="0, 0, 0, 255" />
|
||||
<TextDefaultColor value="0, 0, 0, 255"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="255, 255, 255, 255" />
|
||||
<ScrollBgWriteableColor value="255, 255, 255, 255" />
|
||||
<ScrollBGStripeColor value="204, 204, 204, 60" />
|
||||
<ScrollDisabledColor value="210, 210, 210, 204" />
|
||||
<ScrollSelectedBGColor value="153, 204, 51, 255" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 255" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 255" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="255, 255, 255, 255" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="204, 204, 204, 255" />
|
||||
<ScrollbarTrackColor value="153, 204, 0, 255" />
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="255, 255, 255, 255" />
|
||||
<MenuBarGodBgColor value="153, 153, 153, 255" />
|
||||
<MenuNonProductionGodBgColor value="100, 200, 130, 230" />
|
||||
<MenuNonProductionBgColor value="230, 70, 70, 230" />
|
||||
<MenuDefaultBgColor value="255, 255, 255, 255" />
|
||||
<MenuItemDisabledColor value="204,204, 204, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="0, 0, 0, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="153, 153, 153, 255" />
|
||||
<MenuItemHighlightFgColor value="0, 0, 0, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="255, 255, 255, 255" />
|
||||
<PieMenuLineColor value="153, 153, 153, 255" />
|
||||
<PieMenuSelectedColor value="102, 204, 0, 255" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="204, 204, 204, 255" />
|
||||
<ToolTipBorderColor value="51, 51, 51, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="255, 255, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="210, 210, 210, 255" /> <!-- the background color of caution permissions prompts -->
|
||||
<NotifyCautionWarnColor value="210, 210, 210, 255" /> <!-- the foreground color of the special title text in caution permissions prompts -->
|
||||
<GroupNotifyBoxColor value="255, 255, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="102, 102, 102, 255" />
|
||||
<ChatHistoryTextColor value="102, 103, 102, 255" />
|
||||
<IMHistoryBgColor value="204, 204, 204, 255" />
|
||||
<IMHistoryTextColor value="204, 204, 204, 255" />
|
||||
|
||||
<!-- IN-WORLD SELECTION -->
|
||||
<SilhouetteParentColor value="204, 255, 51, 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="204, 204, 204, 204"/>
|
||||
|
||||
<!-- MAP -->
|
||||
<MapAvatar value="0, 255, 0, 255" />
|
||||
<MapFriend value="255, 255, 0, 255" />
|
||||
<MapLinden value="0, 0, 255, 255" />
|
||||
<MapMuted value="110, 110, 110, 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="204, 204, 204, 255" /> <!-- Text color of avatar nametags -->
|
||||
<FocusColor value="153, 153, 153, 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="0, 0, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
|
||||
<ScriptBgReadOnlyColor value="180, 180, 180, 255" />
|
||||
<ParcelTextColor value="0, 0, 0, 255" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="51, 153, 0, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="0, 0, 0, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="51, 153, 0, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="0, 0, 0, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="0, 0, 0, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="153, 153, 153, 255" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="0, 0, 0, 255" />
|
||||
<InventoryItemSuffixColor value="120, 70, 55, 255"/>
|
||||
<InventorySearchStatusColor value="0, 0, 0, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="0, 0, 0, 255"/>
|
||||
<InventoryBackgroundColor value="255, 255, 255, 255"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
<AvatarListTextDistNormalRange value="0, 0, 0, 255"/>
|
||||
<AvatarListTextDistShoutRange value="0, 0, 0, 128"/>
|
||||
<AvatarListTextDistOver value="128, 0, 0, 128"/>
|
||||
<AvatarListTextAgeYoung value="255, 0, 0, 255"/>
|
||||
<AvatarListTextAgeNormal value="0, 0, 0, 255"/>
|
||||
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="255, 255, 255, 255"/>
|
||||
<AlertTextColor value="0, 0, 0, 255"/>
|
||||
<AlertCautionBoxColor value="204, 0, 0, 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="153, 204, 51, 255"/>
|
||||
<MultiSliderThumbOutlineColor value="0, 0, 0, 0"/>
|
||||
<MultiSliderTrackColor value="0, 0, 0, 0"/>
|
||||
<MultiSliderThumbCenterSelectedColor value="153, 255, 0, 255"/>
|
||||
<MultiSliderTriangleColor value="0, 0, 0, 255"/>
|
||||
</settings>
|
||||
|
||||
@@ -1,207 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="153, 204, 51, 255" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="153, 153, 153, 255" />
|
||||
<FloaterUnfocusBorderColor value="102, 102, 102, 255" />
|
||||
<FocusBackgroundColor value="210, 210, 210, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="204, 204, 204, 255" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="204,204, 204, 204" />
|
||||
<DefaultHighlightLight value="102, 104, 0, 255" />
|
||||
<DefaultShadowDark value="204, 204, 204, 204" />
|
||||
<DefaultShadowLight value="51, 15, 15, 51" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="204, 205, 204, 255" />
|
||||
<LabelSelectedColor value="0, 0, 0, 255" />
|
||||
<LabelSelectedDisabledColor value="153, 153, 153, 255" />
|
||||
<LabelTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LOGIN -->
|
||||
<LoginProgressBarBgColor value="153, 153, 153, 153" />
|
||||
<LoginProgressBarFgColor value="153, 153, 153, 153" />
|
||||
<LoginProgressBoxBorderColor value="51, 51, 51, 51" />
|
||||
<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="255, 255, 255, 255" />
|
||||
<ButtonLabelDisabledColor value="204, 204, 204, 255" />
|
||||
<ButtonLabelSelectedDisabledColor value="153, 153, 153, 255" />
|
||||
<ButtonSelectedBgColor value="255, 255, 255, 255" />
|
||||
<ButtonSelectedColor value="153, 204, 51, 255" />
|
||||
<ButtonUnselectedBgColor value="62, 62, 62, 255" />
|
||||
<ButtonUnselectedFgColor value="255, 255, 255, 255" />
|
||||
<ButtonBorderColor value="102, 102, 102, 255" />
|
||||
<ButtonFlashBgColor value="255, 255, 255, 255" />
|
||||
<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="204, 204, 204, 255" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="255, 255, 255, 255" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="102, 204, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="0, 0, 0, 255" />
|
||||
<TextFgTentativeColor value="0, 0, 0, 255" />
|
||||
<TextEmbeddedItemReadOnlyColor value="0, 0, 0, 255" /> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="0, 0, 0, 255" />
|
||||
<TextDefaultColor value="0, 0, 0, 255"/>
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="255, 255, 255, 255" />
|
||||
<ScrollBgWriteableColor value="255, 255, 255, 255" />
|
||||
<ScrollBGStripeColor value="204, 204, 204, 60" />
|
||||
<ScrollDisabledColor value="210, 210, 210, 204" />
|
||||
<ScrollSelectedBGColor value="153, 204, 51, 255" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 255" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 255" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="255, 255, 255, 255" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="204, 204, 204, 255" />
|
||||
<ScrollbarTrackColor value="153, 204, 0, 255" />
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="255, 255, 255, 255" />
|
||||
<MenuBarGodBgColor value="153, 153, 153, 255" />
|
||||
<MenuNonProductionGodBgColor value="100, 200, 130, 230" />
|
||||
<MenuNonProductionBgColor value="230, 70, 70, 230" />
|
||||
<MenuDefaultBgColor value="255, 255, 255, 255" />
|
||||
<MenuItemDisabledColor value="204,204, 204, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="0, 0, 0, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="153, 153, 153, 255" />
|
||||
<MenuItemHighlightFgColor value="0, 0, 0, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="255, 255, 255, 255" />
|
||||
<PieMenuLineColor value="153, 153, 153, 255" />
|
||||
<PieMenuSelectedColor value="102, 204, 0, 255" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="204, 204, 204, 255" />
|
||||
<ToolTipBorderColor value="51, 51, 51, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="255, 255, 255, 255" />
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="210, 210, 210, 255" /> <!-- the background color of caution permissions prompts -->
|
||||
<NotifyCautionWarnColor value="210, 210, 210, 255" /> <!-- the foreground color of the special title text in caution permissions prompts -->
|
||||
<GroupNotifyBoxColor value="255, 255, 255, 255" />
|
||||
<GroupNotifyTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="102, 102, 102, 255" />
|
||||
<ChatHistoryTextColor value="102, 103, 102, 255" />
|
||||
<IMHistoryBgColor value="204, 204, 204, 255" />
|
||||
<IMHistoryTextColor value="204, 204, 204, 255" />
|
||||
|
||||
<!-- IN-WORLD SELECTION -->
|
||||
<SilhouetteParentColor value="204, 255, 51, 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="204, 204, 204, 204"/>
|
||||
|
||||
<!-- MAP -->
|
||||
<MapAvatar value="0, 255, 0, 255" />
|
||||
<MapFriend value="255, 255, 0, 255" />
|
||||
<MapLinden value="0, 0, 255, 255" />
|
||||
<MapMuted value="110, 110, 110, 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="204, 204, 204, 255" /> <!-- Text color of avatar nametags -->
|
||||
<FocusColor value="153, 153, 153, 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="0, 0, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
|
||||
<ScriptBgReadOnlyColor value="180, 180, 180, 255" />
|
||||
<ParcelTextColor value="0, 0, 0, 255" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="51, 153, 0, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="0, 0, 0, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="51, 153, 0, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="0, 0, 0, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="0, 0, 0, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="153, 153, 153, 255" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="0, 0, 0, 255" />
|
||||
<InventoryItemSuffixColor value="120, 70, 55, 255"/>
|
||||
<InventorySearchStatusColor value="0, 0, 0, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="0, 0, 0, 255"/>
|
||||
<InventoryBackgroundColor value="255, 255, 255, 255"/>
|
||||
<SHMediaTickerOscillatorColor value ="0, 0, 0, 191"/>
|
||||
<ComboBoxBg value="255, 255, 255, 255"/>
|
||||
<AvatarListTextDistNormalRange value="0, 0, 0, 255"/>
|
||||
<AvatarListTextDistShoutRange value="0, 0, 0, 128"/>
|
||||
<AvatarListTextDistOver value="128, 0, 0, 128"/>
|
||||
<AvatarListTextAgeYoung value="255, 0, 0, 255"/>
|
||||
<AvatarListTextAgeNormal value="0, 0, 0, 255"/>
|
||||
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="255, 255, 255, 255"/>
|
||||
<AlertTextColor value="0, 0, 0, 255"/>
|
||||
<AlertCautionBoxColor value="204, 0, 0, 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="153, 204, 51, 255"/>
|
||||
<MultiSliderThumbOutlineColor value="0, 0, 0, 0"/>
|
||||
<MultiSliderTrackColor value="0, 0, 0, 0"/>
|
||||
<MultiSliderThumbCenterSelectedColor value="153, 255, 0, 255"/>
|
||||
<MultiSliderTriangleColor value="0, 0, 0, 255"/>
|
||||
</settings>
|
||||
Reference in New Issue
Block a user