|
|
;------------------------------------------ ; file: Luna\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 = 0 78 152 Btnface = 236 233 216 Highlight = 49 106 197
ActiveCaption = 0 84 227 CaptionText = 255 255 255 InactiveCaption = 122 150 223 InactiveCaptionText = 216 228 248 GradientActiveCaption = 61 149 255 GradientInactiveCaption = 157 185 235 HighlightText = 255 255 255 MenuHilight = 49 106 197 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 = Blue\button.bmp imageCount = 5 ImageLayout = vertical TextColor = 0 0 0 FillColorHint = 243 243 239; Average fill color (light beige) BorderColorHint = 0 60 116; Edge color (dark blue grey) AccentColorHint = 250 196 88; Rollover hilite color (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 = 157 187 235; Default state hilite color (blue)
;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=Blue\CheckBox13.bmp ImageFile2=Blue\CheckBox16.bmp ImageFile3=Blue\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=Blue\RadioButton13.bmp ImageFile2=Blue\RadioButton16.bmp ImageFile3=Blue\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 = 0 70 213 bgtype = imagefile SizingMargins = 4, 4, 4, 4 sizingType = Tile ImageFile = Blue\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 = 127 157 185
[Combobox(Hot)] ; Globals when the mouse is over the control BorderColor = 127 157 185
[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 = Blue\ComboButton.bmp SizingMargins = 3, 3, 3, 3 ContentMargins = 0, 0, 0, 0 ImageCount = 4 GlyphType = ImageGlyph GlyphImageFile = Blue\ComboButtonGlyph.bmp GlyphTransparent= true FillColorHint = 200 214 251; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
;----------- edit -------------------------------- [edit] BgType = BorderFill BorderSize = 1 FillColor = 255 255 255 BorderColor = 127 157 185
[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 = 127 157 185
;--------- 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 = Blue\ScrollArrows.bmp ImageCount = 16 ImageLayout = Vertical GlyphType = ImageGlyph GlyphTransparent= True FillColorHint = 200 214 251; Average fill color (light blue) 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 = Blue\ScrollArrowGlyphsSmall.bmp ImageFile2 = Blue\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 = Blue\ScrollThumbHorizontal.bmp ImageCount = 4 ImageLayout = Vertical FillColorHint = 198 213 253; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
;A visual element in the middle of the scrollbar thumb [Scrollbar.GripperHorz] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\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 = Blue\ScrollThumbVertical.bmp ImageCount = 4 ImageLayout = vertical FillColorHint = 198 213 253; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
;A visual element in the middle of the scrollbar thumb [Scrollbar.GripperVert] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\ScrollThumbGripperVertical.BMP ImageCount = 4 Transparent = True ImageLayout = Vertical
; Scrollbar Tracks (horizontal) [Scrollbar.LowerTrackHorz] BgType = imagefile ImageFile = Blue\ScrollShaftHorizontal.bmp SizingMargins = 0, 0, 1, 1 ImageCount = 4 ImageLayout = Vertical FillColorHint = 198 213 253; Average fill color (light blue)
[Scrollbar.UpperTrackHorz] BgType = imagefile ImageFile = Blue\ScrollShaftHorizontal.bmp SizingMargins = 0, 0, 1, 1 ImageCount = 4 ImageLayout = Vertical FillColorHint = 198 213 253; Average fill color (light blue)
; Scrollbar Tracks (vertical) [Scrollbar.LowerTrackVert] BgType = imagefile ImageFile = Blue\ScrollShaftVertical.bmp SizingMargins = 1, 1, 0, 0 ImageCount = 4 ImageLayout = Vertical FillColorHint = 198 213 253; Average fill color (light blue)
[Scrollbar.UpperTrackVert] BgType = imagefile ImageFile = Blue\ScrollShaftVertical.bmp SizingMargins = 1, 1, 0, 0 ImageCount = 4 ImageLayout = Vertical FillColorHint = 198 213 253; Average fill color (light blue)
[ScrollBar.SizeBox] ImageFile = Blue\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 = Blue\FieldOutlineBlue.bmp SizingMargins = 2, 2, 2, 2 imageCount = 1
[Spin.Up] bgtype = imagefile sizingType = stretch ImageFile = Blue\SpinButtonBackgroundUp.bmp SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 imageCount = 4 ImageLayout = Vertical GlyphType = ImageGlyph GlyphImageFile = Blue\SpinUpGlyph.bmp GlyphTransparent= True FillColorHint = 200 214 251; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
[Spin.Down] bgtype = imagefile sizingType = tile ImageFile = Blue\SpinButtonBackgroundDown.bmp SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 imageCount = 4 ImageLayout = Vertical GlyphType = ImageGlyph GlyphImageFile = Blue\SpinDownGlyph.bmp GlyphTransparent= True FillColorHint = 200 214 251; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
[Spin.Uphorz] bgtype = imagefile sizingType = stretch ImageFile = Blue\SpinButtonBackgroundRight.bmp SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 imageCount = 4 ImageLayout = Vertical GlyphType = ImageGlyph GlyphImageFile = Blue\SpinRightGlyph.bmp GlyphTransparent = True FillColorHint = 200 214 251; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
[Spin.Downhorz] bgtype = imagefile sizingType = Stretch ImageFile = Blue\SpinButtonBackgroundLeft.bmp SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 imageCount = 4 ImageLayout = Vertical GlyphType = ImageGlyph GlyphImageFile = Blue\SpinLeftGlyph.bmp GlyphTransparent = True FillColorHint = 200 214 251; Average fill color (light blue) BorderColorHint = 255 255 255; Edge color (white)
;----------- rebar -------------------------------- ;Rebar is a container for toolbars
[Rebar] bgtype =imagefile sizingtype=stretch ImageFile = Blue\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 = Blue\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 = Blue\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 = Blue\ToolbarButtons.bmp bgtype = imagefile imagelayout = vertical imageCount= 6 sizingType= Stretch Transparent = true GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\ToolbarButtons.bmp bgtype = imagefile imagelayout = vertical imageCount= 6 sizingType= Stretch Transparent = true GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\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 = Blue\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 = Blue\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 = Blue\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 = Blue\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 = Blue\ToolbarButtonsSplitDropdown.bmp bgtype = imagefile imagelayout = vertical imageCount = 6 sizingType = Stretch Transparent = true TransparentColor = 255 0 255 GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\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 = Blue\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 = Blue\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 = 127 157 185
;----------- Tree view --------------------------------
[TreeView] BgType = BorderFill BorderSize = 1 FillColor = 255 255 255 BorderColor = 127 157 185
[TreeView.Glyph] bgtype = imagefile ImageFile = Blue\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 = Blue\ListviewHeaderBackground.bmp sizingType = tile
[Header.HeaderItem] bgtype = imagefile SizingMargins = 8, 8, 3, 4 ContentMargins = 3, 0, 0, 0 ImageFile = Blue\ListViewHeader.bmp imageCount=5 imageLayout=vertical sizingType = tile transparent=true transparentcolor=255 0 0 FillColorHint = 250 248 243; Average fill color (light beige) AccentColorHint = 252 194 71; Rollover hilite color (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 = Blue\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 = Blue\ProgressChunk.bmp sizingMargins = 0, 0, 6, 5 SizingType = tile FillColorHint = 46 211 49; Progress indicator color (green)
[Progress.BarVert] bgtype = imagefile ImageFile = Blue\ProgressTrackVert.bmp sizingMargins = 3, 3, 4, 4 SizingType = tile FillColorHint = 255 255 255; Background color (white) BorderColorHint = 104 104 104; Edge color (dark grey)
[Progress.ChunkVert] bgtype = imagefile ImageFile = Blue\ProgressChunkVert.bmp sizingMargins = 6, 5, 0, 0 SizingType = tile FillColorHint = 46 211 49; Progress indicator color (green)
;----------- 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 = Blue\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 = Blue\tabItem.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TabItemLeftEdge] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemLeft.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TabItemRightEdge] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemRight.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TabItemBothEdge] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemBoth.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TopTabItem] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemTop.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TopTabItemLeftEdge] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemTopLeft.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TopTabItemRightEdge] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemTopRight.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.TopTabItemBothEdge] SizingMargins = 6, 6, 6, 6 ContentMargins = 0, 0, 0, 0 bgtype=imagefile ImageFile = Blue\tabItemTopBoth.bmp imagecount=5 imagelayout=vertical FillColorHint = 248 248 246; Tab average color (light beige) BorderColorHint = 145 167 180; Edge color (blue grey) AccentColorHint = 255 200 60; Rollover hilite color (orange)
[Tab.Body] bgtype = imagefile stockImageFile = Blue\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=Blue\TabBackground.bmp ImageFile2=Blue\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 = Blue\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 = 71 196 70; Rollover color (green)
;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 = 71 196 70; Rollover color (green)
;----- 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=Blue\TrackBarUp13.bmp ImageFile2=Blue\TrackBarUp16.bmp ImageFile3=Blue\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 = 71 196 70; Rollover color (green)
;----- 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=Blue\TrackBarDown13.bmp ImageFile2=Blue\TrackBarDown16.bmp ImageFile3=Blue\TrackBarDown25.bmp MinDpi1=96 MinDpi2=118 MinDpi3=185
;The movable part of a vertical slider (TBS_BOTH style) [TrackBar.ThumbVert] bgtype=imagefile ImageFile = Blue\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 = 71 196 70; Rollover color (green)
;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 = 71 196 70; Rollover color (green)
;----- 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=Blue\TrackBarLeft13.bmp ImageFile2=Blue\TrackBarLeft16.bmp ImageFile3=Blue\TrackBarLeft25.bmp MinDpi1=96 MinDpi2=118 MinDpi3=185
;The movable part of a vertical slider (TBS_RIGHT style) [TrackBar.ThumbRight] bgtype=imagefile ImageFile = Blue\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 = 71 196 70; Rollover color (green)
;----- 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=Blue\TrackBarRight13.bmp ImageFile2=Blue\TrackBarRight16.bmp ImageFile3=Blue\TrackBarRight25.bmp MinDpi1=96 MinDpi2=118 MinDpi3=185
;The track along which a slidermoves [TrackBar.Track] bgtype=imagefile ImageFile = Blue\sliderTrack.bmp imagecount=1 sizingtype = stretch SizingMargins = 2, 2, 2, 2 FillColorHint = 242 241 233 BorderColorHint = 157 156 153
;The vertical track along which a slider moves [TrackBar.TrackVert] bgtype=imagefile ImageFile = Blue\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 = Blue\BalloonClose.bmp imagecount=3 sizingtype = truesize Imagelayout = vertical
;-------------- Windows ------------------------ [Window] BgType = ImageFile Transparent = true TextShadowOffset = 1,1 TextShadowColor = 10 24 131
[Window.Caption] ImageFile = Blue\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 = 0 84 229; Average background color (strong blue)
[Window.Caption(active)] TextShadowType = Single
[Window.CaptionSizingTemplate] ImageFile = Blue\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 = Blue\SmallFrameCaption.bmp SizingMargins = 24, 37, 9, 8 ContentMargins = 1, 1, 1, 1 SizingType = tile Imagelayout = vertical ImageCount=2 FillColorHint = 0 84 229; Average background color (strong blue)
[Window.SmallCaptionSizingTemplate] ImageFile = Blue\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 = Blue\FrameCaptionMin.bmp ImageCount = 2 ImageLayout = vertical SizingType = stretch SizingMargins = 23, 26, 12, 8 ContentMargins = 3, 3, 0, 3 CaptionMargins = 4, 3, 0, 0 FillColorHint = 0 84 229; Average background color (strong blue)
;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 = Blue\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 = 0 84 229; Average background color (strong blue)
[Window.MaxCaption(Active)] TextShadowType = Single
[Window.FrameLeft] ImageFile = Blue\frameLeft.bmp SizingMargins = 2, 2, 0, 0 SizingType = stretch ImageLayout = vertical ImageCount = 2 Transparent = FALSE Borderonly = FALSE
[Window.FrameRight] ImageFile = Blue\frameRight.bmp SizingMargins = 2, 2, 0, 0 SizingType = stretch ImageLayout = vertical ImageCount = 2 Transparent = FALSE Borderonly = FALSE
[Window.FrameBottom] ImageFile = Blue\frameBottom.bmp SizingMargins = 5, 5, 2, 2 SizingType = stretch ImageLayout = vertical ImageCount = 2 Transparent = FALSE Borderonly = FALSE
[Window.SmallFrameLeft] ImageFile = Blue\frameLeft.bmp SizingMargins = 2, 2, 0, 0 SizingType = stretch ImageLayout = vertical ImageCount = 2 Transparent = FALSE Borderonly = FALSE
[Window.SmallFrameRight] ImageFile = Blue\frameRight.bmp SizingMargins = 2, 2, 0, 0 SizingType = stretch ImageLayout = vertical ImageCount = 2 Transparent = FALSE Borderonly = FALSE
[Window.SmallFrameBottom] ImageFile = Blue\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 = Blue\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=Blue\CloseGlyph6.bmp ImageFile2=Blue\CloseGlyph9.bmp ImageFile3=Blue\CloseGlyph.bmp ImageFile4=Blue\CloseGlyph19.bmp ImageFile5=Blue\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 = Blue\CaptionButton.bmp GlyphType = ImageGlyph GlyphTransparent = True ImageCount = 8 ImageLayout=Vertical OffsetType = TopRight Offset = -49, 5 FillColorHint = 74 121 246; Titlebar button color (blue) 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=Blue\MaximizeGlyph6.bmp ImageFile2=Blue\MaximizeGlyph9.bmp ImageFile3=Blue\MaximizeGlyph.bmp ImageFile4=Blue\MaximizeGlyph19.bmp ImageFile5=Blue\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 = Blue\CaptionButton.bmp GlyphType = ImageGlyph GlyphTransparent = True ImageCount = 8 ImageLayout=Vertical OffsetType = TopRight Offset = -49, 5 FillColorHint = 74 121 246; Titlebar button color (blue) 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=Blue\RestoreGlyph6.bmp ImageFile2=Blue\RestoreGlyph9.bmp ImageFile3=Blue\RestoreGlyph.bmp ImageFile4=Blue\RestoreGlyph19.bmp ImageFile5=Blue\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 = Blue\CaptionButton.bmp GlyphType = ImageGlyph GlyphTransparent = True ImageCount = 8 ImageLayout=Vertical OffsetType = TopRight Offset = -73, 5 FillColorHint = 74 121 246; Titlebar button color (blue) 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=Blue\MinimizeGlyph6.bmp ImageFile2=Blue\MinimizeGlyph9.bmp ImageFile3=Blue\MinimizeGlyph.bmp ImageFile4=Blue\MinimizeGlyph19.bmp ImageFile5=Blue\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 = Blue\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 = 74 121 246; Titlebar button color (blue) 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=Blue\HelpGlyph6.bmp ImageFile2=Blue\HelpGlyph9.bmp ImageFile3=Blue\HelpGlyph.bmp ImageFile4=Blue\HelpGlyph19.bmp ImageFile5=Blue\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 = Blue\SmallCloseButton.bmp GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\MDICaptionButton.bmp ImageCount=4 ImageLayout = Vertical SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 OffsetType = TopRight Offset = -19, 1 GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\MDICaptionButton.bmp ImageCount=4 ImageLayout = Vertical SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 OffsetType = TopRight Offset = -37, 1 GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\MDICaptionButton.bmp ImageCount=4 ImageLayout = Vertical SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 OffsetType = TopRight Offset = -53, 1 GlyphType = ImageGlyph GlyphImageFile = Blue\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 = Blue\StartUserPanel.bmp Imagecount = 1 SizingMargins = 59, 60, 62, 0 sizingType = Stretch TEXTSHADOWOFFSET= 2, 2 textshadowcolor = 9 66 139 TextShadowType = continuous FillColorHint = 31 113 216; Average background (blue)
[StartPanel.UserPicture] BgType = ImageFile ImageFile = Blue\UserTileBackground.bmp Imagecount = 1 SizingType = Stretch SizingMargins = 6, 10, 6, 10 ContentMargins = 8, 6, 8, 6 Transparent = true FillColorHint = 204 214 235; Average Background (light blue grey)
[StartPanel.ProgList] DefaultPaneSize = 0, 0, 190, 306 ContentMargins = 6 4 9 5 TextColor = 55 55 56 HotTracking = 48 112 208 CaptionText = 128 128 128 BgType = ImageFile SizingType = Stretch SizingMargins = 2, 153, 3, 0 sizingType = Stretch ImageFile = Blue\StartPanelMFUBackground.bmp imagecount = 1 FillColorHint = 204 214 235; Average Background (light blue grey)
[StartPanel.ProgListSeparator] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\StartProgramsSeparator.bmp
[StartPanel.MorePrograms] DefaultPaneSize = 0, 0, 190, 30 TextColor = 55 55 56 HotTracking = 48 112 208 Font = ##Tahoma8Bold BgType = ImageFile SizingType = Stretch SizingMargins = 3, 0, 0, 1
; left and right contentmargins should match proglist ContentMargins = 8, 8, 0, 6 ImageFile = Blue\StartPanelMoreProgBackGround.BMP imagecount = 1 sizingType = Stretch
[StartPanel.MoreProgramsArrow] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\StartPanelMoreProgArrow.bmp ImageCount = 1 FillColorHint = 108 207 108; Average color (green)
[StartPanel.MoreProgramsArrow(hot)] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\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 = 10 36 106 HotTracking = 80 150 248 BgType = imageFile ImageFile = Blue\StartPanelPlacesBackground.bmp imagecount = 1 SizingMargins = 172, 7, 3, 1 sizingType = Stretch FillColorHint = 211 229 250; Background color (light blue)
[StartPanel.PlacesListSeparator] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\StartPlacesSeparator.bmp
[StartPanel.Logoff] ContentMargins = 0, 0, 4, 2 DefaultPaneSize = 0, 0, 380, 40 TextColor = 255 255 255 HotTracking = 255 255 255 bgType = imagefile ImageFile = Blue\StartPanelLogoffBackground.bmp imagecount = 1 sizingMargins = 49, 47, 0, 38 sizingType = Stretch FillColorHint = 37 119 223; Background color (lblue)
;; 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 = Blue\StartPanelLogoffButtons.bmp ImageCount = 1
[StartPanel.LogoffButtons(hot)] BgType = ImageFile Transparent = True SizingType = TrueSize ImageFile = Blue\StartPanelLogoffButtonsHot.bmp ImageCount = 1
;-------------- Taskbar specific -------------- [Start::Button] BgType = ImageFile SizingType = Stretch SizingMargins = 6, 52, 13, 14 ContentMargins = 10, 24, 2, 4 ImageFile = Blue\StartButton.bmp ImageCount = 3 ImageLayout = Vertical Transparent = True Font= ##StartButtonFont TextColor = 255 255 255 TEXTSHADOWOFFSET= 2, 2 textshadowcolor = 69 76 16 TextShadowType = continuous FillColorHint = 74 153 73; Average color (green)
[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 = Blue\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 = Blue\StartGroupSeperator.bmp ImageCount = 1 Transparent = True TransparentColor= 255 0 0 FillColorHint = 211 211 200; Separator color (grey)
[StartMenu::Toolbar] BgType = ImageFile ImageFile = Blue\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 = 48 127 229; Left edge of More Programs menu (blue)
[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 = Blue\StartGroupToolbarButton.bmp ImageCount = 3 ImageLayout = vertical Transparent = True TransparentColor= 255 0 0 FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
[TaskBar::Toolbar] BgType = None Font= ##Tahoma8 TextColor = 255 255 255
[TaskBar::Toolbar.Button] BgType = ImageFile SizingType = Stretch SizingMargins = 8, 3, 18, 8 ContentMargins = 0, 0, 4, 4 ImageFile = Blue\TaskBandButtonNoEdge.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 53 122 238; Average background color (blue)
[TaskBar::Toolbar.DropdownButton] BgType = ImageFile
SizingType = Stretch SizingMargins = 8, 3, 18, 8 ContentMargins = 2, 0, 4, 4 ImageFile = Blue\TaskBandButtonNoEdge.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 53 122 238; Average background color (blue)
[TaskBarVert::Toolbar] BgType = None Font= ##Tahoma8 TextColor = 255 255 255
[TaskBarVert::Toolbar.Button] BgType = ImageFile SizingType = Stretch SizingMargins = 15, 5, 6, 4 ContentMargins = 1, 1, 1, 1 ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 53 122 238; Average background color (blue)
[TaskBarVert::Toolbar.DropdownButton] BgType = ImageFile SizingType = Stretch SizingMargins = 15, 5, 6, 4 ContentMargins = 1, 1, 1, 1 ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 53 122 238; ; Average background color (blue)
[TaskBar::Rebar] BgType = None Font= ##Tahoma8 TextColor = 123 182 232
[TaskBar::Rebar.Band] BgType = None
[TaskBar::Rebar.Gripper] BgType = ImageFile SizingType = Tile SizingMargins = 0, 0, 6, 4 ContentMargins = 2, 1, 0, 0 ImageFile = Blue\TaskbarGripper.bmp ImageCount = 1 Transparent = True TransparentColor= 255 0 255 FillColorHint = 6 45 159; Gripper dot color (dark purple)
[TaskBar::Rebar.GripperVert] BgType = ImageFile SizingType = Tile SizingMargins = 4, 6, 0, 0 ContentMargins = 0, 0, 2, 1 ImageFile = Blue\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 = 8, 3, 18, 8 ContentMargins = 0, 0, 0, 10 ImageFile = Blue\TaskBandButtonNoEdge.bmp ImageCount = 6 ImageLayout = vertical Transparent = True GlyphType = ImageGlyph GlyphImageFile = Blue\TaskbarChevron.bmp GlyphTransparent= true VAlign = Top FillColorHint = 6 45 159; Overflow glyph color (baby blue)
[TaskBar::Rebar.ChevronVert] BgType = ImageFile SizingType = Stretch SizingMargins = 15, 5, 6, 4 ContentMargins = 0, 0, 0, 0 ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp ImageCount = 6 ImageLayout = vertical Transparent = True GlyphType = ImageGlyph GlyphImageFile = Blue\TaskbarChevronVert.bmp GlyphTransparent= true FillColorHint = 6 45 159; Overflow glyph color (baby blue)
[TaskBar.BackgroundBottom] BgType = ImageFile SizingType = Tile SizingMargins = 0, 0, 15, 11 ImageFile = Blue\TaskbarBackground.bmp ImageCount = 1 FillColorHint = 36 94 220; Average background color (blue)
[TaskBar.SizingBarBottom] BgType = ImageFile SizingType = Tile ImageFile = Blue\TaskbarSizingBarBottom.bmp ImageCount = 1 FillColorHint = 50 128 231; Average color (blue)
[TaskBar.BackgroundLeft] BgType = ImageFile SizingType = Tile SizingMargins = 15, 11, 0, 0 ImageFile = Blue\TaskbarBackgroundVertical.bmp ImageCount = 1 FillColorHint = 36 94 220; Average background color (blue)
[TaskBar.SizingBarLeft] BgType = ImageFile SizingType = Tile ImageFile = Blue\TaskbarSizingBarLeft.bmp ImageCount = 1 FillColorHint = 50 128 231; Average color (blue)
[TaskBar.BackgroundTop] BgType = ImageFile SizingType = Tile SizingMargins = 0, 0, 15, 11 ImageFile = Blue\TaskbarBackground.bmp ImageCount = 1 FillColorHint = 36 94 220; Average background color (blue)
[TaskBar.SizingBarTop] BgType = ImageFile SizingType = Tile ImageFile = Blue\TaskbarSizingBarTop.bmp ImageCount = 1 FillColorHint = 50 128 231; Average color (blue)
[TaskBar.BackgroundRight] BgType = ImageFile SizingType = Tile SizingMargins = 11, 13, 0, 0 ImageFile = Blue\TaskbarBackgroundVertical.bmp ImageCount = 1 FillColorHint = 36 94 220; Average background color (blue)
[TaskBar.SizingBarRight] BgType = ImageFile SizingType = Stretch ImageFile = Blue\TaskbarSizingBarRight.bmp ImageCount = 1 FillColorHint = 50 128 231; Average color (blue)
;-------------- Taskband specific -------------- [TaskBand.FlashButton] BgType = ImageFile SizingType = Stretch SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 4, 4 ImageFile = Blue\TaskBandFlashButton.bmp ImageCount = 1 ImageLayout = vertical Transparent = True FillColorHint = 56 130 234; Average background color (blue) AccentColorHint = 255 192 91; Attention hilite color (orange)
[TaskBand.FlashButtonGroupMenu] BgType = ImageFile SizingType = Stretch SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 4, 4 ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp ImageCount = 1 Transparent = True FillColorHint = 56 130 234; Average background color (blue) AccentColorHint = 255 192 91; Attention hilite color (orange)
[TaskBand.GroupCount] Font= ##Tahoma8Bold TextColor = 255 204 109
[TaskBand::Toolbar] BgType = None Font= ##Tahoma8 TextColor = 255 255 255
[TaskBand::Toolbar.Button] BgType = ImageFile SizingType = Stretch SizingMargins = 17, 5, 15, 8 ContentMargins = 0, 4, 4, 4 ImageFile = Blue\TaskBandButton.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 54 127 239
[TaskBand::Toolbar.DropdownButton] BgType = ImageFile SizingType = Stretch SizingMargins = 17, 5, 15, 8 ContentMargins = 0, 4, 4, 4 ImageFile = Blue\TaskBandButton.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 54 127 239; Average background color (blue)
[TaskBandVert::Toolbar] BgType = None Font= ##Tahoma8 TextColor = 255 255 255
[TaskBandVert::Toolbar.Button] BgType = ImageFile SizingType = Stretch SizingMargins = 16, 7, 12, 6 ContentMargins = 0, 4, 4, 4 ImageFile = Blue\TaskBandButtonVertical.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 54 127 239; Average background color (blue)
[TaskBandVert::Toolbar.DropdownButton] BgType = ImageFile SizingType = Stretch SizingMargins = 16, 7, 12, 6 ContentMargins = 0, 4, 4, 4 ImageFile = Blue\TaskBandButtonVertical.bmp ImageCount = 6 ImageLayout = vertical Transparent = True FillColorHint = 54 127 239; Average background color (blue)
[TaskBand::ScrollBar.ArrowBtn] BgType = ImageFile SizingMargins = 5, 5, 5, 5 ContentMargins = 0, 0, 0, 0 SizingType = Stretch ImageFile = Blue\TaskbandScrollArrows.bmp ImageCount = 16 ImageLayout = Vertical GlyphType = ImageGlyph GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp GlyphTransparent = True FillColorHint = 25 66 205; Average background color (dark blue)
[TaskBand::Scrollbar.ThumbBtnHorz] BgType = ImageFile SizingMargins = 5, 5, 5, 5 ContentMargins = 4, 4, 0, 0 ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp ImageCount = 4 ImageLayout = Vertical FillColorHint = 25 66 205; Average background color (dark blue)
;A visual element in the middle of the scrollbar thumb [TaskBand::Scrollbar.GripperHorz] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP imagelayout = vertical Transparent = True ImageCount = 4 FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
; Scrollbar Thumb (vertical) [TaskBand::Scrollbar.ThumbBtnVert] BgType = ImageFile SizingMargins = 5, 5, 5, 5 ContentMargins = 0, 0, 4, 4 ImageFile = Blue\TaskBandScrollThumbVertical.bmp ImageCount = 4 ImageLayout = vertical FillColorHint = 25 66 205; Average background color (dark blue)
;A visual element in the middle of the scrollbar thumb [TaskBand::Scrollbar.GripperVert] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP ImageCount = 4 Transparent = True ImageLayout = Vertical FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
; Scrollbar Tracks (horizontal) [TaskBand::Scrollbar.LowerTrackHorz] BgType = imagefile ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp SizingMargins = 0, 0, 1, 1 ImageCount = 4 ImageLayout = Vertical FillColorHint = 37 90 225; Average background color (blue)
[TaskBand::Scrollbar.UpperTrackHorz] BgType = imagefile ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp SizingMargins = 0, 0, 1, 1 ImageCount = 4 ImageLayout = Vertical FillColorHint = 37 90 225; Average background color (blue)
; Scrollbar Tracks (vertical) [TaskBand::Scrollbar.LowerTrackVert] BgType = imagefile ImageFile = Blue\TaskBandScrollShaftVertical.bmp SizingMargins = 1, 1, 0, 0 ImageCount = 4 ImageLayout = Vertical FillColorHint = 37 90 225; Average background color (blue)
[TaskBand::Scrollbar.UpperTrackVert] BgType = imagefile ImageFile = Blue\TaskBandScrollShaftVertical.bmp SizingMargins = 1, 1, 0, 0 ImageCount = 4 ImageLayout = Vertical FillColorHint = 37 90 225; Average background color (blue)
;-------------- Taskband Group Menu specific -------------- [TaskBandGroupMenu::Toolbar] BgType = ImageFile ImageFile = Blue\TaskBandBackground.bmp SizingType = Tile SizingMargins = 3, 3, 3, 3 ContentMargins = 9, 0, 0, 0 Font= ##Tahoma8 TextColor = 255 255 255 FillColorHint = 33 87 213; Average background color (blue) AccentColorHint = 255 199 60; Menu top hilite color (orange)
[TaskBandGroupMenu::Toolbar.Button] BgType = ImageFile SizingType = stretch SizingMargins = 3, 3, 0, 0 ContentMargins = 9, 0, 3, 3 ImageFile = Blue\TaskBandHover.bmp ImageCount = 3 ImageLayout = vertical Transparent = True AccentColorHint = 79 150 255; Rollover hilite color (blue)
;-------------- 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 = Blue\TaskbarTray.bmp ImageCount = 1 Transparent = True TransparentColor= 255 0 0 FillColorHint = 13 141 234; Average background color (blue)
[TrayNotifyHoriz::Button] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\TrayChevronHorizontal.bmp ImageCount = 3 Imagelayout = vertical FillColorHint = 56 173 243; Average background color (blue)
[TrayNotifyHorizOpen::Button] BgType = ImageFile SizingType = TrueSize ImageFile = Blue\TrayChevronHorizontalOpen.bmp ImageCount = 3 Imagelayout = vertical FillColorHint = 56 173 243; Average background color (blue)
[TrayNotifyVert::TrayNotify.Background] BgType = ImageFile SizingType = Stretch SizingMargins = 12, 12, 34, 10 ContentMargins = 0, 0, 19, 7 ImageFile = Blue\TaskbarTrayVertical.bmp ImageCount = 1 Transparent = True TransparentColor= 255 0 0 FillColorHint = 13 141 234; Average background color (blue)
[TrayNotifyVert::Button] BgType = ImageFile SizingType = TrueSize Transparent = True ImageFile = Blue\TrayChevronHorizontal.bmp ImageCount = 3 Imagelayout = vertical FillColorHint = 56 173 243; Average background color (blue)
[TrayNotifyVertOpen::Button] BgType = ImageFile SizingType = TrueSize Transparent = True ImageFile = Blue\TrayChevronHorizontalOpen.bmp ImageCount = 3 Imagelayout = vertical FillColorHint = 56 173 243; Average background color (blue)
[TrayNotify::Clock] Font= ##Tahoma8 TextColor = 255 255 255
;-------------- 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 = Blue\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 = Blue\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 = 140 170 230 GradientRatio2 = 255 GradientColor2 = 100 135 220 BorderSize = 0 ContentMargins = 12, 12, 12, 12
[ExplorerBar.HeaderBackground]; Not used in IE 6 BgType = ImageFile SizingType = Stretch ImageFile = Blue\ExplorerBarHeaderBackground.bmp SizingMargins = 202, 1, 0, 0 Font= ##Tahoma8Bold TextColor = 255 255 255 ContentMargins = 8, 8, 7, 7 FillColorHint = 94 135 217; Mid color of gradient (blue)
[ExplorerBar.HeaderClose]; Not used in IE 6 BgType = ImageFile SizingType = TrueSize ImageLayout = Vertical ImageFile = Blue\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 = Blue\ExplorerBarHeaderPin.bmp ImageCount = 6 Transparent = true OffsetType = TopRight Offset = -6, 4 FillColorHint = 189 206 239; Average pin color (blue grey)
[ExplorerBar.IEBarMenu]; Not used in IE 6 BgType = ImageFile SizingType = TrueSize ImageLayout = Vertical ImageFile = Blue\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 = 214 223 247 BorderColor = 255 255 255 SizingType = Stretch ImageFile = Blue\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 = Blue\NormalGroupCollapse.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.NormalGroupExpand] BgType = ImageFile SizingType = TrueSize ImageLayout = Vertical ImageFile = Blue\NormalGroupExpand.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.NormalGroupHead] BgType = ImageFile SizingType = Stretch ImageFile = Blue\NormalGroupHead.bmp SizingMargins = 3, 106, 3, 1 Transparent = true Font= ##Tahoma8Bold TextColor = 33 93 198 ContentMargins = 8, 8, 7, 7 FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
[ExplorerBar.SpecialGroupBackground] BgType = ImageFile SizingType = Stretch ImageFile = Blue\SpecialGroupBackground.bmp SizingMargins = 3, 3, 3, 3 Font= ##Tahoma8 TextColor = 38 92 192 ContentMargins = 8, 8, 7, 7 FillColorHint = 239 243 255; Background color (very light blue)
[ExplorerBar.SpecialGroupCollapse] BgType = ImageFile SizingType = TrueSize ImageLayout = Vertical ImageFile = Blue\SpecialGroupCollapse.bmp ImageCount = 3 Transparent = true OffsetType = TopRight Offset = -3, 1 FillColorHint = 36 89 195; Average background color (dark blue) BorderColorHint = 70 114 205; Edge color (dark blue)
[ExplorerBar.SpecialGroupExpand] BgType = ImageFile SizingType = TrueSize ImageLayout = Vertical ImageFile = Blue\SpecialGroupExpand.bmp ImageCount = 3 Transparent = true OffsetType = TopRight Offset = -3, 1 FillColorHint = 36 89 195; Average background color (dark blue) BorderColorHint = 70 114 205; Edge color (dark blue)
[ExplorerBar.SpecialGroupHead] BgType = ImageFile SizingType = Stretch ImageFile = Blue\SpecialGroupHead.bmp SizingMargins = 3, 106, 3, 1 Transparent = true Font= ##Tahoma8Bold TextColor = 255 255 255 FillColor = 2 72 178 ContentMargins = 8, 8, 7, 7
[ExplorerBar::Rebar]; Not used in IE6 bgtype = imagefile sizingtype = stretch ImageFile = Blue\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 IE6 bgtype = none ContentMargins = 2, 0, 0, 0
[ExplorerBar::Rebar.Gripper]; Not used in IE6 bgtype = imagefile SizingMargins = 0, 0, 6, 4 ContentMargins = 3, 0, 0, 0 ImageFile = Blue\Gripper.bmp sizingType = Tile Transparent = true TransparentColor= 255 0 0 FillColorHint = 171 167 149; Gripper dot color (dark beige)
[ExplorerBar::Rebar.GripperVert]; Not used in IE6 bgtype = imagefile SizingMargins = 9, 8, 0, 0 ImageFile = Blue\GripperVert.bmp sizingType = Tile Transparent = true TransparentColor= 255 0 0 FillColorHint = 171 167 149; Gripper dot color (dark beige)
[ExplorerBar::Rebar.Chevron]; Not used in IE6 SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 ImageFile = Blue\ExplorerBarToolbarButtons.bmp bgtype = imagefile imagelayout = vertical imageCount = 6 sizingType = Stretch Transparent = true GlyphType = ImageGlyph GlyphImageFile = Blue\Chevron.bmp GlyphTransparent= true VAlign = Top FillColorHint = 0 0 0; Glyph color (black)
[ExplorerBar::Rebar.ChevronVert]; Not used in IE6 SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 ImageFile = Blue\ExplorerBarToolbarButtons.bmp bgtype = imagefile imagelayout = vertical imageCount = 6 sizingType = Stretch Transparent = true GlyphType = ImageGlyph GlyphImageFile = Blue\Chevron.bmp GlyphTransparent= true VAlign = Top FillColorHint = 0 0 0; Glyph color (black)
[ExplorerBar::Toolbar.Button]; Not used in IE6 SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 ImageFile = Blue\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 IE6 SizingMargins = 4, 4, 4, 4 ContentMargins = 0, 0, 0, 0 ImageFile = Blue\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 IE6 SizingMargins = 4, 2, 4, 4 ImageFile = Blue\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 IE6 SizingMargins = 2, 4, 4, 4 ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp bgtype = imagefile imagelayout = vertical imageCount = 6 sizingType = Stretch Transparent = true TransparentColor= 255 0 255 GlyphType = ImageGlyph GlyphImageFile = Blue\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 IE6 SizingMargins = 5, 2, 2, 1 ImageFile = Blue\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 IE6 SizingMargins = 2, 1, 5, 1 ImageFile = Blue\SeparatorVert.bmp bgtype = imagefile imageCount = 1 sizingType = tile Transparent = true TransparentColor= 255 0 0 FillColorHint = 202 198 175; Separator line color (dark beige)
|