<?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"/>
<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>
