This commit is contained in:
Siana Gearz
2010-11-14 14:55:16 +01:00
parent 1c37fa0fce
commit d320fe9e92
5 changed files with 129 additions and 115 deletions

View File

@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings version = "101"> <settings version = "101">
</settings> </settings>

View File

@@ -58,11 +58,11 @@
<TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own --> <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own -->
<TextEmbeddedItemColor value="0, 0, 128, 255" /> <TextEmbeddedItemColor value="0, 0, 128, 255" />
<TextDefaultColor value="0, 20, 0, 255"/> <TextDefaultColor value="0, 20, 0, 255"/>
<TextLinkColor value="144, 165, 208, 255"/> <TextLinkColor value="144, 165, 208, 255"/>
<TextLinkHoverColor value="255, 255, 255, 255"/> <TextLinkHoverColor value="255, 255, 255, 255"/>
<!-- LISTBOXES --> <!-- LISTBOXES -->
<ScrollBgReadOnlyColor value="200, 209, 204, 255" /> <ScrollBgReadOnlyColor value="200, 209, 204, 255" />
<ScrollBgWriteableColor value="200, 209, 204, 255" /> <ScrollBgWriteableColor value="200, 209, 204, 255" />
<ScrollBGStripeColor value="100, 100, 100, 40" /> <ScrollBGStripeColor value="100, 100, 100, 40" />
@@ -183,6 +183,13 @@
<ConsoleBackground value="0, 0, 0, 255" /> <ConsoleBackground value="0, 0, 0, 255" />
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv --> <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
<InventoryBackgroundColor value="62, 62, 62, 80"/> <InventoryBackgroundColor value="62, 62, 62, 80"/>
<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 --> <!-- Alert box colors -->
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects --> <AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->

View File

@@ -184,6 +184,12 @@
<ConsoleBackground value="0, 0, 0, 255" /> <ConsoleBackground value="0, 0, 0, 255" />
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv --> <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
<InventoryBackgroundColor value="62, 62, 62, 80"/> <InventoryBackgroundColor value="62, 62, 62, 80"/>
<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 --> <!-- Alert box colors -->
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects --> <AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->

View File

