<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings version = "101">

<!-- WINDOWS -->
<TitleBarFocusColor value="182, 0, 0, 120" />	<!-- Focused window title bar highlight, no equivalent for unfocused windows -->
<FloaterFocusBorderColor value="182, 0, 0, 75" />
<FloaterUnfocusBorderColor value="110, 110, 110, 60" />
<FocusBackgroundColor value="0, 0, 0, 200" />	<!-- Background color of focused floaters -->
<DefaultBackgroundColor value="0, 0, 0, 128" />	<!-- Background color for unfocused floaters -->
<ColorDropShadow value="0, 0, 0, 200" />		<!-- The drop shadow behind windows and menus -->
<DefaultHighlightDark value="182, 0, 0, 255" />
<DefaultHighlightLight value="182, 0, 0, 255" />
<DefaultShadowDark value="2, 0, 0, 255" />
<DefaultShadowLight value="12, 0, 0, 255" />

<!-- LABELS -->
<LabelDisabledColor value="0, 0, 0, 148" />
<LabelSelectedColor value="220, 0, 0, 255" />
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
<LabelTextColor value="255, 0, 0, 255" />
 
<!-- LOGIN -->
<LoginProgressBarBgColor value="255, 0, 0, 255" />
<LoginProgressBarFgColor value="255, 0, 0, 255" />
<LoginProgressBoxBorderColor value="1, 0, 0, 0" />
<LoginProgressBoxCenterColor value="0, 0, 0, 200" />
<LoginProgressBoxShadowColor value="0, 0, 0, 200" />
<LoginProgressBoxTextColor value="255, 255, 255, 255"/>

<!-- BUTTONS -->
<ButtonLabelColor value="0, 0, 0, 255" /> 		<!-- Text labels for buttons, like the "OK" text -->
<ButtonLabelSelectedColor value="255, 255, 255, 255" />
<ButtonLabelDisabledColor value="1, 0, 0, 128" />
<ButtonLabelSelectedDisabledColor value="1, 0, 0, 128" />
<ButtonSelectedBgColor value="200, 202, 62, 255" />
<ButtonSelectedColor value="255, 255, 0, 255" />
<ButtonUnselectedBgColor value="255, 255, 255, 255" />
<ButtonUnselectedFgColor value="255, 255, 255, 255" />
<ButtonBorderColor value="0, 0, 0, 255" />
<ButtonFlashBgColor value="255, 0, 2, 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, 0, 0, 255" />
<SliderThumbOutlineColor value="101, 0, 0, 255" />
<SliderTrackColor value="101, 0, 0, 255" />

<!-- TEXTFIELDS -->
<TextBgFocusColor value="0, 0, 0, 255" />		<!-- Text field background when receiving input (focused) -->
<TextBgReadOnlyColor value="0, 0, 0, 250" />	<!-- Text field background when read-only -->
<TextBgWriteableColor value="20, 0, 0, 205" />	<!-- Text field background when not receiving input (unfocused) -->
<TextCursorColor value="250, 0, 0, 255" />
<TextFgColor value="255, 0, 0, 255" />
<TextFgReadOnlyColor value="220, 0, 0, 200" />
<TextFgTentativeColor value="250, 0, 0, 128" />
<TextEmbeddedItemReadOnlyColor value="58, 147, 21, 255" />	<!-- i.e. About Land name that you don't own -->
<TextEmbeddedItemColor value="0, 0, 128, 255" />
<TextDefaultColor value="255, 0, 0, 255"/>
  
<!-- LISTBOXES -->
<ScrollBgReadOnlyColor value="230, 0, 0, 120" />
<ScrollBgWriteableColor value="255, 0, 0, 130" />
<ScrollBGStripeColor value="220, 40, 0, 60" />
<ScrollDisabledColor value="28, 28, 28, 204" />
<ScrollSelectedBGColor value="255, 0, 0, 150" />
<ScrollSelectedFGColor value="1, 0, 0, 255" />	<!-- Text color -->
<ScrollUnselectedColor value="255, 0, 0, 255" />	<!-- Text color -->
<ScrollHighlightedColor value="145, 90, 0, 28" />	<!-- Hover color -->
<ScrollbarThumbColor value="200, 0, 0, 255" />
<ScrollbarTrackColor value="70, 0, 0, 255" />

<!-- MENUS -->
<MenuBarBgColor value="0, 0, 0, 130" />
<MenuBarGodBgColor value="255, 50, 0, 230" />
<MenuNonProductionGodBgColor value="255, 50, 0, 230" />
<MenuNonProductionBgColor value="0, 0, 0, 130" />
<MenuDefaultBgColor value="0, 0, 0, 145" />
<MenuItemDisabledColor value="180, 0, 0, 128" />	<!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
<MenuItemEnabledColor value="250, 0, 0, 255" />		<!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
<MenuItemHighlightBgColor value="0, 0, 0, 200" />
<MenuItemHighlightFgColor value="255, 0, 0, 255" />	<!-- Highlighted menu text color; also treeview node selection highlight -->
<MenuPopupBgColor value="0, 0, 0, 240" />

<!--  PIE MENUS -->
<PieMenuBgColor value="0, 0, 0, 160" />
<PieMenuLineColor value="255, 0, 0, 60" />
<PieMenuSelectedColor value="217, 21, 0, 120" />

<!-- TOOLTIPS -->
<ToolTipBgColor value="255, 0, 0, 230" />
<ToolTipBorderColor value="255, 50, 0, 255" />
<ToolTipTextColor value="0, 0, 0, 255" />

<!-- NOTIFICATION POP-UPS -->
<NotifyBoxColor value="0, 0, 0, 220" />
<NotifyTextColor value="255, 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="189, 0, 0, 240" />
<GroupNotifyTextColor value="1, 0, 0, 255" />

<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
<ChatHistoryBgColor value="0, 1, 0, 200" />
<ChatHistoryTextColor value="255, 0, 0, 255" />
<IMHistoryBgColor value="0, 1, 0, 200" />
<IMHistoryTextColor value="240, 0,0, 255" />

<!-- IN-WORLD SELECTION -->
<SilhouetteParentColor value="255, 255, 0, 255" />
<SilhouetteChildColor value="106, 6,7, 255" />
<HighlightParentColor value="255,0,0,45" />
<HighlightChildColor value="220,0,0, 25" />
<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" />
<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="251, 0, 0, 225" /> 		<!-- Text color of avatar nametags -->
<FocusColor value="239, 156, 0, 255" /> 		<!-- Color of the glow around UI controls with keyboard focus -->
<FloaterButtonImageColor value="10, 0, 0, 200" /> 	<!-- 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="180, 180, 180, 255" />
<ParcelTextColor value="255, 0, 0, 155" />		<!-- Parcel name on menu bar, normal state -->
<ParcelHoverColor value="255, 70, 0, 255" />		<!-- Parcel name on menu bar, hover state -->
<TimeTextColor value="250, 30, 0, 255" />		<!-- SL Time on menu bar -->
<BalanceTextColor value="255, 100, 0, 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="5, 5, 4, 180" /> <!-- Matching region of Inventory search text -->
<FilterTextColor value="255, 0, 0, 255" />
<InventoryItemSuffixColor value="150, 7, 5, 255"/>
<InventorySearchStatusColor value="220, 0, 0,225" />
<ConsoleBackground value="10, 0, 0, 255" />
<FolderViewLoadingMessageTextColor value="240, 5, 0, 255"/>
<InventoryBackgroundColor value="0, 0, 0, 180"/>
<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="0, 0, 0, 245"/>
<AlertTextColor value="228, 0, 0, 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>
