diff options
author | David Walter Seikel | 2012-02-27 23:02:32 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-27 23:02:32 +1000 |
commit | f41b446898cd53e7984d03b8b1bfa781028e47fd (patch) | |
tree | 4c4feab86c2d6e609b19783ed90273e7163cb771 /linden | |
parent | Fix a bug preventning seeing nearby sims, or TPing to other sims. (diff) | |
download | meta-impy-f41b446898cd53e7984d03b8b1bfa781028e47fd.zip meta-impy-f41b446898cd53e7984d03b8b1bfa781028e47fd.tar.gz meta-impy-f41b446898cd53e7984d03b8b1bfa781028e47fd.tar.bz2 meta-impy-f41b446898cd53e7984d03b8b1bfa781028e47fd.tar.xz |
Fixes http://redmine.kokuaviewer.org/issues/354
I similar fix should be applied to Gemini and Dark, but that should wait for the decision to move artwork into the repo.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/skins/silver/colors.xml | 99 | ||||
-rw-r--r-- | linden/indra/newview/skins/silver/colors_base.xml | 201 |
2 files changed, 99 insertions, 201 deletions
diff --git a/linden/indra/newview/skins/silver/colors.xml b/linden/indra/newview/skins/silver/colors.xml index cf9466f..bc9221e 100644 --- a/linden/indra/newview/skins/silver/colors.xml +++ b/linden/indra/newview/skins/silver/colors.xml | |||
@@ -1,3 +1,102 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <settings version = "101"> | 2 | <settings version = "101"> |
3 | |||
4 | <!-- Additional comments by McCabe Maxsted --> | ||
5 | |||
6 | <!-- WINDOWS --> | ||
7 | <TitleBarFocusColor value="50, 115, 185, 120" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows --> | ||
8 | <FloaterFocusBorderColor value="50, 115, 185, 75" /> <!-- Focused window border color --> | ||
9 | <FloaterUnfocusBorderColor value="110, 110, 110, 60" /> <!-- Unfocused window border color --> | ||
10 | <FocusBackgroundColor value="165, 180, 200, 245" /> <!-- Background color of focused windows --> | ||
11 | <DefaultBackgroundColor value="165, 180, 200, 128" /> <!-- Background color for unfocused windows --> | ||
12 | <DefaultHighlightDark value="50, 115, 185, 255" /> | ||
13 | <DefaultHighlightLight value="50, 115, 185, 255" /> <!-- Unfocused border, bottom portion --> | ||
14 | <DefaultShadowDark value="50, 115, 185, 255" /> <!-- Unfocused border, top portion --> | ||
15 | <DefaultShadowLight value="50, 115, 185, 255" /> <!-- Tab area border for IMs --> | ||
16 | |||
17 | <!-- WINDOW LABELS --> | ||
18 | <LabelDisabledColor value="0, 30, 60, 128" /> <!-- Color for unfocused window titles --> | ||
19 | <LabelTextColor value="0, 30, 60, 255" /> <!-- Color for window labels and titles --> | ||
20 | |||
21 | <!-- BUTTONS --> | ||
22 | <ButtonLabelColor value="0, 30, 60, 255" /> <!-- Label text color for buttons, like the "OK" text --> | ||
23 | <ButtonLabelSelectedColor value="255, 255, 255, 255" /> <!-- Label text color when button selected --> | ||
24 | <ButtonLabelDisabledColor value="0, 30, 60, 128" /> <!-- Label text color when button disabled --> | ||
25 | <ButtonLabelSelectedDisabledColor value="0, 30, 60, 128" /> <!-- Label text color when button disabled but selected --> | ||
26 | |||
27 | <!-- SLIDERS, single line --> | ||
28 | <SliderThumbCenterColor value="255, 255, 255, 255" /> <!-- Unfocused slider thumb color --> | ||
29 | <SliderThumbOutlineColor value="37, 64, 99, 255" /> <!-- Focused slider thumb color --> | ||
30 | <SliderTrackColor value="37, 64, 99, 255" /> <!-- Not used --> | ||
31 | |||
32 | <!-- TEXTFIELDS --> | ||
33 | <TextBgFocusColor value="255, 255, 255, 255" /> <!-- Text field background when receiving input (focused) --> | ||
34 | <TextBgReadOnlyColor value="255, 255, 255, 140" /> <!-- Text field background when read-only --> | ||
35 | <TextBgWriteableColor value="255, 255, 255, 255" /> <!-- Text field background when not receiving input (unfocused) --> | ||
36 | <TextFgColor value="48, 48, 45, 255" /> <!-- Text color for all text entry fields; cursor color for line editors --> | ||
37 | <TextFgReadOnlyColor value="0, 0, 0, 200" /> <!-- Text color in read-only fields --> | ||
38 | <TextLinkColor value="0, 20, 255, 255"/> | ||
39 | <TextLinkHoverColor value="0, 50, 255, 255"/> | ||
40 | |||
41 | <!-- LISTBOXES --> | ||
42 | <ScrollBgReadOnlyColor value="255, 255, 255, 140" /> <!-- Background of read only lists --> | ||
43 | <ScrollBgWriteableColor value="255, 255, 255, 140" /> <!-- Background of editable lists, e.g. groups--> | ||
44 | <ScrollBGStripeColor value="145, 180, 220, 60" /> <!-- Background stripes in sortable lists, e.g. Events Search --> | ||
45 | <ScrollSelectedBGColor value="50, 115, 185, 150" /> <!-- Selected item in a list highlight --> | ||
46 | <ScrollSelectedFGColor value="0, 30, 60, 255" /> <!-- Text color --> | ||
47 | <ScrollUnselectedColor value="0, 30, 60, 255" /> <!-- Text color --> | ||
48 | <ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color --> | ||
49 | <ScrollbarThumbColor value="120, 160, 200, 255" /> <!-- Scroll bar --> | ||
50 | <ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background --> | ||
51 | <ScrollReadOnlyColor value="180, 180, 180, 255" /> <!-- Color for inactive but not disabled lists --> | ||
52 | |||
53 | <!-- MENUS --> | ||
54 | <MenuBarBgColor value="185, 200, 220, 230" /> <!-- Menu bar background --> | ||
55 | <MenuBarGodBgColor value="100, 200, 130, 230" /> <!-- Menu bar background with God Mode enabled --> | ||
56 | <MenuNonProductionGodBgColor value="100, 200, 130, 230" /> <!-- Beta viewer menu bar background --> | ||
57 | <MenuNonProductionBgColor value="230, 70, 70, 230" /> <!-- Beta viewer menu bar background with God Mode enabled --> | ||
58 | <MenuDefaultBgColor value="210, 220, 230, 245" /> <!-- Menu background --> | ||
59 | <MenuItemDisabledColor value="0, 30, 60, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) --> | ||
60 | <MenuItemEnabledColor value="0, 30, 60, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) --> | ||
61 | <MenuItemHighlightBgColor value="50, 115, 185, 100" /> <!-- Highlighted menu item background color --> | ||
62 | <MenuItemHighlightFgColor value="0, 30, 60, 255" /> <!-- Highlighted menu item text color; also treeview node selection highlight --> | ||
63 | <MenuPopupBgColor value="197, 217, 234, 240" /> <!-- Right-click menu background --> | ||
64 | |||
65 | <!-- PIE MENUS --> | ||
66 | <PieMenuBgColor value="118, 156, 201, 230" /> <!-- Color of pie menu --> | ||
67 | <PieMenuLineColor value="255, 255, 255, 60" /> <!-- Color of pie menu slice separators --> | ||
68 | <PieMenuSelectedColor value="185, 200, 220, 120" /> <!-- Color of pie menu slice when selected --> | ||
69 | |||
70 | <!-- MENU BAR --> | ||
71 | <ParcelTextColor value="40, 40, 90, 255" /> <!-- Parcel name on menu bar, normal state --> | ||
72 | <ParcelHoverColor value="70, 70, 100, 255" /> <!-- Parcel name on menu bar, hover state --> | ||
73 | <TimeTextColor value="0, 30, 60, 255" /> <!-- SL Time on menu bar --> | ||
74 | <BalanceTextColor value="0, 100, 40, 255" /> <!-- Linden dollar balance on menu bar --> | ||
75 | <HealthTextColor value="110, 15, 15, 255" /> <!-- Damage meter text on menu bar --> | ||
76 | |||
77 | <!-- TOOLTIPS --> | ||
78 | <ToolTipBgColor value="250, 255, 225, 230" /> <!-- Tool tips, i.e. "Hover Tips" --> | ||
79 | |||
80 | <!-- NOTIFICATION POP-UPS --> | ||
81 | <NotifyBoxColor value="170, 210, 255, 240" /> <!-- Notification background, i.e. tp requests --> | ||
82 | <NotifyTextColor value="0, 30, 60, 255" /> <!-- Notification text --> | ||
83 | <GroupNotifyBoxColor value="170, 210, 255, 240" /> <!-- Group notices background --> | ||
84 | |||
85 | <!-- ALERT BOX COLORS --> | ||
86 | <AlertBoxColor value="165, 180, 200, 245" /> <!-- Alert floaters, like the warning before returning objects --> | ||
87 | <AlertTextColor value="0, 30, 60, 255" /> <!-- Alert floater text --> | ||
88 | |||
89 | <!-- CHAT AND IM HISTORY TEXTBOX COLORS --> | ||
90 | <ChatHistoryBgColor value="0, 30, 80, 200" /> <!-- Local Chat background --> | ||
91 | |||
92 | <!-- INVENTORY --> | ||
93 | <InventoryBackgroundColor value="255, 255, 255, 80"/> <!-- Inventory floater background --> | ||
94 | <InventoryItemSuffixColor value="120, 70, 55, 255"/> <!-- "worn", "no modify", etc --> | ||
95 | <FilterBackgroundColor value="75, 75, 150, 180" /> <!-- Inventory search background --> | ||
96 | <InventorySearchStatusColor value="0, 0, 0, 255" /> <!-- "Searching..." --> | ||
97 | |||
98 | <!-- MISC --> | ||
99 | <FloaterButtonImageColor value="255, 255, 255, 255" /> <!-- The floater buttons (like the close box) are white images that receive this color. --> | ||
100 | <ButtonCautionImageColor value="255, 255, 255, 255" /> <!-- Match the caution dialog buttons to the default --> | ||
101 | |||
3 | </settings> | 102 | </settings> |
diff --git a/linden/indra/newview/skins/silver/colors_base.xml b/linden/indra/newview/skins/silver/colors_base.xml deleted file mode 100644 index f9bf283..0000000 --- a/linden/indra/newview/skins/silver/colors_base.xml +++ /dev/null | |||
@@ -1,201 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <settings version = "101"> | ||
3 | <!-- Additional comments by McCabe Maxsted --> | ||
4 | |||
5 | <!-- WINDOWS --> | ||
6 | <TitleBarFocusColor value="50, 115, 185, 120" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows --> | ||
7 | <FloaterFocusBorderColor value="50, 115, 185, 75" /> <!-- Focused window border color --> | ||
8 | <FloaterUnfocusBorderColor value="110, 110, 110, 60" /> <!-- Unfocused window border color --> | ||
9 | <FocusBackgroundColor value="165, 180, 200, 245" /> <!-- Background color of focused windows --> | ||
10 | <DefaultBackgroundColor value="165, 180, 200, 128" /> <!-- Background color for unfocused windows --> | ||
11 | <ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus --> | ||
12 | <DefaultHighlightDark value="50, 115, 185, 255" /> | ||
13 | <DefaultHighlightLight value="50, 115, 185, 255" /> <!-- Unfocused border, bottom portion --> | ||
14 | <DefaultShadowDark value="50, 115, 185, 255" /> <!-- Unfocused border, top portion --> | ||
15 | <DefaultShadowLight value="50, 115, 185, 255" /> <!-- Tab area border for IMs --> | ||
16 | |||
17 | <!-- WINDOW LABELS --> | ||
18 | <LabelDisabledColor value="0, 30, 60, 128" /> <!-- Color for unfocused window titles --> | ||
19 | <LabelSelectedColor value="255, 255, 255, 255" /> <!-- Color for mouseovered clickable labels, e.g. version info on the login screen --> | ||
20 | <LabelSelectedDisabledColor value="164, 190, 237, 128" /> | ||
21 | <LabelTextColor value="0, 30, 60, 255" /> <!-- Color for window labels and titles --> | ||
22 | |||
23 | <!-- LOGIN --> | ||
24 | <LoginProgressBarBgColor value="255, 255, 255, 255" /> <!-- Login progress bar background --> | ||
25 | <LoginProgressBarFgColor value="255, 255, 255, 255" /> <!-- Login progress bar --> | ||
26 | <LoginProgressBoxBorderColor value="0, 30, 60, 0" /> <!-- Login progress box border --> | ||
27 | <LoginProgressBoxCenterColor value="0, 0, 0, 200" /> <!-- Login progress box background --> | ||
28 | <LoginProgressBoxShadowColor value="0, 0, 0, 200" /> <!-- Login progress box shadow --> | ||
29 | <LoginProgressBoxTextColor value="255, 255, 255, 255"/> <!-- Login progress text --> | ||
30 | |||
31 | <!-- BUTTONS --> | ||
32 | <ButtonLabelColor value="0, 30, 60, 255" /> <!-- Label text color for buttons, like the "OK" text --> | ||
33 | <ButtonLabelSelectedColor value="255, 255, 255, 255" /> <!-- Label text color when button selected --> | ||
34 | <ButtonLabelDisabledColor value="0, 30, 60, 128" /> <!-- Label text color when button disabled --> | ||
35 | <ButtonLabelSelectedDisabledColor value="0, 30, 60, 128" /> <!-- Label text color when button disabled but selected --> | ||
36 | <ButtonSelectedBgColor value="62, 62, 62, 255" /> <!-- Not used --> | ||
37 | <ButtonSelectedColor value="255, 255, 255, 255" /> <!-- Not used --> | ||
38 | <ButtonUnselectedBgColor value="62, 62, 62, 255" /> <!-- Not used --> | ||
39 | <ButtonUnselectedFgColor value="255, 255, 255, 255" /> <!-- Not used --> | ||
40 | <ButtonBorderColor value="239, 156, 0, 255" /> <!-- Not used --> | ||
41 | <ButtonFlashBgColor value="255, 190, 62, 127" /> <!-- Color of tab flashing on incoming IM --> | ||
42 | <ButtonColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white --> | ||
43 | <ButtonImageColor value="255, 255, 255, 255" /> <!-- Button color override (also checkboxes and scroll arrows). | ||
44 | Blended with button art, usually left as opaque white --> | ||
45 | |||
46 | <!-- SLIDERS, single line --> | ||
47 | <SliderDisabledThumbColor value="0, 0, 0, 255" /> <!-- Not used --> | ||
48 | <SliderThumbCenterColor value="255, 255, 255, 255" /> <!-- Unfocused slider thumb color --> | ||
49 | <SliderThumbOutlineColor value="37, 64, 99, 255" /> <!-- Focused slider thumb color --> | ||
50 | <SliderTrackColor value="37, 64, 99, 255" /> <!-- Not used --> | ||
51 | |||
52 | <!-- SLIDERS, multi line (as in the sky editor) --> | ||
53 | <MultiSliderDisabledThumbColor value="0, 0, 0, 255"/> <!-- Not used --> | ||
54 | <MultiSliderThumbCenterColor value="183, 184, 188, 255"/> <!-- Not used --> | ||
55 | <MultiSliderThumbOutlineColor value="0, 0, 0, 255"/> <!-- Not used --> | ||
56 | <MultiSliderTrackColor value="30, 30, 30, 255"/> <!-- Not used --> | ||
57 | <MultiSliderThumbCenterSelectedColor value="255, 50, 50, 255"/> <!-- Not used --> | ||
58 | <MultiSliderTriangleColor value="255, 255, 50, 255"/> <!-- Not used --> | ||
59 | |||
60 | <!-- TEXTFIELDS --> | ||
61 | <TextBgFocusColor value="255, 255, 255, 255" /> <!-- Text field background when receiving input (focused) --> | ||
62 | <TextBgReadOnlyColor value="255, 255, 255, 140" /> <!-- Text field background when read-only --> | ||
63 | <TextBgWriteableColor value="255, 255, 255, 255" /> <!-- Text field background when not receiving input (unfocused) --> | ||
64 | <TextCursorColor value="0, 0, 0, 255" /> <!-- Cursor color in notecards and scripts only --> | ||
65 | <TextFgColor value="48, 48, 45, 255" /> <!-- Text color for all text entry fields; cursor color for line editors --> | ||
66 | <TextFgReadOnlyColor value="0, 0, 0, 200" /> <!-- Text color in read-only fields --> | ||
67 | <TextFgTentativeColor value="0, 0, 0, 128" /> <!-- Initial entry in text entry fields, e.g. "Click here to chat." --> | ||
68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> | ||
69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> | ||
70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> | ||
71 | <TextLinkColor value="0, 20, 255, 255"/> | ||
72 | <TextLinkHoverColor value="0, 50, 255, 255"/> | ||
73 | |||
74 | <!-- LISTBOXES --> | ||
75 | <ScrollBgReadOnlyColor value="255, 255, 255, 140" /> <!-- Background of read only lists --> | ||
76 | <ScrollBgWriteableColor value="255, 255, 255, 140" /> <!-- Background of editable lists, e.g. groups--> | ||
77 | <ScrollBGStripeColor value="145, 180, 220, 60" /> <!-- Background stripes in sortable lists, e.g. Events Search --> | ||
78 | <ScrollDisabledColor value="128, 128, 128, 204" /> | ||
79 | <ScrollSelectedBGColor value="50, 115, 185, 150" /> <!-- Selected item in a list highlight --> | ||
80 | <ScrollSelectedFGColor value="0, 30, 60, 255" /> <!-- Text color --> | ||
81 | <ScrollUnselectedColor value="0, 30, 60, 255" /> <!-- Text color --> | ||
82 | <ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color --> | ||
83 | <ScrollbarThumbColor value="120, 160, 200, 255" /> <!-- Scroll bar --> | ||
84 | <ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background --> | ||
85 | <ScrollReadOnlyColor value="180, 180, 180, 255" /> <!-- Color for inactive but not disabled lists --> | ||
86 | |||
87 | <!-- MENUS --> | ||
88 | <MenuBarBgColor value="185, 200, 220, 230" /> <!-- Menu bar background --> | ||
89 | <MenuBarGodBgColor value="100, 200, 130, 230" /> <!-- Menu bar background with God Mode enabled --> | ||
90 | <MenuNonProductionGodBgColor value="100, 200, 130, 230" /> <!-- Beta viewer menu bar background --> | ||
91 | <MenuNonProductionBgColor value="230, 70, 70, 230" /> <!-- Beta viewer menu bar background with God Mode enabled --> | ||
92 | <MenuDefaultBgColor value="210, 220, 230, 245" /> <!-- Menu background --> | ||
93 | <MenuItemDisabledColor value="0, 30, 60, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) --> | ||
94 | <MenuItemEnabledColor value="0, 30, 60, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) --> | ||
95 | <MenuItemHighlightBgColor value="50, 115, 185, 100" /> <!-- Highlighted menu item background color --> | ||
96 | <MenuItemHighlightFgColor value="0, 30, 60, 255" /> <!-- Highlighted menu item text color; also treeview node selection highlight --> | ||
97 | <MenuPopupBgColor value="197, 217, 234, 240" /> <!-- Right-click menu background --> | ||
98 | |||
99 | <!-- PIE MENUS --> | ||
100 | <PieMenuBgColor value="118, 156, 201, 230" /> <!-- Color of pie menu --> | ||
101 | <PieMenuLineColor value="255, 255, 255, 60" /> <!-- Color of pie menu slice separators --> | ||
102 | <PieMenuSelectedColor value="185, 200, 220, 120" /> <!-- Color of pie menu slice when selected --> | ||
103 | |||
104 | <!-- MENU BAR --> | ||
105 | <ParcelTextColor value="40, 40, 90, 255" /> <!-- Parcel name on menu bar, normal state --> | ||
106 | <ParcelHoverColor value="70, 70, 100, 255" /> <!-- Parcel name on menu bar, hover state --> | ||
107 | <TimeTextColor value="0, 30, 60, 255" /> <!-- SL Time on menu bar --> | ||
108 | <BalanceTextColor value="0, 100, 40, 255" /> <!-- Linden dollar balance on menu bar --> | ||
109 | <HealthTextColor value="110, 15, 15, 255" /> <!-- Damage meter text on menu bar --> | ||
110 | |||
111 | <!-- TOOLTIPS --> | ||
112 | <ToolTipBgColor value="250, 255, 225, 230" /> <!-- Tool tips, i.e. "Hover Tips" --> | ||
113 | <ToolTipBorderColor value="171, 212, 245, 255" /> <!-- Not used --> | ||
114 | <ToolTipTextColor value="0, 0, 0, 255" /> <!-- Tool tips text color --> | ||
115 | |||
116 | <!-- NOTIFICATION POP-UPS --> | ||
117 | <NotifyBoxColor value="170, 210, 255, 240" /> <!-- Notification background, i.e. tp requests --> | ||
118 | <NotifyTextColor value="0, 30, 60, 255" /> <!-- Notification text --> | ||
119 | <NotifyCautionBoxColor value="254, 209, 118, 255" /> <!-- Background color of caution permissions prompts --> | ||
120 | <NotifyCautionWarnColor value="0, 0, 0, 255" /> <!-- Foreground color of the special title text in caution permissions prompts --> | ||
121 | <GroupNotifyBoxColor value="170, 210, 255, 240" /> <!-- Group notices background --> | ||
122 | <GroupNotifyTextColor value="0, 30, 60, 255" /> <!-- Group notices text --> | ||
123 | |||
124 | <!-- ALERT BOX COLORS --> | ||
125 | <AlertBoxColor value="165, 180, 200, 245" /> <!-- Alert floaters, like the warning before returning objects --> | ||
126 | <AlertTextColor value="0, 30, 60, 255" /> <!-- Alert floater text --> | ||
127 | <AlertCautionBoxColor value="254, 209, 118, 255" /> <!-- Background color of caution alerts --> | ||
128 | <AlertCautionTextColor value="0, 0, 0, 255" /> <!-- Foreground color of the special title text in caution alerts --> | ||
129 | |||
130 | <!-- CHAT AND IM HISTORY TEXTBOX COLORS --> | ||
131 | <ChatHistoryBgColor value="0, 30, 80, 200" /> <!-- Local Chat background --> | ||
132 | <ChatHistoryTextColor value="255, 255, 255, 255" /> <!-- Local Chat text --> | ||
133 | <IMHistoryBgColor value="0, 30, 80, 200" /> <!-- Instant Message background --> | ||
134 | <IMHistoryTextColor value="255, 255, 255, 255" /> <!-- Instant Message text --> | ||
135 | |||
136 | <!-- IN-WORLD SELECTION --> | ||
137 | <SilhouetteParentColor value="255, 255, 0, 255" /> <!-- Root prim selection outline --> | ||
138 | <SilhouetteChildColor value="32, 106, 196, 255" /> <!-- Child prim selection outline --> | ||
139 | <HighlightParentColor value="171, 212, 245, 255" /> | ||
140 | <HighlightChildColor value="171, 212, 245, 255" /> | ||
141 | <HighlightInspectColor value="255, 0, 255, 255" /> <!-- Selection outline when inspecting --> | ||
142 | |||
143 | <!-- EDIT MODE GRID --> | ||
144 | <GridFocusPointColor value="255, 255, 255, 128" /> <!-- Not used --> | ||
145 | <GridlineColor value="255, 255, 255, 255" /> <!-- Grid color --> | ||
146 | <GridlineBGColor value="235, 235, 255, 200" /> <!-- Grid background color --> | ||
147 | <GridlineShadowColor value="0, 0, 0, 80" /> <!-- Grid drop shadow --> | ||
148 | |||
149 | <!-- PROPERTY LINES --> | ||
150 | <PropertyColorAvail value="0, 0, 0, 0" /> | ||
151 | <PropertyColorGroup value="0, 184, 184, 102" /> <!-- Property group owns --> | ||
152 | <PropertyColorOther value="255, 0, 0, 102" /> <!-- Property others own --> | ||
153 | <PropertyColorSelf value="0, 255, 0, 102" /> <!-- Property you own --> | ||
154 | <PropertyColorForSale value="255, 128, 0, 102" /> <!-- Property for sale --> | ||
155 | <PropertyColorAuction value="128, 0, 255, 102" /> <!-- Match the color on the world map --> | ||
156 | |||
157 | <!-- MEDIA ICONS --> | ||
158 | <IconEnabledColor value="255, 255, 255, 255"/> <!-- Media/music icon enabled --> | ||
159 | <IconDisabledColor value="147, 169, 213, 200"/> <!-- Media/music icon disabled --> | ||
160 | |||
161 | <!-- MAP --> | ||
162 | <MapAvatar value="0, 255, 0, 255" /> <!-- Your avatar's glyph color --> | ||
163 | <MapFriend value="255, 255, 0, 255" /> <!-- Your friends' glyph color --> | ||
164 | <MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color --> | ||
165 | <MapSelected value="255, 0, 0, 255" /> <!-- Selected avatars' glyph color --> | ||
166 | <MapImpDev value="90, 45, 101, 255" /> <!-- Imprudence developers glyph color --> | ||
167 | <MapPartner value="214, 40, 107, 255" /> <!-- (unused) Your avatar's partner's glyph color --> | ||
168 | |||
169 | <!-- MINI-MAP --> | ||
170 | <NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background --> | ||
171 | <NetMapYouOwnAboveWater value="0, 255, 255, 255" /> <!-- Objects owned by you above water --> | ||
172 | <NetMapYouOwnBelowWater value="0, 200, 200, 255" /> <!-- Objects owned by you below water --> | ||
173 | <NetMapGroupOwnAboveWater value="255, 0, 255, 255" /> <!-- Group owned objects above water --> | ||
174 | <NetMapGroupOwnBelowWater value="200, 0, 200, 255" /> <!-- Group owned objects below water --> | ||
175 | <NetMapOtherOwnAboveWater value="60, 60, 60, 255" /> <!-- Objects owned by others above water --> | ||
176 | <NetMapOtherOwnBelowWater value="30, 30, 30, 255" /> <!-- Objects owned by others below water --> | ||
177 | <NetMapThisRegion value="255, 255, 255, 255" /> | ||
178 | <NetMapLiveRegion value="204, 204, 204, 255" /> | ||
179 | <NetMapDeadRegion value="255, 128, 128, 255" /> | ||
180 | <NetMapFrustum value="255, 255, 255, 20" /> | ||
181 | <NetMapFrustumRotating value="255, 255, 255, 51" /> | ||
182 | |||
183 | <!-- INVENTORY --> | ||
184 | <InventoryBackgroundColor value="255, 255, 255, 80"/> <!-- Inventory floater background --> | ||
185 | <FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." --> | ||
186 | <InventoryItemSuffixColor value="120, 70, 55, 255"/> <!-- "worn", "no modify", etc --> | ||
187 | <FilterBackgroundColor value="75, 75, 150, 180" /> <!-- Inventory search background --> | ||
188 | <FilterTextColor value="255, 200, 70, 255" /> <!-- Inventory search text --> | ||
189 | <InventorySearchStatusColor value="0, 0, 0, 255" /> <!-- "Searching..." --> | ||
190 | |||
191 | <!-- MISC --> | ||
192 | <AvatarNameColor value="251, 175, 93, 255" /> <!-- Text color of avatar nametags --> | ||
193 | <FocusColor value="239, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus --> | ||
194 | <FloaterButtonImageColor value="255, 255, 255, 255" /> <!-- The floater buttons (like the close box) are white images that receive this color. --> | ||
195 | <ButtonCautionImageColor value="255, 255, 255, 255" /> <!-- Match the caution dialog buttons to the default --> | ||
196 | <MapAutopilotColor value="255, 128, 0, 255" /> | ||
197 | <ContextSilhouetteColor value="239, 156, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu --> | ||
198 | <GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window --> | ||
199 | <ConsoleBackground value="0, 0, 0, 255" /> <!-- Background for inworld chat --> | ||
200 | |||
201 | </settings> | ||