@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings version = "101"> <settings version = "101">
<!-- WINDOWS --> <!-- WINDOWS -->
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows --> <TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
<FloaterFocusBorderColor value="0, 0, 0, 80"/> <FloaterFocusBorderColor value="0, 0, 0, 80" />
<FloaterUnfocusBorderColor value="0, 0, 0, 80"/> <FloaterUnfocusBorderColor value="0, 0, 0, 80" />
<FocusBackgroundColor value="62, 62, 62, 255"/> <!-- Background color of focused floaters --> <FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
<DefaultBackgroundColor value="62, 62, 62, 140"/> <!-- Background color for unfocused 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 --> <ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
<DefaultHighlightDark value="26, 26, 26, 255"/> <DefaultHighlightDark value="26, 26, 26, 255" />
<DefaultHighlightLight value="132, 132, 132, 255"/> <DefaultHighlightLight value="115, 132, 155, 255" />
<DefaultShadowDark value="26, 26, 26, 255"/> <DefaultShadowDark value="26, 26, 26, 255" />
<DefaultShadowLight value="0, 0, 0, 255"/> <DefaultShadowLight value="0, 0, 0, 255" />
<!-- LABELS --> <!-- LABELS -->
<LabelDisabledColor value="147, 169, 213, 77"/> <LabelDisabledColor value="147, 169, 213, 77" />
<LabelSelectedColor value="255, 255, 255, 255"/> <LabelSelectedColor value="255, 255, 255, 255" />
<LabelSelectedDisabledColor value="116, 116, 116, 128"/> <LabelSelectedDisabledColor value="164, 190, 237, 128" />
<LabelTextColor value="200, 200, 200, 255"/> <LabelTextColor value="147, 169, 213, 255" />
<!-- LOGIN --> <!-- LOGIN -->
<LoginProgressBarBgColor value="255, 255, 255, 255" /> <LoginProgressBarBgColor value="255, 255, 255, 255" />
@@ -28,36 +28,38 @@
<LoginProgressBoxTextColor value="255, 255, 255, 255"/> <LoginProgressBoxTextColor value="255, 255, 255, 255"/>
<!-- BUTTONS --> <!-- BUTTONS -->
<ButtonLabelColor value="220, 220, 220, 255"/> <!-- Text labels for buttons, like the "OK" text --> <ButtonLabelColor value="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
<ButtonLabelSelectedColor value="220, 220, 220, 255"/> <ButtonLabelSelectedColor value="220, 220, 220, 255" />
<ButtonLabelDisabledColor value="147, 169, 213, 200"/> <ButtonLabelDisabledColor value="147, 169, 213, 200" />
<ButtonLabelSelectedDisabledColor value="164, 190, 237, 200"/> <ButtonLabelSelectedDisabledColor value="164, 190, 237, 200" />
<ButtonSelectedBgColor value="62, 62, 62, 255"/> <ButtonSelectedBgColor value="62, 62, 62, 255" />
<ButtonSelectedColor value="255, 255, 255, 255"/> <ButtonSelectedColor value="255, 255, 255, 255" />
<ButtonUnselectedBgColor value="62, 62, 62, 255"/> <ButtonUnselectedBgColor value="62, 62, 62, 255" />
<ButtonUnselectedFgColor value="255, 255, 255, 255"/> <ButtonUnselectedFgColor value="255, 255, 255, 255" />
<ButtonBorderColor value="238, 156, 0, 255"/> <ButtonBorderColor value="239, 156, 0, 255" />
<ButtonFlashBgColor value="255, 190, 62, 127" /> <ButtonFlashBgColor value="255, 190, 62, 127" />
<ButtonColor value="255, 255, 255, 255"/> <!-- Blended with button art, usually left as opaque white --> <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 --> <ButtonImageColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white -->
<!-- SLIDERS --> <!-- SLIDERS -->
<SliderDisabledThumbColor value="0, 0, 0, 255" /> <SliderDisabledThumbColor value="0, 0, 0, 255" />
<SliderThumbCenterColor value="200, 200, 200, 255"/> <SliderThumbCenterColor value="200, 200, 200, 255" />
<SliderThumbOutlineColor value="255, 255, 255, 255"/> <SliderThumbOutlineColor value="255, 255, 255, 255" />
<SliderTrackColor value="255, 255, 255, 255"/> <SliderTrackColor value="255, 255, 255, 255" />
<!-- TEXTFIELDS --> <!-- TEXTFIELDS -->
<TextBgFocusColor value="200, 209, 204, 255"/> <!-- Text field background when receiving input (focused) --> <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 --> <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) --> <TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
<TextCursorColor value="0, 0, 0, 255"/> <TextCursorColor value="0, 0, 0, 255" />
<TextFgColor value="0, 0, 0, 255"/> <TextFgColor value="0, 0, 0, 255" />
<TextFgReadOnlyColor value="255, 255, 255, 200"/> <TextFgReadOnlyColor value="255, 255, 255, 200" />
<TextFgTentativeColor value="0, 0, 0, 128"/> <TextFgTentativeColor value="0, 0, 0, 128" />
<TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255"/> <!-- i.e. About Land name that you don't own --> <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own -->
<TextEmbeddedItemColor value="0, 0, 128, 255"/> <TextEmbeddedItemColor value="0, 0, 128, 255" />
<TextDefaultColor value="0, 20, 0, 255"/> <TextDefaultColor value="0, 20, 0, 255"/>
<TextLinkColor value="144, 165, 208, 255"/>
<TextLinkHoverColor value="255, 255, 255, 255"/>
<!-- LISTBOXES --> <!-- LISTBOXES -->
<ScrollBgReadOnlyColor value="200, 209, 204, 255"/> <ScrollBgReadOnlyColor value="200, 209, 204, 255"/>
@@ -72,61 +74,61 @@
<ScrollbarTrackColor value="153, 154, 158, 255"/> <ScrollbarTrackColor value="153, 154, 158, 255"/>
<!-- MENUS --> <!-- MENUS -->
<MenuBarBgColor value="62, 62, 62, 255"/> <MenuBarBgColor value="62, 62, 62, 255" />
<MenuBarGodBgColor value="62, 128, 62, 255"/> <MenuBarGodBgColor value="62, 128, 62, 255" />
<MenuNonProductionBgColor value="128, 0, 0, 255"/> <MenuNonProductionGodBgColor value="0, 128, 0, 255" />
<MenuNonProductionGodBgColor value="0,128,0,255"/> <MenuNonProductionBgColor value="128, 0, 0, 255" />
<MenuDefaultBgColor value="0, 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) --> <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) --> <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"/> <MenuItemHighlightBgColor value="183, 184, 188, 100" />
<MenuItemHighlightFgColor value="255, 255, 255, 255"/> <!-- Highlighted menu text color; also treeview node selection highlight --> <MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
<MenuPopupBgColor value="0, 0, 0, 255"/> <MenuPopupBgColor value="0, 0, 0, 255" />
<!-- PIE MENUS --> <!-- PIE MENUS -->
<PieMenuBgColor value="62, 62, 62, 150"/> <PieMenuBgColor value="62, 62, 62, 150" />
<PieMenuLineColor value="0, 0, 0, 128"/> <PieMenuLineColor value="0, 0, 0, 128" />
<PieMenuSelectedColor value="183, 184, 188, 77"/> <PieMenuSelectedColor value="183, 184, 188, 77" />
<!-- TOOLTIPS --> <!-- TOOLTIPS -->
<ToolTipBgColor value="183, 184, 188, 200"/> <ToolTipBgColor value="183, 184, 188, 200" />
<ToolTipBorderColor value="171, 212, 245, 255"/> <ToolTipBorderColor value="171, 212, 245, 255" />
<ToolTipTextColor value="0, 0, 0, 255"/> <ToolTipTextColor value="0, 0, 0, 255" />
<!-- NOTIFICATION POP-UPS --> <!-- NOTIFICATION POP-UPS -->
<NotifyBoxColor value="66, 66, 66, 255"/> <NotifyBoxColor value="70, 170, 255, 255" />
<NotifyTextColor value="200, 200, 200, 255"/> <NotifyTextColor value="0, 0, 0, 255" />
<NotifyCautionBoxColor value="254, 209, 118, 255"/> <!-- the background color of caution permissions prompts --> <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 --> <NotifyCautionWarnColor value="0, 0, 0, 255" /> <!-- the foreground color of the special title text in caution permissions prompts -->
<GroupNotifyBoxColor value="70, 170, 255, 255"/> <GroupNotifyBoxColor value="70, 170, 255, 255" />
<GroupNotifyTextColor value="0, 0, 0 255" /> <GroupNotifyTextColor value="0, 30, 60, 255" />
<!-- CHAT AND IM HISTORY TEXTBOX COLORS --> <!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
<ChatHistoryBgColor value="30, 30, 30, 200" /> <ChatHistoryBgColor value="0, 0, 0, 0" />
<ChatHistoryTextColor value="255, 255, 255, 255" /> <ChatHistoryTextColor value="255, 255, 255, 255" />
<IMHistoryBgColor value="30, 30, 30, 200" /> <IMHistoryBgColor value="0, 30, 80, 200" />
<IMHistoryTextColor value="255, 255, 255, 255" /> <IMHistoryTextColor value="255, 255, 255, 255" />
<!-- IN-WORLD SELECTION --> <!-- IN-WORLD SELECTION -->
<SilhouetteParentColor value="255, 255, 0, 255"/> <SilhouetteParentColor value="255, 255, 0, 255" />
<SilhouetteChildColor value="32, 106, 196, 255"/> <SilhouetteChildColor value="32, 106, 196, 255" />
<HighlightParentColor value="171, 212, 245, 255"/> <HighlightParentColor value="171, 212, 245, 255" />
<HighlightChildColor value="171, 212, 245, 255"/> <HighlightChildColor value="171, 212, 245, 255" />
<HighlightInspectColor value="255, 0, 255, 255"/> <HighlightInspectColor value="255, 0, 255, 255" />
<!-- EDIT MODE GRID --> <!-- EDIT MODE GRID -->
<GridFocusPointColor value="255, 255, 255, 128"/> <GridFocusPointColor value="255, 255, 255, 128" />
<GridlineColor value="255, 255, 255, 255"/> <GridlineColor value="255, 255, 255, 255" />
<GridlineBGColor value="235, 235, 255, 200"/> <GridlineBGColor value="235, 235, 255, 200" />
<GridlineShadowColor value="0, 0, 0, 80"/> <GridlineShadowColor value="0, 0, 0, 80" />
<!-- PROPERTY LINES --> <!-- PROPERTY LINES -->
<PropertyColorAvail value="0, 0, 0, 0"/> <PropertyColorAvail value="0, 0, 0, 0" />
<PropertyColorGroup value="0, 184, 184, 102"/> <PropertyColorGroup value="0, 184, 184, 102" />
<PropertyColorOther value="255, 0, 0, 102"/> <PropertyColorOther value="255, 0, 0, 102" />
<PropertyColorSelf value="0, 255, 0, 102"/> <PropertyColorSelf value="0, 255, 0, 102" />
<PropertyColorForSale value="255, 128, 0, 102"/> <PropertyColorForSale value="255, 128, 0, 102" />
<PropertyColorAuction value="128, 0, 255, 102"/> <!-- Match the color on the world map --> <PropertyColorAuction value="128, 0, 255, 102" /> <!-- Match the color on the world map -->
<!-- Icon Enable/Disable --> <!-- Icon Enable/Disable -->
<IconEnabledColor value="255, 255, 255, 255"/> <IconEnabledColor value="255, 255, 255, 255"/>
@@ -135,8 +137,6 @@
<!-- MAP --> <!-- MAP -->
<MapAvatar value="0, 255, 0, 255" /> <MapAvatar value="0, 255, 0, 255" />
<MapFriend value="255, 255, 0, 255" /> <MapFriend value="255, 255, 0, 255" />
<MapLinden value="0, 0, 255, 255" />
<MapMuted value="110, 110, 110, 255" />
<!-- MINI-MAP --> <!-- MINI-MAP -->
<NetMapBackgroundColor value="0, 0, 0, 77" /> <NetMapBackgroundColor value="0, 0, 0, 77" />
@@ -153,33 +153,34 @@
<NetMapFrustumRotating value="255, 255, 255, 51" /> <NetMapFrustumRotating value="255, 255, 255, 51" />
<!-- HELP WINDOW --> <!-- HELP WINDOW -->
<HelpBgColor value="200, 209, 204, 255"/> <HelpBgColor value="200, 209, 204, 255" />
<HelpFgColor value="0, 0, 0, 255"/> <HelpFgColor value="0, 0, 0, 255" />
<HelpScrollTrackColor value="183, 184, 188, 255"/> <HelpScrollTrackColor value="183, 184, 188, 255" />
<HelpScrollThumbColor value="80, 96, 124, 255"/> <HelpScrollThumbColor value="80, 96, 124, 255" />
<HelpScrollHighlightColor value="115, 132, 155, 255"/> <HelpScrollHighlightColor value="115, 132, 155, 255" />
<HelpScrollShadowColor value="0, 0, 0, 255"/> <HelpScrollShadowColor value="0, 0, 0, 255" />
<!-- MISC --> <!-- MISC -->
<AvatarNameColor value="251, 175, 93, 255"/> <!-- Text color of avatar nametags --> <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 --> <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. --> <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 --> <ButtonCautionImageColor value="255, 255, 255, 255" /> <!-- Match the caution dialog buttons to the default -->
<MapAutopilotColor value="255, 128, 0, 255"/> <HealthTextColor value="255, 255, 255, 255" />
<ContextSilhouetteColor value="239, 156, 0, 255"/> <!-- For "context" highlighting, i.e. pie menu --> <MapAutopilotColor value="255, 128, 0, 255" />
<ScriptBgReadOnlyColor value="100, 100, 100, 255"/> <ContextSilhouetteColor value="239, 156, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
<ParcelTextColor value="0, 200, 100, 200" /> <!-- Parcel name on menu bar, normal state --> <ScriptBgReadOnlyColor value="100, 100, 100, 255" />
<ParcelHoverColor value="0, 200, 100, 255" /> <!-- Parcel name on menu bar, hover state --> <ParcelTextColor value="144, 165, 208, 255" /> <!-- Parcel name on menu bar, normal state -->
<TimeTextColor value="255, 255, 255, 255" /> <!-- SL Time on menu bar --> <ParcelHoverColor value="255, 255, 255, 255" /> <!-- Parcel name on menu bar, hover state -->
<BalanceTextColor value="0, 255, 0, 255"/> <!-- Linden dollar balance on menu bar --> <TimeTextColor value="255, 255, 255, 255" /> <!-- SL Time on menu bar -->
<HealthTextColor value="255, 255, 255, 255"/> <!-- Damage meter text on menu bar --> <BalanceTextColor value="0, 255, 0, 255" /> <!-- Linden dollar balance on menu bar -->
<GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window --> <HealthTextColor value="255, 255, 255, 255" /> <!-- Damage meter text on menu bar -->
<FilterBackgroundColor value="0, 0, 20, 255"/> <!-- Matching region of Inventory search text --> <GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window -->
<FilterTextColor value="255, 200, 70, 255"/> <FilterBackgroundColor value="0, 0, 20, 255" /> <!-- Matching region of Inventory search text -->
<InventoryItemSuffixColor value="200, 200, 200, 255"/> <FilterTextColor value="255, 200, 70, 255" />
<InventorySearchStatusColor value="0, 0, 0, 255" /> <InventoryItemSuffixColor value="191, 216, 216, 255" /> <!-- "worn", "no modify", etc-->
<InventorySearchStatusColor value="255, 255, 255, 255" />
<ConsoleBackground value="0, 0, 0, 255" /> <ConsoleBackground value="0, 0, 0, 255" />
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
<InventoryBackgroundColor value="62, 62, 62, 80"/> <InventoryBackgroundColor value="62, 62, 62, 80"/>
<ComboBoxBg value="255, 255, 255, 255"/> <ComboBoxBg value="255, 255, 255, 255"/>
<AvatarListTextDistNormalRange value="0, 0, 0, 255"/> <AvatarListTextDistNormalRange value="0, 0, 0, 255"/>
@@ -190,10 +191,10 @@
<!-- Alert box colors --> <!-- Alert box colors -->
<AlertBoxColor value="62, 62, 62, 255"/> <AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
<AlertTextColor value="147, 169, 213, 255"/> <AlertTextColor value="147, 169, 213, 255" />
<AlertCautionBoxColor value="142, 0, 157, 255"/> <!-- Background color of caution alerts --> <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 --> <AlertCautionTextColor value="0, 0, 0, 255" /> <!-- Foreground color of the special title text in caution alerts -->
<!-- Multi sliders, as in the sky animation setting --> <!-- Multi sliders, as in the sky animation setting -->
<MultiSliderDisabledThumbColor value="0, 0, 0, 255"/> <MultiSliderDisabledThumbColor value="0, 0, 0, 255"/>