Difference between revisions of "Skinning How To/Fully commented colors.xml file"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 66: Line 66:
<TextCursorColor value="0, 0, 0, 255" />                    <!-- Cursor color in notecards and scripts only -->
<TextCursorColor value="0, 0, 0, 255" />                    <!-- Cursor color in notecards and scripts only -->
<TextFgColor value="48, 48, 45, 255" />                    <!-- Text color for all text entry fields; cursor color for line editors -->
<TextFgColor value="48, 48, 45, 255" />                    <!-- Text color for all text entry fields; cursor color for line editors -->
<TextFgReadOnlyColor value="0, 0, 0, 200" />
<TextFgReadOnlyColor value="0, 0, 0, 200" />                <!-- Text color in read-only fields -->
<TextFgTentativeColor value="0, 0, 0, 128" />
<TextFgTentativeColor value="0, 0, 0, 128" />              <!-- Initial entry in text entry fields, e.g. "Click here to chat." -->
<TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only embedded items in notecards -->
<TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards -->
<TextEmbeddedItemColor value="0, 0, 128, 255" />            <!-- Text of embedded items in notecards -->
<TextEmbeddedItemColor value="0, 0, 128, 255" />            <!-- Text items of embedded in notecards -->
<TextDefaultColor value="0, 20, 0, 255"/>                  <!-- Non-keyword text in the script editor -->
<TextDefaultColor value="0, 20, 0, 255"/>                  <!-- Non-keyword text in the script editor -->
<ScriptBgReadOnlyColor value="180, 180, 180, 255" />
<ScriptBgReadOnlyColor value="180, 180, 180, 255" />       <!-- Doesn't appear to be used -->
 
    
    
<!-- LISTBOXES -->
<!-- LISTBOXES -->
<ScrollBgReadOnlyColor value="255, 255, 255, 140" />
<ScrollBgReadOnlyColor value="255, 255, 255, 140" />    <!-- Background of read only lists -->
<ScrollBgWriteableColor value="255, 255, 255, 140" />
<ScrollBgWriteableColor value="255, 255, 255, 140" />  <!-- Background of editable lists, e.g. groups-->
<ScrollBGStripeColor value="145, 180, 220, 60" />      <!-- Background stripes in sortable lists, like Events Search -->
<ScrollBGStripeColor value="145, 180, 220, 60" />      <!-- Background stripes in sortable lists, e.g. Events Search -->
<ScrollDisabledColor value="128, 128, 128, 204" />
<ScrollDisabledColor value="128, 128, 128, 204" />    
<ScrollSelectedBGColor value="50, 115, 185, 150" />    <!-- Selected item in a list highlight -->
<ScrollSelectedBGColor value="50, 115, 185, 150" />    <!-- Selected item in a list highlight -->
<ScrollSelectedFGColor value="0, 30, 60, 255" />        <!-- Text color -->
<ScrollSelectedFGColor value="0, 30, 60, 255" />        <!-- Text color -->

Revision as of 01:58, 8 July 2008

This was created for the latest 1.20 release candidate. Dead entries have been removed, and entries that are in the source but have no current effect are marked as "Doesn't appear to be used". If you see anything that needs changing, please IM McCabe Maxsted.

  • TO USE: Replace the contents of your SecondLifeReleaseCandidate\app_settings\colors.xml file with the text below:

<xml> <?xml version="1.0" encoding="utf-8" standalone="yes"?> <settings version = "101">

<TitleBarFocusColor value="50, 115, 185, 120" /> <FloaterFocusBorderColor value="50, 115, 185, 75" /> <FloaterUnfocusBorderColor value="110, 110, 110, 60" /> <FocusBackgroundColor value="165, 180, 200, 245" /> <DefaultBackgroundColor value="165, 180, 200, 128" /> <ColorDropShadow value="0, 0, 0, 200" /> <DefaultHighlightDark value="50, 115, 185, 255" /> <DefaultHighlightLight value="50, 115, 185, 255" /> <DefaultShadowDark value="50, 115, 185, 255" /> <DefaultShadowLight value="50, 115, 185, 255" />

<LabelDisabledColor value="0, 30, 60, 128" /> <LabelSelectedColor value="255, 255, 255, 255" /> <LabelSelectedDisabledColor value="164, 190, 237, 128" /> <LabelTextColor value="0, 30, 60, 255" />

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

<ButtonLabelColor value="0, 30, 60, 255" /> <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" /> <ButtonColor value="255, 255, 255, 255" /> <ButtonImageColor value="255, 255, 255, 255" />

