Viewer Skins/Dazzle Glass

From Second Life Wiki

Second Life Wiki > Viewer Skins > Viewer Skins/Dazzle Glass
Jump to: navigation, search
By: Elle Pollack
Viewer Version: 1.20
Information: Dazzle Glass
Source: view source on Wiki
external source
Image:
A light-on-dark Dazzle skin with lots of transparency

This color sceme still has the "Dazzle" look but returns to a lot of the white-on-dark-background mode of the classic for most floating windows. In the process I discovered the wonders of transparency settings - having a big window blocking my view has always been one of my deep seated peves, appearently. Active windows are semitransparent, inactive windows almost completely so. Some people might have a problem with that but it makes Dazzle much more useable for me.

Installation Instructions

  1. Find your Second Life installation folder
  2. Go into the \skins\silver\ directory, and create a backup of colors.xml
  3. Download the source for this skin and save it as colors.xml in the \skins\silver\ directory, overwriting the original file if necessary.
  4. Switch to the "Silver" skin in preferences.


 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings version = "101">
<!-- WINDOWS -->
<TitleBarFocusColor value="88, 143, 219, 128" />	<!-- Focused window title bar highlight, no equivalent for unfocused windows -->
<FocusBackgroundColor value="60, 70, 82, 128" />	<!-- Background color of focused floaters -->
<DefaultBackgroundColor value="165, 180, 200, 30" />	<!-- Background color for unfocused floaters -->
<!-- LABELS -->
<LabelTextColor value="255, 255, 255, 255" />
 
<!-- BUTTONS -->
<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" /> 		<!-- Blended with button art, usually left as opaque white -->
<ButtonImageColor value="255, 255, 255, 255" /> 	<!-- Blended with button art, usually left as opaque white -->
 
<!-- Text fields -->
<TextFgReadOnlyColor value="0, 0, 0, 200" />
<TextDefaultColor value="0, 20, 0, 255"/>
<TextEmbeddedItemColor value="255, 255, 255, 255" />
<TextFgReadOnlyColor value="0, 0, 0, 200" />
<TextFgTentativeColor value="210, 210, 210, 128" />
 
<!-- 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, 180" />
<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="50, 64, 76, 230" />
<MenuDefaultBgColor value="77, 89, 99, 230" />
<MenuItemDisabledColor value="150, 150, 150, 150" />	<!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
<MenuItemEnabledColor value="225, 225, 225, 255" />		<!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
<MenuItemHighlightBgColor value="209, 221, 240, 180" />
<MenuItemHighlightFgColor value="0, 30, 60, 255" />	<!-- Highlighted menu text color; also treeview node selection highlight -->
<MenuPopupBgColor value="77, 89, 99, 240" />
 
<!--  PIE MENUS -->
<PieMenuBgColor value="118, 156, 201, 0" />
<PieMenuLineColor value="255, 255, 255, 200" />
<PieMenuSelectedColor value="185, 200, 220, 120" />
 
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
<ChatHistoryBgColor value="94, 94, 94, 10" />
<ChatHistoryTextColor value="255, 255, 255, 255" />
<IMHistoryBgColor value="94, 94, 94, 10" />
<IMHistoryTextColor value="255, 255, 255, 255" />
 
<!-- MINI-MAP -->
<NetMapBackgroundColor value="0, 0, 0, 0" />
 
<!-- 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, 128" />
<ParcelTextColor value="230, 230, 230, 255" />		<!-- Parcel name on menu bar, normal state -->
<ParcelHoverColor value="255, 255, 255, 255" />		<!-- Parcel name on menu bar, hover state -->
<TimeTextColor value="210, 255, 210, 255" />		<!-- SL Time on menu bar -->
<BalanceTextColor value="143, 255, 190, 255" />		<!-- Linden dollar balance on menu bar -->
<HealthTextColor value="230, 115, 115, 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, 110, 255" />
<InventoryItemSuffixColor value="78, 64, 60, 255"/>
<InventorySearchStatusColor value="0, 0, 0, 255" />
<ConsoleBackground value="0, 0, 0, 255" />
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/>
 
</settings>