windows-nt/Source/XPSP1/NT/shell/themes/themedir/luna/homestead/homestead.ini

2367 lines
63 KiB
INI
Raw Normal View History

2020-09-26 03:20:57 -05:00
;------------------------------------------
; file: HomeStead\default.ini
;------------------------------------------
;--------- Globals -------------------------
[globals]
; global edge colors (redefined in various parts)
EdgeLightColor = 241 239 226
EdgeHighLightColor = 255 255 255
EdgeShadowColor = 172 168 153
EdgeDkShadowColor = 113 111 100
EdgeFillColor = 236 233 216
;--------- system metrics -------------------------------
[SysMetrics]
;The system metric colors also effect non-themed controls.
ScrollbarWidth = ##SBWidth
ScrollbarHeight = ##SBHeight
Window = 255 255 255
MenuBar = 236 233 216
Menu = 255 255 255
Background = 157 172 189
Btnface = 236 233 216
Highlight = 147 160 112
ActiveCaption = 139 161 105
CaptionText = 255 255 255
InactiveCaption = 212 214 186
InactiveCaptionText = 255 255 255
GradientActiveCaption = 198 210 162
GradientInactiveCaption = 212 214 186
HighlightText = 255 255 255
MenuHilight = 147 160 112
BtnShadow = 172 168 153
GrayText = 172 168 153
BtnHighlight = 255 255 255
DkShadow3d = 113 111 100
Light3d = 241 239 226
;---- don't remove these fonts (must specify to be localizable) ----
CaptionFont = ##CaptionFont
CaptionBarHeight = ##CaptionBarHeight
SmallCaptionFont = ##SmallCaptionFont
SMCaptionBarHeight = ##SMCaptionBarHeight
SMCaptionBarWidth = ##SMCaptionBarWidth
MenuFont = ##MenuFont
StatusFont = ##StatusFont
MsgBoxFont = ##MsgBoxFont
IconTitleFont = ##IconTitleFont
;The FlatMenus option allows the author to turn of the 3d border on menus
FlatMenus = true
;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
CssName = cpwebvw.css
;This may allow authors to specify a theme matching XML file.
XmlName = default.xml
; this theme designed for 15-bit color and higher
MinColorDepth = 15
;---------- buttons ---------------------------------
;Overall button class
[button]
;Normal button
[button.pushbutton]
bgtype = imagefile
SizingMargins = 8, 8, 9, 9
sizingType = Stretch
ContentMargins = 3, 3, 3, 3
ImageFile=HomeStead\button.bmp
imageCount = 5
ImageLayout = vertical
TextColor = 0 0 0
FillColorHint = 243 243 239; Average fill color (light beige)
BorderColorHint = 5 98 6; Edge color (dark green)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
MinSize= 10, 5
;Makes text for button grey for the disabled state
[button.pushbutton(disabled)]
TextColor = 161 161 146
;Color hint for default state
[button.pushbutton(defaulted)]
AccentColorHint = 169 201 117; Default state hilite color (green)
;Checkboxes
[button.checkbox]
bgtype = imagefile
imagelayout=vertical
sizingType = TrueSize
SizingMargins = 0, 0, 0, 0
ContentMargins = 0, 0, 0, 0
imageCount = 12
MirrorImage = false
FillColorHint = 33 161 33; Checkmark color (green)
BorderColorHint = 29 82 129; Edge color (dark blue grey)
AccentColorHint = 250 196 88; Rollover hilite color (orange)
;----- Multiple control sizes for different video adapter resolution settings ----
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1 = HomeStead\CheckBox13.bmp
ImageFile2 = HomeStead\CheckBox16.bmp
ImageFile3 = HomeStead\CheckBox25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185
;Checkboxes can be disabled in various states, so each of the following entries sets the text
;to grey for the corresponding states.
[button.checkbox(checkeddisabled)]
TextColor = 161 161 146
[button.checkbox(uncheckeddisabled)]
TextColor = 161 161 146
[button.checkbox(mixeddisabled)]
TextColor = 161 161 146
;Radio buttons
[button.radiobutton]
bgtype = imagefile
imagelayout=vertical
transparent=true
sizingType = TrueSize
SizingMargins = 0, 0, 0, 0
ContentMargins = 0, 0, 0, 0
imageCount = 8
FillColorHint = 33 161 33; Selection dot color (green)
BorderColorHint = 29 82 129; Edge color (dark blue grey)
AccentColorHint = 250 196 88; Rollover hilite color (orange)
;----- Multiple control sizes for different video adapter resolution settings ----
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1 = HomeStead\RadioButton13.bmp
ImageFile2 = HomeStead\RadioButton16.bmp
ImageFile3 = HomeStead\RadioButton25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185
;Radio buttons can be disabled in various states, so each of the following entries sets the text
;to grey for the corresponding states.
[button.radiobutton(checkeddisabled)]
TextColor = 161 161 146
[button.radiobutton(uncheckeddisabled)]
TextColor = 161 161 146
;The line enclosing a group of controls
[button.groupbox]
TextColor = 153 84 10
bgtype = imagefile
SizingMargins = 4, 4, 4, 4
sizingType = Tile
ImageFile=HomeStead\GroupBox.bmp
;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
;draw on top of the controls it surrounds)
borderOnly = true
transparent = true
BorderColorHint = 208 208 191; Dark beige edge color
NormalSize = 9999, 9999 ; never source size a groupbox (from IE)
;----------- combobox --------------------------------
;Dropdown controls
[Combobox]
; Globals for the entire control
BgType = BorderFill
BorderSize = 1
FillColor = 255 255 255
BorderColor = 164 185 127
[Combobox(Hot)]
; Globals when the mouse is over the control
BorderColor = 164 185 127
[Combobox(Disabled)]
; Globals when the control is disabled
BorderColor = 201 199 186
FillColor = 245 244 234
;The down pointing triangle button
[Combobox.DropDownButton]
BgType = imagefile
imagelayout = vertical
SizingType = Stretch
ImageFile = HomeStead\ComboButton.bmp
SizingMargins = 3, 3, 3, 3
ContentMargins = 0, 0, 0, 0
ImageCount = 4
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\ComboButtonGlyph.bmp
GlyphTransparent= true
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
;----------- edit --------------------------------
[edit]
BgType = BorderFill
BorderSize = 1
FillColor = 255 255 255
BorderColor = 164 185 127
[edit.edittext(Disabled)]
FillColor = 235 235 228
TextColor = 161 161 146
[edit.edittext(ReadOnly)]
FillColor = 235 235 228
TextColor = 0 0 0
;----------- listbox --------------------------------
[Listbox]
BgType = BorderFill
BorderSize = 1
FillColor = 255 255 255
BorderColor = 164 185 127
;--------- Scrollbar -------------------------
[ScrollBar]
;The buttons, both horizontal and vertical in one strip
; Scrollbar Arrow Buttons
[ScrollBar.ArrowBtn]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 3, 3
SizingType = Stretch
ImageFile=HomeStead\ScrollArrows.bmp
ImageCount = 16
ImageLayout = Vertical
GlyphType = ImageGlyph
GlyphTransparent= True
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
;----- the two sizes of scrollbar arrow glyphs ----
ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = size
SourceShrink = True
TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
UniformSizing = true; if you must stretch, do width & height equally
ImageFile1 = HomeStead\ScrollArrowGlyphsSmall.bmp
ImageFile2 = HomeStead\ScrollArrowGlyphs.bmp
MinSize1 = 7, 7
MinSize2 = 9, 9
NormalSize = 7, 10
; Scrollbar Thumb (horizontal)
[Scrollbar.ThumbBtnHorz]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 4, 4, 0, 0
ImageFile = HomeStead\ScrollThumbHorizontal.bmp
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
;A visual element in the middle of the scrollbar thumb
[Scrollbar.GripperHorz]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\ScrollThumbGripperHorizontal.BMP
imagelayout = vertical
Transparent = True
ImageCount = 4
; Scrollbar Thumb (vertical)
[Scrollbar.ThumbBtnVert]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 4, 4
ImageFile = HomeStead\ScrollThumbVertical.bmp
ImageCount = 4
ImageLayout = vertical
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
;A visual element in the middle of the scrollbar thumb
[Scrollbar.GripperVert]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\ScrollThumbGripperVertical.BMP
ImageCount = 4
Transparent = True
ImageLayout = Vertical
; Scrollbar Tracks (horizontal)
[Scrollbar.LowerTrackHorz]
BgType = imagefile
ImageFile=HomeStead\ScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 244 243 238; Average fill color (light warm grey)
[Scrollbar.UpperTrackHorz]
BgType = imagefile
ImageFile=HomeStead\ScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 244 243 238; Average fill color (light warm grey)
; Scrollbar Tracks (vertical)
[Scrollbar.LowerTrackVert]
BgType = imagefile
ImageFile=HomeStead\ScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 244 243 238; Average fill color (light warm grey)
[Scrollbar.UpperTrackVert]
BgType = imagefile
ImageFile=HomeStead\ScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 244 243 238; Average fill color (light warm grey)
[ScrollBar.SizeBox]
ImageFile=HomeStead\ResizeGrip2.bmp
bgtype = imagefile
imageCount = 2
sizingType = trueSize
Transparent = True
TransparentColor = 255 0 0
FillColorHint = 184 180 163; Gripper dot color (dark beige)
VAlign = Bottom
;----------- spin --------------------------------
;Spin buttons for incrementing values in a field
[spin]
bgtype = imagefile
sizingType = tile
ImageFile=HomeStead\FieldOutlineBlue.bmp
SizingMargins = 2, 2, 2, 2
imageCount = 1
[Spin.Up]
bgtype = imagefile
sizingType = stretch
ImageFile=HomeStead\SpinButtonBackgroundUp.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\SpinUpGlyph.bmp
GlyphTransparent= True
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
[Spin.Down]
bgtype = imagefile
sizingType = tile
ImageFile=HomeStead\SpinButtonBackgroundDown.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\SpinDownGlyph.bmp
GlyphTransparent= True
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
[Spin.Uphorz]
bgtype = imagefile
sizingType = stretch
ImageFile=HomeStead\SpinButtonBackgroundRight.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType = ImageGlyph
GlyphImageFile=HomeStead\SpinRightGlyph.bmp
GlyphTransparent = True
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
[Spin.Downhorz]
bgtype = imagefile
sizingType = Stretch
ImageFile=HomeStead\SpinButtonBackgroundLeft.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType = ImageGlyph
GlyphImageFile=HomeStead\SpinLeftGlyph.bmp
GlyphTransparent = True
FillColorHint = 160 176 134; Average fill color (dark green)
BorderColorHint = 255 255 255; Edge color (white)
;----------- rebar --------------------------------
;Rebar is a container for toolbars
[Rebar]
bgtype =imagefile
sizingtype=stretch
ImageFile=HomeStead\ToolbarBackground.bmp
sizingmargins= 0, 0, 0, 4
Font = ##Tahoma8
TextColor = 127 124 115
FillColorHint = 241 243 239; Background color of toolbars (light beige)
[Rebar.Band]
bgtype = none
ContentMargins = 2, 0, 0, 0
EdgeShadowColor = 216 210 189
[Rebar.Gripper]
bgtype = imagefile
SizingMargins = 2, 1, 4, 2
ContentMargins = 2, 1, 0, 0
ImageFile = HomeStead\ToolbarGripper.bmp
sizingType = Tile
Transparent = true
FillColorHint = 171 167 149; Gripper dot color (dark beige)
[Rebar.GripperVert]
bgtype = imagefile
SizingMargins = 3, 3, 2, 1
ContentMargins = 1, 2, 0, 0
ImageFile=HomeStead\ToolbarGripperVert.bmp
sizingType = Tile
Transparent = true
FillColorHint = 171 167 149; Gripper dot color (dark beige)
[Rebar.Chevron]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile=HomeStead\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount= 6
sizingType= Stretch
Transparent = true
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)
[Rebar.ChevronVert]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile=HomeStead\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount= 6
sizingType= Stretch
Transparent = true
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)
;----------- toolbar--------------------------------
;Button bars and menu bars in some applicatons
[Toolbar]
BgType = Borderfill
Bordersize = 0
FillColor = 236 233 216
TextColor = 0 0 0
[Toolbar(Pressed)]
TextColor= 255 255 255
[Toolbar.Button]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile=HomeStead\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)
[Toolbar.Separator]
SizingMargins = 5, 2, 2, 1
ImageFile=HomeStead\Separator.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
Transparent = true
TransparentColor = 255 0 0
FillColorHint = 202 198 175; Darker separator color (medium beige)
[Toolbar.SeparatorVert]
SizingMargins = 2, 1, 5, 1
ImageFile=HomeStead\SeparatorVert.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
Transparent = true
TransparentColor = 255 0 0
FillColorHint = 202 198 175; Darker separator color (medium beige)
[Toolbar.DropdownButton]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile=HomeStead\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)
[Toolbar.SplitButton]
SizingMargins = 4, 2, 4, 4
ImageFile=HomeStead\ToolbarButtonsSplit.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)
[Toolbar.SplitButtonDropdown]
SizingMargins = 2, 4, 4, 4
ImageFile=HomeStead\ToolbarButtonsSplitDropdown.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
GlyphTransparent= true
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)
;----------- status--------------------------------
;The area at the bottom of a window containing miscellaneous status info
;The first is the container for the status sections
[Status]
SizingMargins = 50, 17, 5, 9
ImageFile=HomeStead\StatusBackground.bmp
bgtype = imagefile
imageCount = 1
sizingType = Tile
FillColorHint = 236 233 216; Average fill color (beige)
;The individual status item backgrounds
[Status.Pane]
SizingMargins = 0, 2, 2, 2
ImageFile=HomeStead\StatusPane.bmp
bgtype = imagefile
imageCount = 1
sizingType = Tile
Transparent = True
TransparentColor = 255 0 0
;The individual status item backgrounds
[Status.GripperPane]
bgtype = none
;The resize corner
[Status.Gripper]
ContentMargins=0,0,0,0
ImageFile=HomeStead\ResizeGrip2.bmp
bgtype = imagefile
imageCount = 2
sizingType = trueSize
Transparent = True
TransparentColor = 255 0 0
FillColorHint = 184 180 163; Resize gripper dots (dark beige)
VAlign = Bottom
;----------- list view --------------------------------
;Icon, list, details, etc.
[ListView]
BgType = BorderFill
BorderSize = 1
FillColor = 255 255 255
BorderColor = 164 185 127
;----------- Tree view --------------------------------
[TreeView]
BgType = BorderFill
BorderSize = 1
FillColor = 255 255 255
BorderColor = 164 185 127
[TreeView.Glyph]
bgtype = imagefile
ImageFile=HomeStead\treeExpandCollapse.bmp
SizingType = TrueSize
imagecount = 2
imageLayout=vertical
;----------- header --------------------------------
;The area at the top of a list, with clickable headers for sort order
[Header]
bgtype = imagefile
SizingMargins = 0, 0, 0, 3
ImageFile=HomeStead\ListviewHeaderBackground.bmp
sizingType = tile
[Header.HeaderItem]
bgtype = imagefile
SizingMargins = 8, 8, 3, 4
ContentMargins = 3, 0, 0, 0
ImageFile=HomeStead\ListViewHeader.bmp
imageCount=5
imageLayout=vertical
sizingType = tile
transparent=true
transparentcolor=255 0 0
FillColorHint = 250 248 243; Average fill color (light beige)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
;----------- progress --------------------------------
;Progress bars
[Progress]
ProgressChunkSize=6
ProgressSpaceSize=2
bgType = borderFill
fillType = Solid
fillColor = 46 211 49
bordersize = 1
borderColor = 235 235 228
[Progress.Bar]
bgtype = imagefile
ImageFile=HomeStead\ProgressTrack.bmp
MinSize=10,10
sizingMargins = 4, 4, 3, 3
SizingType = tile
FillColorHint = 255 255 255; Background color (white)
BorderColorHint = 104 104 104; Edge color (dark grey)
NormalSize = 100, 18
SourceShrink = true
[Progress.Chunk]
bgtype = imagefile
ImageFile=HomeStead\ProgressChunk.bmp
sizingMargins = 0, 0, 6, 5
SizingType = tile
FillColorHint = 229 126 63; Progress indicator color (med orange)
[Progress.BarVert]
bgtype = imagefile
ImageFile=HomeStead\ProgressTrackVert.bmp
sizingMargins = 3, 3, 4, 4
SizingType = tile
FillColorHint = 255 255 255
BorderColorHint = 104 104 104
[Progress.ChunkVert]
bgtype = imagefile
ImageFile=HomeStead\ProgressChunkVert.bmp
sizingMargins = 6, 5, 0, 0
SizingType = tile
FillColorHint = 229 126 63; Progress indicator color (med orange)
;----------- tab --------------------------------
[Tab]
bgType = borderFill
fillType = Solid
fillColor = 236 233 216
bordersize = 0
;The whole content area of a tab page
[Tab.Pane]
bgtype = imagefile
ImageFile=HomeStead\TabPaneEdge.bmp
sizingMargins = 2, 4, 2, 4
SizingType = stretch
imagecount = 1
FillColorHint = 251 251 253; Light tab background color (very light beige)
BorderColorHint = 145 155 156; Edge color (dark grey)
[Tab.TabItem]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItem.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TabItemLeftEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemLeft.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TabItemRightEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemRight.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TabItemBothEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemBoth.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TopTabItem]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemTop.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TopTabItemLeftEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemTopLeft.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TopTabItemRightEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemTopRight.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.TopTabItemBothEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile=HomeStead\tabItemTopBoth.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
BorderColorHint = 166 161 166; Edge color (grey)
AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
[Tab.Body]
bgtype = imagefile
stockImageFile=HomeStead\TabBackground.bmp
FillColorHint = 251 251 253; Light tab background color (very light beige)
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
ImageFile1 = HomeStead\TabBackground.bmp
ImageFile2 = HomeStead\TabBackground133.bmp
MinDpi1=96
MinDpi2=164
;----------- trackbar --------------------------------
;Volume sliders, etc.
[TrackBar]
bgType = borderFill
fillType = Solid
fillColor = 235 235 228
bordersize = 1
borderColor = 235 235 228
;The movable part of a horizontal slider (TBS_BOTH style)
[TrackBar.Thumb]
bgtype=imagefile
ImageFile=HomeStead\TrackbarHorizontal.bmp
imagecount=5
imagelayout = vertical
SizingMargins = 3, 4, 3, 4
sizingtype = tile
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (blue grey)
AccentColorHint = 227 145 79; Rollover color (dark orange)
;The movable part of a horizontal slider (TBS_TOP style)
[TrackBar.ThumbTop]
bgtype=imagefile
imagecount=5
imagelayout = vertical
transparent=true
sizingtype = truesize
transparentcolor= 242 241 231
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (blue grey)
AccentColorHint = 227 145 79; Rollover color (dark orange)
;----- the three sizes ----
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1 = HomeStead\TrackBarUp13.bmp
ImageFile2 = HomeStead\TrackBarUp16.bmp
ImageFile3 = HomeStead\TrackBarUp25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185
;The movable part of a horizontal slider (TBS_BOTTOM style)
[TrackBar.ThumbBottom]
bgtype=imagefile
imagecount=5
transparent=true
SizingMargins = 3, 6, 6, 10
sizingtype = truesize
transparentcolor= 242 241 231
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (blue grey)
AccentColorHint = 227 145 79; Rollover color (dark orange)
;----- the three sizes ----
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1 = HomeStead\TrackBarDown13.bmp
ImageFile2 = HomeStead\TrackBarDown16.bmp
ImageFile3 = HomeStead\TrackBarDown25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185
;The movable part of a vertical slider (TBS_BOTH style)
[TrackBar.ThumbVert]
bgtype=imagefile
ImageFile=HomeStead\TrackbarVertical.bmp
SizingMargins = 3, 4, 3, 4
sizingtype = tile
imagecount=5
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (blue grey)
AccentColorHint = 227 145 79; Rollover color (dark orange)
;The movable part of a vertical slider (TBS_LEFT style)
[TrackBar.ThumbLeft]
bgtype=imagefile
sizingtype = truesize
imagecount=5
transparent=true
transparentcolor= 242 241 231
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (blue grey)
AccentColorHint = 227 145 79; Rollover color (dark orange)
;----- the three sizes ----
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1 = HomeStead\TrackBarLeft13.bmp
ImageFile2 = HomeStead\TrackBarLeft16.bmp
ImageFile3 = HomeStead\TrackBarLeft25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185
;The movable part of a vertical slider (TBS_RIGHT style)
[TrackBar.ThumbRight]
bgtype=imagefile
ImageFile=HomeStead\TrackbarRight13.bmp
sizingtype = truesize
imagecount=5
transparent=true
transparentcolor= 242 241 231
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (blue grey)
AccentColorHint = 227 145 79; Rollover color (dark orange)
;----- the three sizes ----
ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1 = HomeStead\TrackBarRight13.bmp
ImageFile2 = HomeStead\TrackBarRight16.bmp
ImageFile3 = HomeStead\TrackBarRight25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185
;The track along which a slidermoves
[TrackBar.Track]
bgtype=imagefile
ImageFile=HomeStead\sliderTrack.bmp
imagecount=1
sizingtype = stretch
SizingMargins = 2, 2, 2, 2
FillColorHint = 242 241 233; Background color (light beige)
BorderColorHint = 157 156 153; Edge color (dark grey)
;The vertical track along which a slider moves
[TrackBar.TrackVert]
bgtype=imagefile
ImageFile=HomeStead\sliderTrack.bmp
imagecount=1
sizingtype = stretch
SizingMargins = 2, 2, 2, 2
FillColorHint = 242 241 233; Background color (light beige)
BorderColorHint = 157 156 153; Edge color (dark grey)
;Set the color of the tickmarks drawn for the slider
[TrackBar.Tics]
color=161 161 146
;Set the color of the tickmarks drawn for the vertical slider
[TrackBar.TicsVert]
color=161 161 146
;----------- tooltip --------------------------------
;Set the color or image background for tooltips
[Tooltip.Close]
BgType = ImageFile
ImageFile=HomeStead\BalloonClose.bmp
imagecount=3
sizingtype = truesize
Imagelayout = vertical
;-------------- Windows ------------------------
[Window]
BgType = ImageFile
Transparent = true
TextShadowOffset = 1,1
TextShadowColor = 65 64 10
[Window.Caption]
ImageFile = HomeStead\FrameCaption.bmp
SizingMargins = 28, 35, 9, 17
ContentMargins = 1, 1, 1, 1
CaptionMargins = 4, 3, 0, 0
SizingType = stretch
Imagelayout = vertical
ImageCount=2
Transparent = True
FillColorHint = 170 184 134; Average background color (olive green)
[Window.Caption(active)]
TextShadowType = Single
[Window.CaptionSizingTemplate]
ImageFile = HomeStead\FrameCaptionSizing.bmp
SizingMargins = 28, 35, 9, 17
ContentMargins = 18, 18, 26, 0
SizingType = tile
Imagelayout = vertical
ImageCount=2
Transparent = True
TransparentColor = 0 0 0
[Window.SmallCaption]
ImageFile = HomeStead\SmallFrameCaption.bmp
SizingMargins = 24, 37, 9, 8
ContentMargins = 1, 1, 1, 1
SizingType = tile
Imagelayout = vertical
ImageCount=2
FillColorHint = 170 184 134; Average background color (olive green)
[Window.SmallCaptionSizingTemplate]
ImageFile = HomeStead\SmallFrameCaptionSizing.bmp
SizingMargins = 24, 37, 9, 8
ContentMargins = 14, 14, 16, 0
SizingType = tile
Imagelayout = vertical
ImageCount=2
Transparent = True
TransparentColor = 0 0 0
;The representation of a minimized window in and MDI application
[Window.MinCaption]
ImageFile = HomeStead\FrameCaptionMin.bmp
ImageCount = 2
ImageLayout = vertical
SizingType = stretch
SizingMargins = 23, 26, 12, 8
ContentMargins = 3, 3, 0, 3
CaptionMargins = 4, 3, 0, 0
FillColorHint = 170 184 134; Average background color (olive green)
;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
;surrounding the window
[Window.MaxCaption]
ImageFile = HomeStead\FrameMaximized.bmp
SizingMargins = 28, 35, 9, 17
ContentMargins = 1, 1, 1, 1
SizingType = stretch
SizingType = Tile
Imagelayout = vertical
ImageCount=2
CaptionMargins = 4, 3, 4, 2
ContentAlignment = left
FillColorHint = 170 184 134; Average background color (olive green)
[Window.MaxCaption(Active)]
TextShadowType = Single
[Window.FrameLeft]
ImageFile=HomeStead\frameLeft.bmp
SizingMargins = 2, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE
[Window.FrameRight]
ImageFile=HomeStead\frameRight.bmp
SizingMargins = 2, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE
[Window.FrameBottom]
ImageFile=HomeStead\frameBottom.bmp
SizingMargins = 5, 5, 2, 2
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE
[Window.SmallFrameLeft]
ImageFile=HomeStead\frameLeft.bmp
SizingMargins = 2, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE
[Window.SmallFrameRight]
ImageFile=HomeStead\frameRight.bmp
SizingMargins = 2, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE
[Window.SmallFrameBottom]
ImageFile=HomeStead\frameBottom.bmp
SizingMargins = 5, 5, 2, 2
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE
;Background for dialog boxes
[Window.dialog]
bgType = BorderFill
FillColor = 236 233 216
BorderColor = 236 233 216
;Close button in Window titlebar
[Window.CloseButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile=HomeStead\CloseButton.bmp
GlyphType = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout = Vertical
OffsetType = TopRight
Offset = -25, 5
FillColorHint = 228 93 61; Close box average color (brick red)
BorderColorHint = 255 255 255; Edge color (white)
;----- glyphs ----
ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1=homestead\CloseGlyph6.bmp
ImageFile2=homestead\CloseGlyph9.bmp
ImageFile3=homestead\CloseGlyph.bmp
ImageFile4=homestead\CloseGlyph19.bmp
ImageFile5=homestead\CloseGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170
;Maximize button in window titlebar
[Window.MaxButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile=HomeStead\CaptionButton.bmp
GlyphType = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -49, 5
FillColorHint = 153 168 119; Titlebar button color (olive)
BorderColorHint = 255 255 255; Edge color (white)
;----- glyphs ----
ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1=homestead\MaximizeGlyph6.bmp
ImageFile2=homestead\MaximizeGlyph9.bmp
ImageFile3=homestead\MaximizeGlyph.bmp
ImageFile4=homestead\MaximizeGlyph19.bmp
ImageFile5=homestead\MaximizeGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170
;Restore button in window titlebar
[Window.RestoreButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile=HomeStead\CaptionButton.bmp
GlyphType = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -49, 5
FillColorHint = 153 168 119; Titlebar button color (olive)
BorderColorHint = 255 255 255; Edge color (white)
;----- glyphs ----
ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1=homestead\RestoreGlyph6.bmp
ImageFile2=homestead\RestoreGlyph9.bmp
ImageFile3=homestead\RestoreGlyph.bmp
ImageFile4=homestead\RestoreGlyph19.bmp
ImageFile5=homestead\RestoreGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170
;Minimize button in window titlebar
[Window.MinButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile=HomeStead\CaptionButton.bmp
GlyphType = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -73, 5
FillColorHint = 153 168 119; Titlebar button color (olive)
BorderColorHint = 255 255 255; Edge color (white)
;----- glyphs ----
ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1=homestead\MinimizeGlyph6.bmp
ImageFile2=homestead\MinimizeGlyph9.bmp
ImageFile3=homestead\MinimizeGlyph.bmp
ImageFile4=homestead\MinimizeGlyph19.bmp
ImageFile5=homestead\MinimizeGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170
;Help button in window titlebar--normally only appears on dialog windows
[Window.HelpButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile=HomeStead\CaptionButton.bmp
GlyphType = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -73, 5
MirrorImage = true ; don't remove this (must specify to be localizable)
FillColorHint = 153 168 119; Titlebar button color (olive)
BorderColorHint = 255 255 255; Edge color (white)
;----- glyphs ----
ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing = true ; if you must stretch, do width & height equally
ImageFile1=homestead\HelpGlyph6.bmp
ImageFile2=homestead\HelpGlyph9.bmp
ImageFile3=homestead\HelpGlyph.bmp
ImageFile4=homestead\HelpGlyph19.bmp
ImageFile5=homestead\HelpGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170
;The Titlebar icon, next to the window title
[Window.SysButton]
OffsetType = TopLeft
Offset = 10, 3
;Close button for palette windows
[Window.SmallCloseButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 0, 0
sizingType = Stretch
ImageFile=HomeStead\SmallCloseButton.bmp
GlyphType = ImageGlyph
GlyphImageFile=HomeStead\SmallCloseGlyph.bmp
GlyphTransparent = True
ImageCount = 8
ImageLayout = Vertical
OffsetType = TopRight
Offset = -16, 3
FillColorHint = 228 93 61; Close box average color (brick red)
BorderColorHint = 255 255 255; Edge color (white)
;Close button for a maximized MDI window
[Window.MDICloseButton]
BgType = ImageFile
sizingType = stretch
ImageFile=HomeStead\MDICaptionButton.bmp
ImageCount=4
ImageLayout = Vertical
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
OffsetType = TopRight
Offset = -19, 1
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\MDIGlyphClose.bmp
GlyphTransparent= true
FillColorHint = 241 239 229; Average background color (beige)
BorderColorHint = 255 255 255; Edge color (white)
;Restore button for a maximized MDI window
[Window.MDIRestoreButton]
BgType = ImageFile
sizingType = stretch
ImageFile=HomeStead\MDICaptionButton.bmp
ImageCount=4
ImageLayout = Vertical
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
OffsetType = TopRight
Offset = -37, 1
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\MDIGlyphRestore.bmp
GlyphTransparent= true
FillColorHint = 241 239 229; Average background color (beige)
BorderColorHint = 255 255 255; Edge color (white)
;Minimize button for a maximized MDI window
[Window.MDIMinButton]
BgType = ImageFile
sizingType = stretch
ImageFile=HomeStead\MDICaptionButton.bmp
ImageCount=4
ImageLayout = Vertical
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
OffsetType = TopRight
Offset = -53, 1
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\MDIGlyphMinimize.bmp
GlyphTransparent= true
FillColorHint = 241 239 229; Average background color (beige)
BorderColorHint = 255 255 255; Edge color (white)
;-------------- Start Panel -------------------
[StartPanel]
bgtype = none
DefaultPaneSize = 0, 0, 380, 440
[StartPanel.UserPane]
UserPicture = True
ImageLayout = Horizontal
TextColor = 255 255 255
Font = ##StartPanelFont
DefaultPaneSize = 0, 0, 380, 64
BgType = Imagefile
Transparent = True
Imagefile = HomeStead\StartUserPanel.bmp
Imagecount = 1
SizingMargins = 59, 60, 62, 0
sizingType = Stretch
TEXTSHADOWOFFSET= 2, 2
textshadowcolor = 24 56 2
TextShadowType = continuous
FillColorHint = 183 199 147; Average background (olive)
[StartPanel.UserPicture]
BgType = ImageFile
ImageFile=HomeStead\UserTileBackground.bmp
Imagecount = 1
SizingType = Stretch
SizingMargins = 6, 10, 6, 10
ContentMargins = 8, 6, 8, 6
Transparent = true
FillColorHint = 221 236 191; Average Background (light olive)
[StartPanel.ProgList]
DefaultPaneSize = 0, 0, 190, 306
ContentMargins = 6 4 9 5
TextColor = 55 55 56
HotTracking = 133 144 102
CaptionText = 128 128 128
BgType = ImageFile
SizingType = Stretch
SizingMargins = 2, 153, 3, 0
sizingType = Stretch
ImageFile = HomeStead\StartPanelMFUBackground.bmp
imagecount = 1
FillColorHint = 255 255 255; Background (white)
[StartPanel.ProgListSeparator]
BgType = ImageFile
SizingType = TrueSize
ImageFile=HomeStead\StartProgramsSeparator.bmp
[StartPanel.MorePrograms]
DefaultPaneSize = 0, 0, 190, 30
TextColor = 55 55 56
HotTracking = 133 144 102
Font = ##Tahoma8Bold
BgType = ImageFile
SizingType = Stretch
SizingMargins = 3, 0, 0, 1
; left and right contentmargins should match proglist
ContentMargins = 8, 8, 0, 6
ImageFile = HomeStead\StartPanelMoreProgBackGround.BMP
imagecount = 1
sizingType = Stretch
[StartPanel.MoreProgramsArrow]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\StartPanelMoreProgArrow.bmp
ImageCount = 1
FillColorHint = 108 207 108; Average color (green)
[StartPanel.MoreProgramsArrow(hot)]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\StartPanelMoreProgArrowHot.bmp
ImageCount = 1
FillColorHint = 107 239 107; Average color (bright green)
[StartPanel.PlacesList]
DefaultPaneSize = 0, 0, 190, 336
ContentMargins = 4 6 9 5
TextColor = 84 95 56
HotTracking = 80 150 248
BgType = imageFile
ImageFile=HomeStead\StartPanelPlacesBackground.bmp
imagecount = 1
SizingMargins = 172, 7, 3, 1
sizingType = Stretch
FillColorHint = 242 241 228; Average Background (light orange)
[StartPanel.PlacesListSeparator]
BgType = ImageFile
SizingType = TrueSize
ImageFile=HomeStead\StartPlacesSeparator.bmp
[StartPanel.Logoff]
ContentMargins = 0, 0, 4, 2
DefaultPaneSize = 0, 0, 380, 40
TextColor = 65 64 10
HotTracking = 255 255 255
bgType = imagefile
ImageFile=HomeStead\StartPanelLogoffBackground.bmp
imagecount = 1
sizingMargins = 49, 47, 0, 38
sizingType = Stretch
FillColorHint = 183 199 147; Average background (olive)
;; note that if you want transparent LogoffButtons they MUST be 32 bit
;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
[StartPanel.LogoffButtons]
BgType = ImageFile
Transparent = True
SizingType = TrueSize
ImageFile = HomeStead\StartPanelLogoffButtons.bmp
ImageCount = 1
[StartPanel.LogoffButtons(hot)]
BgType = ImageFile
Transparent = True
SizingType = TrueSize
ImageFile = HomeStead\StartPanelLogoffButtonsHot.bmp
ImageCount = 1
;-------------- Taskbar specific --------------
[Start::Button]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 6, 52, 13, 14
ContentMargins = 10, 24, 2, 4
ImageFile = HomeStead\StartButton.bmp
ImageCount = 3
ImageLayout = Vertical
Transparent = True
Font= ##StartButtonFont
TextColor = 255 255 255
TEXTSHADOWOFFSET= 2, 2
textshadowcolor = 69 76 16
TextShadowType = continuous
FillColorHint = 125 151 96; Average background (dark olive)
[StartMenu::MenuBand]
TextColor = 0 0 0
[StartMenu::MenuBand(Hot)]
TextColor = 255 255 255
[StartMenu::MenuBand.NewAppButton]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 6, 1, 0, 0
ContentMargins = 10, 0, 3, 0
ImageFile = HomeStead\StartGroupNewAppButton.bmp
ImageCount = 1
Transparent = True
TransparentColor= 255 0 0
FillcolorHint = 254 234 182; Background newly installed app color (light orange)
[StartMenu::MenuBand.Seperator]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 6, 1, 3, 0
ContentMargins = 10, 0, 3, 0
ImageFile = HomeStead\StartGroupSeperator.bmp
ImageCount = 1
Transparent = True
TransparentColor= 255 0 0
FillColorHint = 211 211 200; Separator color (grey)
[StartMenu::Toolbar]
BgType = ImageFile
ImageFile = HomeStead\StartGroupBackground.bmp
SizingType = Stretch
SizingMargins = 6, 5, 3, 4
ContentMargins = 0, 0, 0, 0
Font= ##Tahoma8
TextColor = 0 0 0
FillColorHint = 255 255 255; Background of More Programs menu (white)
AccentColorHint = 142 152 102; Left edge of More Programs menu (olive)
[StartMenu::Toolbar(Hot)]
TextColor = 255 255 255
[StartMenu::Toolbar.Button]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 6, 1, 0, 0
ContentMargins = 10, 0, 3, 0
ImageFile = HomeStead\StartGroupToolbarButton.bmp
ImageCount = 3
ImageLayout = vertical
Transparent = True
TransparentColor= 255 0 0
FillColorHint = 147 160 112; Rollover of item on More Programs menu (dark olive)
[TaskBar::Toolbar]
BgType = None
Font= ##Tahoma8
TextColor = 65 64 10
[TaskBar::Toolbar.Button]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 16, 8
ContentMargins = 0, 0, 4, 4
ImageFile = HomeStead\TaskBandButtonNoEdge.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBar::Toolbar.DropdownButton]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 16, 8
ContentMargins = 2, 0, 4, 4
ImageFile = HomeStead\TaskBandButtonNoEdge.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBarVert::Toolbar]
BgType = None
Font= ##Tahoma8
TextColor = 65 64 10
[TaskBar::Toolbar(checked)]
TextColor = 255 255 255
[TaskBar::Toolbar(pressed)]
TextColor = 255 255 255
[TaskBar::Toolbar(hotchecked)]
TextColor = 255 255 255
[TaskBarVert::Toolbar(checked)]
TextColor = 255 255 255
[TaskBarVert::Toolbar(pressed)]
TextColor = 255 255 255
[TaskBarVert::Toolbar(hotchecked)]
TextColor = 255 255 255
[TaskBarVert::Toolbar.Button]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 15, 3
ContentMargins = 1, 1, 1, 1
ImageFile = HomeStead\TaskBandButtonNoEdgeVertical.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBarVert::Toolbar.DropdownButton]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 15, 3
ContentMargins = 1, 1, 1, 1
ImageFile = HomeStead\TaskBandButtonNoEdgeVertical.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBar::Rebar]
BgType = None
Font= ##Tahoma8
TextColor = 255 255 255
[TaskBar::Rebar.Band]
BgType = None
[TaskBar::Rebar.Gripper]
BgType = ImageFile
SizingType = Tile
SizingMargins = 0, 0, 6, 4
ContentMargins = 2, 1, 0, 0
ImageFile = HomeStead\TaskbarGripper.bmp
ImageCount = 1
Transparent = True
TransparentColor= 255 0 255
FillColorHint = 134 146 105; Gripper dot color (dark olive)
[TaskBar::Rebar.GripperVert]
BgType = ImageFile
SizingType = Tile
SizingMargins = 4, 6, 0, 0
ContentMargins = 0, 0, 2, 1
ImageFile = HomeStead\TaskbarGripperVertical.bmp
ImageCount = 1
Transparent = True
TransparentColor= 255 0 255
FillColorHint = 6 45 159; Gripper dot color (dark purple)
[TaskBar::Rebar.Chevron]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 16, 8
ContentMargins = 0, 0, 0, 10
ImageFile = HomeStead\TaskBandButtonNoEdge.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\TaskbarChevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
[TaskBar::Rebar.ChevronVert]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 15, 3
ContentMargins = 0, 0, 0, 0
ImageFile = HomeStead\TaskBandButtonNoEdgeVertical.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\TaskbarChevronVert.bmp
GlyphTransparent= true
FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
[TaskBar.BackgroundBottom]
BgType = ImageFile
SizingType = Tile
SizingMargins = 0, 0, 17, 12
ImageFile = HomeStead\TaskbarBackground.bmp
ImageCount = 1
FillColorHint = 170 184 131; Average background color (olive)
[TaskBar.SizingBarBottom]
BgType = ImageFile
SizingType = Tile
ImageFile = HomeStead\TaskbarSizingBarBottom.bmp
ImageCount = 1
FillColorHint = 201 219 161; Average color (lighter olive)
[TaskBar.BackgroundLeft]
BgType = ImageFile
SizingType = Tile
SizingMargins = 15, 11, 0, 0
ImageFile = HomeStead\TaskbarBackgroundVertical.bmp
ImageCount = 1
FillColorHint = 170 184 131; Average background color (olive)
[TaskBar.SizingBarLeft]
BgType = ImageFile
SizingType = Tile
ImageFile = HomeStead\TaskbarSizingBarLeft.bmp
ImageCount = 1
FillColorHint = 201 219 161; Average color (lighter olive)
[TaskBar.BackgroundTop]
BgType = ImageFile
SizingType = Tile
SizingMargins = 0, 0, 15, 11
ImageFile = HomeStead\TaskbarBackground.bmp
ImageCount = 1
FillColorHint = 170 184 131; Average background color (olive)
[TaskBar.SizingBarTop]
BgType = ImageFile
SizingType = Tile
ImageFile = HomeStead\TaskbarSizingBarTop.bmp
ImageCount = 1
FillColorHint = 201 219 161; Average color (lighter olive)
[TaskBar.BackgroundRight]
BgType = ImageFile
SizingType = Tile
SizingMargins = 11, 13, 0, 0
ImageFile = HomeStead\TaskbarBackgroundVertical.bmp
ImageCount = 1
FillColorHint = 170 184 131; Average background color (olive)
[TaskBar.SizingBarRight]
BgType = ImageFile
SizingType = Stretch
ImageFile = HomeStead\TaskbarSizingBarRight.bmp
ImageCount = 1
FillColorHint = 201 219 161; Average color (lighter olive)
;-------------- Taskband specific --------------
[TaskBand.FlashButton]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 4, 4
ImageFile = HomeStead\TaskBandFlashButton.bmp
ImageCount = 1
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
AccentColorHint = 243 189 115; Attention hilite color (light orange)
[TaskBand.FlashButtonGroupMenu]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 4, 4
ImageFile = HomeStead\TaskBandFlashButtonGroupMenu.bmp
ImageCount = 1
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
AccentColorHint = 243 189 115; Attention hilite color (light orange)
[TaskBand.GroupCount]
Font= ##Tahoma8Bold
TextColor = 65 64 10
[TaskBand::Toolbar]
BgType = None
Font= ##Tahoma8
TextColor = 65 64 10
[TaskBand::Toolbar(checked)]
TextColor = 255 255 255
[TaskBand::Toolbar(pressed)]
TextColor = 255 255 255
[TaskBand::Toolbar(hotchecked)]
TextColor = 255 255 255
[TaskBand::Toolbar.Button]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 17, 5, 15, 8
ContentMargins = 0, 4, 4, 4
ImageFile = HomeStead\TaskBandButton.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBand::Toolbar.DropdownButton]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 17, 5, 15, 8
ContentMargins = 0, 4, 4, 4
ImageFile = HomeStead\TaskBandButton.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBandVert::Toolbar]
BgType = None
Font= ##Tahoma8
TextColor = 65 64 10
[TaskBandVert::Toolbar(checked)]
TextColor = 255 255 255
[TaskBandVert::Toolbar(pressed)]
TextColor = 255 255 255
[TaskBandVert::Toolbar(hotchecked)]
TextColor = 255 255 255
[TaskBandVert::Toolbar.Button]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 16, 7, 12, 6
ContentMargins = 0, 4, 4, 4
ImageFile = HomeStead\TaskBandButtonVertical.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBandVert::Toolbar.DropdownButton]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 16, 7, 12, 6
ContentMargins = 0, 4, 4, 4
ImageFile = HomeStead\TaskBandButtonVertical.bmp
ImageCount = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 199 208 168; Average background color (light olive)
[TaskBand::ScrollBar.ArrowBtn]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 0, 0
SizingType = Stretch
ImageFile=HomeStead\TaskbandScrollArrows.bmp
ImageCount = 16
ImageLayout = Vertical
GlyphType = ImageGlyph
GlyphImageFile=HomeStead\TaskBandScrollArrowGlyphs.bmp
GlyphTransparent = True
FillColorHint = 152 168 128; Average background color (olive)
[TaskBand::Scrollbar.ThumbBtnHorz]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 4, 4, 0, 0
ImageFile = HomeStead\TaskBandScrollThumbHorizontal.bmp
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 152 168 128; Average background color (olive)
;A visual element in the middle of the scrollbar thumb
[TaskBand::Scrollbar.GripperHorz]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\TaskBandScrollThumbGripperHorizontal.BMP
imagelayout = vertical
Transparent = True
ImageCount = 4
FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
; Scrollbar Thumb (vertical)
[TaskBand::Scrollbar.ThumbBtnVert]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 4, 4
ImageFile = HomeStead\TaskBandScrollThumbVertical.bmp
ImageCount = 4
ImageLayout = vertical
FillColorHint = 152 168 128; Average background color (olive)
;A visual element in the middle of the scrollbar thumb
[TaskBand::Scrollbar.GripperVert]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\TaskBandScrollThumbGripperVertical.BMP
ImageCount = 4
Transparent = True
ImageLayout = Vertical
FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
; Scrollbar Tracks (horizontal)
[TaskBand::Scrollbar.LowerTrackHorz]
BgType = imagefile
ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 168 185 140; Average background color (olive)
[TaskBand::Scrollbar.UpperTrackHorz]
BgType = imagefile
ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 168 185 140; Average background color (olive)
; Scrollbar Tracks (vertical)
[TaskBand::Scrollbar.LowerTrackVert]
BgType = imagefile
ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 168 185 140; Average background color (olive)
[TaskBand::Scrollbar.UpperTrackVert]
BgType = imagefile
ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 168 185 140; Average background color (olive)
;-------------- Taskband Group Menu specific --------------
[TaskBandGroupMenu::Toolbar]
BgType = ImageFile
ImageFile = HomeStead\TaskBandBackground.bmp
SizingType = Tile
SizingMargins = 3, 3, 3, 3
ContentMargins = 9, 0, 0, 0
Font= ##Tahoma8
TextColor = 65 64 10
FillColorHint = 176 192 136; Average background color (olive)
AccentColorHint = 227 150 88; Menu top hilite color (orange)
[TaskBandGroupMenu::Toolbar.Button]
BgType = ImageFile
SizingType = stretch
SizingMargins = 3, 3, 0, 0
ContentMargins = 9, 0, 3, 3
ImageFile = HomeStead\TaskBandHover.bmp
ImageCount = 3
ImageLayout = vertical
Transparent = True
AccentColorHint = 199 208 168; Rollover hilite color (light olive)
;-------------- Tray Notify specific --------------
[TrayNotify::Toolbar]
BgType = None
[TrayNotify::Toolbar.Button]
BgType = None
[TrayNotifyHoriz::TrayNotify.Background]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 34, 10, 12, 12
ContentMargins = 19, 7, 0, 0
ImageFile = HomeStead\TaskbarTray.bmp
ImageCount = 1
Transparent = True
TransparentColor= 255 0 0
FillColorHint = 234 226 178; Average background color (light orange)
[TrayNotifyHoriz::Button]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\TrayChevronHorizontal.bmp
ImageCount = 3
Transparent = True
Imagelayout = vertical
FillColorHint = 170 125 91; Average background color (copper orange)
[TrayNotifyHorizOpen::Button]
BgType = ImageFile
SizingType = TrueSize
ImageFile = HomeStead\TrayChevronHorizontalOpen.bmp
Transparent = True
ImageCount = 3
Imagelayout = vertical
FillColorHint = 170 125 91; Average background color (copper orange)
[TrayNotifyVert::TrayNotify.Background]
BgType = ImageFile
SizingType = Stretch
SizingMargins = 12, 12, 34, 10
ContentMargins = 0, 0, 19, 7
ImageFile = HomeStead\TaskbarTrayVertical.bmp
ImageCount = 1
Transparent = True
TransparentColor= 255 0 0
FillColorHint = 234 226 178; Average background color (light orange)
[TrayNotifyVert::Button]
BgType = ImageFile
SizingType = TrueSize
Transparent = True
ImageFile = HomeStead\TrayChevronHorizontal.bmp
ImageCount = 3
Imagelayout = vertical
FillColorHint = 170 125 91; Average background color (copper orange)
[TrayNotifyVertOpen::Button]
BgType = ImageFile
SizingType = TrueSize
Transparent = True
ImageFile = HomeStead\TrayChevronHorizontalOpen.bmp
ImageCount = 3
Imagelayout = vertical
FillColorHint = 170 125 91; Average background color (copper orange)
[TrayNotify::Clock]
Font= ##Tahoma8
TextColor = 65 64 10
;-------------- Application-specific ------------------------
;----------- places bar --------------------------------
;The places toolbar in the fileopen/save dialog.
[Placesbar::Toolbar]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile=HomeStead\PlaceBarBackground.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
FillColorHint = 249 248 243; Background color (light beige)
[Placesbar::Toolbar.Button]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 4, 2
ImageFile=HomeStead\PlaceBarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = stretch
transparent = true
FillColorHint = 255 255 255; Selected color (white)
BorderColorHint = 122 152 175; Outline color (blue grey)
;----------- Explorer (IE) bar --------------------------------
[ExplorerBar]
BgType = BorderFill
FillType= VertGradient
GradientRatio1 = 0
GradientColor1 = 204 217 173
GradientRatio2 = 255
GradientColor2 = 165 189 132
BorderSize = 0
ContentMargins = 12, 12, 12, 12
[ExplorerBar.HeaderBackground]; Not used in IE 6
BgType = ImageFile
SizingType = Stretch
ImageFile = HomeStead\ExplorerBarHeaderBackground.bmp
SizingMargins = 202, 1, 0, 0
Font= ##Tahoma8Bold
TextColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColorHint = 193 201 162; Mid color of gradient (olive)
[ExplorerBar.HeaderClose]; Not used in IE 6
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\ExplorerBarHeaderClose.bmp
ImageCount = 3
Transparent = true
OffsetType = TopRight
Offset = -4, 4
FillColorHint = 138 168 229; Close box normal state (blue)
AccentColorHint = 255 121 95; Close box rollover (brick red)
[ExplorerBar.HeaderPin]; Not used in IE 6
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\ExplorerBarHeaderPin.bmp
ImageCount = 6
Transparent = true
OffsetType = TopRight
Offset = -6, 4
FillColorHint = 190 197 151; Average pin color (olive)
[ExplorerBar.IEBarMenu]; Not used in IE 6
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\IE_PersonalBarMenu.bmp
ImageCount = 3
Transparent = true
OffsetType = TopRight
Offset = -3, 1
FillColorHint = 236 240 249; Average button background color (light grey blue)
BorderColorHint = 165 187 228; Border of button (blue grey)
[ExplorerBar.NormalGroupBackground]
BgType = ImageFile
FillColor = 246 246 236
BorderColor = 255 255 255
SizingType = Stretch
ImageFile = HomeStead\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
Font= ##Tahoma8
TextColor = 38 92 192
ContentMargins = 8, 8, 7, 7
[ExplorerBar.NormalGroupCollapse]
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\NormalGroupCollapse.bmp
ImageCount = 3
Transparent = true
OffsetType = TopRight
Offset = -3, 1
FillColorHint = 198 209 188; Close box average color (light olive)
BorderColorHint = 255 255 255; Edge color (white)
[ExplorerBar.NormalGroupExpand]
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\NormalGroupExpand.bmp
ImageCount = 3
Transparent = true
OffsetType = TopRight
Offset = -3, 1
FillColorHint = 198 209 188; Close box average color (light olive)
BorderColorHint = 255 255 255; Edge color (white)
[ExplorerBar.NormalGroupHead]
BgType = ImageFile
SizingType = Stretch
ImageFile = HomeStead\NormalGroupHead.bmp
SizingMargins = 3, 106, 3, 1
Transparent = true
Font= ##Tahoma8Bold
TextColor = 33 93 198
ContentMargins = 8, 8, 7, 7
FillColorHint = 233 237 200; Lighter side of gradient (very light olive)
[ExplorerBar.SpecialGroupBackground]
BgType = ImageFile
SizingType = Stretch
ImageFile = HomeStead\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
Font= ##Tahoma8
TextColor = 38 92 192
ContentMargins = 8, 8, 7, 7
FillColorHint = 246 246 236; Background color (very light olive)
[ExplorerBar.SpecialGroupCollapse]
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\SpecialGroupCollapse.bmp
ImageCount = 3
Transparent = true
OffsetType = TopRight
Offset = -3, 1
FillColorHint = 130 164 80; Average background color (olive)
BorderColorHint = 191 205 156; Edge color (light olive)
[ExplorerBar.SpecialGroupExpand]
BgType = ImageFile
SizingType = TrueSize
ImageLayout = Vertical
ImageFile = HomeStead\SpecialGroupExpand.bmp
ImageCount = 3
Transparent = true
OffsetType = TopRight
Offset = -3, 1
FillColorHint = 130 164 80; Average background color (olive)
BorderColorHint = 191 205 156; Edge color (light olive)
[ExplorerBar.SpecialGroupHead]
BgType = ImageFile
SizingType = Stretch
ImageFile = HomeStead\SpecialGroupHead.bmp
SizingMargins = 3, 106, 3, 1
Transparent = true
Font= ##Tahoma8Bold
TextColor = 255 255 255
FillColor = 119 140 64
ContentMargins = 8, 8, 7, 7
[ExplorerBar::Rebar]; Not used in IE 6
bgtype = imagefile
sizingtype = stretch
ImageFile = HomeStead\ExplorerBarToolbarBackground.bmp
sizingmargins = 0, 0, 0, 4
Font= ##Tahoma8
TextColor = 127 124 115
FillColorHint = 243 247 253; (very light blue)
[ExplorerBar::Rebar.Band]; Not used in IE 6
bgtype = none
ContentMargins = 2, 0, 0, 0
[ExplorerBar::Rebar.Gripper]; Not used in IE 6
bgtype = imagefile
SizingMargins = 0, 0, 6, 4
ContentMargins = 3, 0, 0, 0
ImageFile = HomeStead\Gripper.bmp
sizingType = Tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 151 164 119; Gripper dot color (dark olive)
[ExplorerBar::Rebar.GripperVert]; Not used in IE 6
bgtype = imagefile
SizingMargins = 9, 8, 0, 0
ImageFile = HomeStead\GripperVert.bmp
sizingType = Tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 151 164 119; Gripper dot color (dark olive)
[ExplorerBar::Rebar.Chevron]; Not used in IE 6
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)
[ExplorerBar::Rebar.ChevronVert]; Not used in IE 6
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)
[ExplorerBar::Toolbar.Button]; Not used in IE 6
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor= 255 0 255
FillColorHint = 238 243 248; Average fill color (light blue grey)
BorderColorHint = 168 191 234; Edge color (grey blue)
[ExplorerBar::Toolbar.DropdownButton]; Not used in IE 6
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor= 255 0 255
FillColorHint = 238 243 248; Average fill color (light blue grey)
BorderColorHint = 168 191 234; Edge color (grey blue)
[ExplorerBar::Toolbar.SplitButton]; Not used in IE 6
SizingMargins = 4, 2, 4, 4
ImageFile = HomeStead\ExplorerBarToolbarButtonsSplit.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor= 255 0 255
FillColorHint = 238 243 248; Average fill color (light blue grey)
BorderColorHint = 168 191 234; Edge color (grey blue)
[ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE 6
SizingMargins = 2, 4, 4, 4
ImageFile = HomeStead\ExplorerBarToolbarButtonsSplitDropdown.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor= 255 0 255
GlyphType = ImageGlyph
GlyphImageFile = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
GlyphTransparent= true
FillColorHint = 238 243 248; Average fill color (light blue grey)
BorderColorHint = 168 191 234; Edge color (grey blue)
[ExplorerBar::Toolbar.Separator]; Not used in IE 6
SizingMargins = 5, 2, 2, 1
ImageFile = HomeStead\Separator.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 202 198 175; Separator line color (dark beige)
[ExplorerBar::Toolbar.SeparatorVert]; Not used in IE 6
SizingMargins = 2, 1, 5, 1
ImageFile = HomeStead\SeparatorVert.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 202 198 175; Separator line color (dark beige)