<SliderDisabledThumbColor value="0, 0, 0, 255" /> <SliderThumbCenterColor value="255, 255, 255, 255" /> <SliderThumbOutlineColor value="37, 64, 99, 255" /> <SliderTrackColor value="37, 64, 99, 255" />

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

<TextBgFocusColor value="255, 255, 255, 255" /> <TextBgReadOnlyColor value="255, 255, 255, 140" /> <TextBgWriteableColor value="255, 255, 255, 255" /> <TextCursorColor value="0, 0, 0, 255" /> <TextFgColor value="48, 48, 45, 255" /> <TextFgReadOnlyColor value="0, 0, 0, 200" /> <TextFgTentativeColor value="0, 0, 0, 128" /> <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <TextEmbeddedItemColor value="0, 0, 128, 255" /> <TextDefaultColor value="0, 20, 0, 255"/> <ScriptBgReadOnlyColor value="180, 180, 180, 255" />


<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" /> <ScrollUnselectedColor value="0, 30, 60, 255" /> <ScrollHighlightedColor value="145, 180, 220, 128" /> <ScrollbarThumbColor value="120, 160, 200, 255" /> <ScrollbarTrackColor value="183, 202, 220, 255" />

<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" /> <MenuItemEnabledColor value="0, 30, 60, 255" /> <MenuItemHighlightBgColor value="50, 115, 185, 100" /> <MenuItemHighlightFgColor value="0, 30, 60, 255" /> <MenuPopupBgColor value="197, 217, 234, 240" />

<PieMenuBgColor value="118, 156, 201, 230" /> <PieMenuLineColor value="255, 255, 255, 60" /> <PieMenuSelectedColor value="185, 200, 220, 120" />

<ParcelTextColor value="40, 40, 90, 255" /> <ParcelHoverColor value="70, 70, 100, 255" /> <TimeTextColor value="0, 30, 60, 255" /> <BalanceTextColor value="0, 100, 40, 255" /> <HealthTextColor value="110, 15, 15, 255" />

<ToolTipBgColor value="250, 255, 225, 230" /> <ToolTipBorderColor value="171, 212, 245, 255" /> <ToolTipTextColor value="0, 0, 0, 255" />

<NotifyBoxColor value="170, 210, 255, 240" /> <NotifyTextColor value="0, 30, 60, 255" /> <NotifyCautionBoxColor value="254, 209, 118, 255" /> <NotifyCautionWarnColor value="0, 0, 0, 255" /> <GroupNotifyBoxColor value="170, 210, 255, 240" /> <GroupNotifyTextColor value="0, 30, 60, 255" />

<AlertBoxColor value="165, 180, 200, 245" /> <AlertTextColor value="0, 30, 60, 255" /> <AlertCautionBoxColor value="254, 209, 118, 255" /> <AlertCautionTextColor value="0, 0, 0, 255" />

<ChatHistoryBgColor value="0, 30, 80, 200" /> <ChatHistoryTextColor value="255, 255, 255, 255" /> <IMHistoryBgColor value="0, 30, 80, 200" /> <IMHistoryTextColor value="255, 255, 255, 255" />

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

<GridFocusPointColor value="255, 255, 255, 128" /> <GridlineColor value="255, 255, 255, 255" /> <GridlineBGColor value="235, 235, 255, 200" /> <GridlineShadowColor value="0, 0, 0, 80" />

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

<IconEnabledColor value="255, 255, 255, 255"/> <IconDisabledColor value="147, 169, 213, 200"/>

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

<InventoryBackgroundColor value="255, 255, 255, 80"/> <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <InventoryItemSuffixColor value="120, 70, 55, 255"/> <FilterBackgroundColor value="75, 75, 150, 180" /> <FilterTextColor value="255, 200, 70, 255" /> <InventorySearchStatusColor value="0, 0, 0, 255" />

<AvatarNameColor value="251, 175, 93, 255" /> <FocusColor value="239, 156, 0, 255" /> <FloaterButtonImageColor value="255, 255, 255, 255" /> <ButtonCautionImageColor value="255, 255, 255, 255" /> <MapAutopilotColor value="255, 128, 0, 255" /> <ContextSilhouetteColor value="239, 156, 0, 255" /> <GroupOverTierColor value="110, 15, 15, 255" /> <ConsoleBackground value="0, 0, 0, 255" />

</settings>

</xml>