[THEMES] Overhaul ReactOS modern theme. CORE-13020 (#1424)
[reactos.git] / media / themes / modern.msstyles / textfiles / Light / ExtraLargeLight.INI
-
-[Globals]
-EdgeDkShadowColor = 113 111 100
-EdgeFillColor = 239 238 243
-EdgeHighLightColor = 249 249 249
-EdgeLightColor = 241 239 226
-EdgeShadowColor = 165 175 185
-
+;-------------------------------------------------------
+; file: textfiles\Light\ExtraLargeLight.INI
+;-------------------------------------------------------
+
+; Globals
+;-------------------------------------------------------
+[globals]
+;Sets the font used overall in the theme (unless defined otherwise in a specific control)
+
+; global edge colors (redefined in various parts) 
+EdgeLightColor      = 226 226 226
+EdgeHighLightColor  = 240 240 240
+EdgeShadowColor     = 255 255 255
+EdgeDkShadowColor   = 180 180 180 
+EdgeFillColor       = 244 244 244
+
+; system metrics
+;-------------------------------------------------------
 [SysMetrics]
-ActiveCaption = 21 21 21
+;The system metric colors also effect non-themed controls.
+
+ActiveCaption = 52 52 52
 Background = 73 73 73
-Btnface = 239 238 243
+Btnface = 226 226 226
 BtnHighlight = 255 255 255
 BtnShadow = 162 162 162
-CaptionBarHeight = 24
-CaptionFont = Open Sans, 8, Bold
-CaptionText = 255 255 255
-CssName = cpwebvw.css
+
 DkShadow3d = 162 162 162
-FlatMenus = true
 GradientActiveCaption = 58 58 58
 GradientInactiveCaption = 81 81 81
-GrayText = 172 168 153
-Highlight = 75 75 75
-HighlightText = 255 255 255
+GrayText = 170 170 170
+
+Highlight = 151 169 227
+HighlightText = 28 28 28
 HotTracking = 0 0 128
-IconTitleFont = Open Sans, 8
+
 InactiveCaption = 65 65 65
 InactiveCaptionText = 180 180 180
 Light3d = 241 239 226
+
 Menu = 255 255 255
-MenuBar = 239 238 243
-MenuFont = Open Sans, 8
-MenuHilight = 100 100 100
+MenuBar = 220 220 220
+MenuFont = Ubuntu, 12
+MenuHilight = 151 169 227
 MenuText = 75 75 75
-MinColorDepth = 15
-MsgBoxFont = Open Sans, 8
-ScrollbarHeight = 15
-ScrollbarWidth = 15
-SmallCaptionFont = Open Sans, 8, Bold
-SMCaptionBarHeight = 19
-SMCaptionBarWidth = 21
-StatusFont = Open Sans, 8
-Window = 255 255 255
-XmlName = default.xml
 
-[Button.Checkbox]
-AccentColorHint = 250 196 88
-Bgtype = imagefile
-BorderColorHint = 29 82 129
-FillColorHint = 33 161 33
-ImageCount = 12
-ImageFile1 = Light\CheckBox13.bmp
-ImageFile2 = Light\CheckBox16.bmp
-ImageFile3 = Light\CheckBox25.bmp
-Imagelayout = vertical
-ImageSelectType = Dpi
-MinDpi1 = 96
-MinDpi2 = 118
-MinDpi3 = 185
-MirrorImage = false
-ContentMargins = 0, 0, 0, 0
-SizingMargins = 0, 0, 0, 0
-SizingType = TrueSize
-TrueSizeScalingType = Dpi
-TrueSizeStretchMark = 50
-UniformSizing = true
+ScrollbarWidth = 17
+ScrollbarHeight = 17
 
-[Button.Checkbox(Checkeddisabled)]
-TextColor = 153 153 153
+Window = 255 255 255
 
-[Button.Checkbox(Mixeddisabled)]
-TextColor = 153 153 153
+; DONT REMOVE THESE FONTS (must specify to be localizable)
+CaptionBarHeight = 25
+CaptionFont = Ubuntu, 12, Bold
+CaptionText = 28 28 28
+MsgBoxFont = Ubuntu, 12
+IconTitleFont = Ubuntu, 12
+SmallCaptionFont = Ubuntu, 12, Bold
+SMCaptionBarHeight = 17
+SMCaptionBarWidth = 17
+StatusFont = Ubuntu, 12
+
+;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
 
-[Button.Checkbox(Uncheckeddisabled)]
-TextColor = 153 153 153
+;This may allow authors to specify a theme 
+;matching XML file.
+XmlName = default.xml
 
-[Button.Groupbox]
-Bgtype = imagefile
-BorderColorHint = 208 208 191
-BorderOnly = true
-ImageFile = Light\GroupBox.bmp
-NormalSize = 9999, 9999
-SizingMargins = 4, 4, 4, 4
-SizingType = Tile
-TextColor = 75 75 75
-Transparent = true
+; this theme designed for 15-bit color and higher
+MinColorDepth = 15
 
+; buttons
+;-------------------------------------------------------
+[button]
+
+;Normal button
 [Button.Pushbutton]
-AccentColorHint = 250 196 88
+AccentColorHint = 250 196 88; Rollover highlight color
+BorderColorHint = 0 60 116; Edge color
 Bgtype = imagefile
-BorderColorHint = 0 60 116
-ContentMargins = 3, 3, 3, 3
+ContentMargins = 3, 3, 3, 3; Average fill color
 FillColorHint = 243 243 239
-ImageCount = 5
+Font = Ubuntu, 12
 ImageFile = Light\button.bmp
+ImageCount = 5
 ImageLayout = vertical
 MinSize = 10, 5
 SizingMargins = 8, 8, 9, 9
 SizingType = Stretch
 TextColor = 112 112 112
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
-TEXTSHADOWCOLOR = 221 221 221
+TextShadowType = Single
+TextShadowColor = 221 221 221
 
 [Button.Pushbutton(Defaulted)]
 AccentColorHint = 0 255 0
@@ -121,63 +113,119 @@ TextColor = 75 75 75
 [Button.Pushbutton(Pressed)]
 TextColor = 75 75 75
 
-[Button.Radiobutton]
-AccentColorHint = 250 196 88
+;Checkboxes
+[Button.Checkbox]
+AccentColorHint = 250 196 88; Rollover highlight color
+BorderColorHint = 29 82 129; Edge color
 Bgtype = imagefile
-BorderColorHint = 29 82 129
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 33 161 33
-ImageCount = 8
-ImageFile1 = Light\RadioButton13.bmp
-ImageFile2 = Light\RadioButton13.bmp
-ImageFile3 = Light\RadioButton13.bmp
+FillColorHint = 33 161 33; Checkmark color
+ImageCount = 12
+ImageFile1 = Light\CheckBox13.bmp
+ImageFile2 = Light\CheckBox16.bmp
+ImageFile3 = Light\CheckBox25.bmp
 Imagelayout = vertical
-ImageSelectType = Dpi
+ImageSelectType = Dpi; choose image by DPI of target DC (vs. theme DPI)
+MirrorImage = False
 MinDpi1 = 96
 MinDpi2 = 118
 MinDpi3 = 185
 SizingMargins = 0, 0, 0, 0
 SizingType = TrueSize
-Transparent = true
 TrueSizeScalingType = Dpi
 TrueSizeStretchMark = 50
-UniformSizing = true
+UniformSizing = True
+
+[Button.Checkbox(Checkeddisabled)]
+TextColor = 153 153 153
 
+[Button.Checkbox(Mixeddisabled)]
+TextColor = 153 153 153
+
+[Button.Checkbox(Uncheckeddisabled)]
+TextColor = 153 153 153
+
+; Radio buttons
+[Button.Radiobutton]
+Bgtype = imagefile
+Transparent = True
+ContentMargins = 0, 0, 0, 0
+SizingMargins = 0, 0, 0, 0
+SizingType = TrueSize
+ImageCount = 8
+Imagelayout = vertical
+ImageSelectType = Dpi
+TrueSizeScalingType = Dpi
+TrueSizeStretchMark = 50
+ImageFile1 = Light\RadioButton13.bmp
+ImageFile2 = Light\RadioButton13.bmp
+ImageFile3 = Light\RadioButton13.bmp
+MinDpi1 = 96
+MinDpi2 = 118
+MinDpi3 = 185
+UniformSizing = True
+FillColorHint = 33 161 33; Selection dot color
+BorderColorHint = 29 82 129; Edge color
+AccentColorHint = 250 196 88; Rollover highlight color
+
+; 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 = 153 153 153
 
 [Button.Radiobutton(Uncheckeddisabled)]
 TextColor = 153 153 153
 
+[Button.Groupbox]
+Bgtype = imagefile
+BorderColorHint = 208 208 191
+; BorderOnly - draw only the area inside 
+; the sizing margins 
+BorderOnly = True
+ImageFile = Light\GroupBox.bmp
+; never source size a groupbox!
+NormalSize = 9999, 9999
+SizingMargins = 4, 4, 4, 4
+SizingType = Tile
+TextColor = 75 75 75
+Transparent = True
+
+; combobox
+;-------------------------------------------------------
 [Combobox]
 BgType = BorderFill
-BorderColor = 225 225 225
 BorderSize = 1
 FillColor = 255 255 255
+BorderColor = 225 225 225
+
+[Combobox(Hot)]
+BorderColor = 225 225 225
 
 [Combobox(Disabled)]
 BorderColor = 201 199 186
 FillColor = 235 235 228
 
-[Combobox(Hot)]
-BorderColor = 225 225 225
-
+; down pointing triangle button
 [Combobox.DropDownButton]
 BgType = imagefile
-BorderColorHint = 255 255 255
+BorderColorHint = 255 255 255; Edge color
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 200 214 251
+FillColorHint = 200 214 251; Average fill color 
 GlyphImageFile = Light\ComboButtonGlyph.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
 ImageFile = Light\ComboButton.bmp
 Imagelayout = vertical
 SizingMargins = 2, 2, 3, 3
 SizingType = Stretch
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+Transparent = True
+TransparentColor = 255 0 255
 
+; edit
+;-------------------------------------------------------
 [Edit]
 BgType = BorderFill
 BorderColor = 225 225 225
@@ -206,11 +254,11 @@ GradientRatio2 = 255
 BgType = ImageFile
 ContentMargins = 8, 8, 7, 7
 FillColorHint = 94 135 217
-Font = Open Sans, 8, Bold
+Font = Tahoma, 8, Bold
 ImageFile = Light\ExplorerBarHeaderBackground.bmp
 SizingMargins = 17, 1, 0, 0
 SizingType = Stretch
-TextColor = 255 255 255
+TextColor = 75 75 75
 
 [ExplorerBar.HeaderClose]
 AccentColorHint = 255 121 95
@@ -222,7 +270,7 @@ ImageLayout = Vertical
 Offset = 4, 4
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.HeaderPin]
 BgType = ImageFile
@@ -233,7 +281,7 @@ ImageLayout = Vertical
 Offset = 6, 4
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.IEBarMenu]
 BgType = ImageFile
@@ -245,14 +293,14 @@ ImageLayout = Vertical
 Offset = 3, 1
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.NormalGroupBackground]
 BgType = ImageFile
 BorderColor = 255 255 255
 ContentMargins = 8, 8, 7, 7
 FillColor = 214 223 247
-Font = Open Sans, 8
+Font = Ubuntu, 12
 ImageFile = Light\NormalGroupBackground.bmp
 SizingMargins = 3, 3, 3, 3
 SizingType = Stretch
@@ -268,7 +316,7 @@ ImageLayout = Vertical
 Offset = 3, 1
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.NormalGroupExpand]
 BgType = ImageFile
@@ -280,24 +328,24 @@ ImageLayout = Vertical
 Offset = 3, 1
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.NormalGroupHead]
 BgType = ImageFile
 ContentMargins = 8, 8, 7, 7
 FillColorHint = 240 243 251
-Font = Open Sans, 8, Bold
+Font = Tahoma, 8, Bold
 ImageFile = Light\NormalGroupHead.bmp
 SizingMargins = 3, 15, 3, 1
 SizingType = Stretch
 TextColor = 82 82 82
-Transparent = true
+Transparent = True
 
 [ExplorerBar.SpecialGroupBackground]
 BgType = ImageFile
 ContentMargins = 8, 8, 7, 7
 FillColorHint = 239 243 255
-Font = Open Sans, 8
+Font = Ubuntu, 12
 ImageFile = Light\SpecialGroupBackground.bmp
 SizingMargins = 3, 3, 3, 3
 SizingType = Stretch
@@ -313,7 +361,7 @@ ImageLayout = Vertical
 Offset = 3, 1
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.SpecialGroupExpand]
 BgType = ImageFile
@@ -325,98 +373,112 @@ ImageLayout = Vertical
 Offset = 3, 1
 OffsetType = TopRight
 SizingType = TrueSize
-Transparent = true
+Transparent = True
 
 [ExplorerBar.SpecialGroupHead]
 BgType = ImageFile
 ContentMargins = 8, 8, 7, 7
 FillColor = 2 72 178
-Font = Open Sans, 8, Bold
+Font = Tahoma, 8, Bold
 ImageFile = Light\SpecialGroupHead.bmp
 SizingMargins = 3, 6, 5, 16
 SizingType = Stretch
 TextColor = 82 82 82
-Transparent = true
+Transparent = True
+
+; header
+;-------------------------------------------------------
 
 [Header]
 Bgtype = imagefile
 ImageFile = Light\ListviewHeaderBackground.bmp
-SizingMargins = 0, 0, 4, 6
+SizingMargins = 8, 8, 3, 4
 SizingType = Stretch
 
 [Header.HeaderItem]
-AccentColorHint = 252 194 71
+AccentColorHint = 252 194 71; Rollover highilight color
 Bgtype = imagefile
 ContentMargins = 3, 3, 0, 0
-FillColorHint = 250 248 243
+FillColorHint = 250 248 243; Average fill color
 ImageCount = 5
 ImageFile = Light\ListViewHeader.bmp
 ImageLayout = vertical
 SizingMargins = 2, 4, 3, 6
 SizingType = Stretch
-Transparent = true
-Transparentcolor = 255 0 0
+Transparent = True
+TransparentColor = 255 0 0
 
+; listbox
+;-------------------------------------------------------
 [Listbox]
 BgType = BorderFill
-BorderColor = 225 225 225
 BorderSize = 1
 FillColor = 255 255 255
+BorderColor = 225 225 225
 
+; list view
+;-------------------------------------------------------
 [ListView]
 BgType = BorderFill
-BorderColor = 225 225 225
+BorderColor = 150 150 150
 BorderSize = 1
 FillColor = 255 255 255
 
+; progress bar
+;-------------------------------------------------------
+
 [Progress]
 BgType = borderFill
 BorderColor = 235 235 228
 Bordersize = 1
 FillColor = 46 211 49
-FillType = RadialGradient
-ProgressChunkSize = 1
-ProgressSpaceSize = 0
+FillType = Solid
+ProgressChunkSize = 6
+ProgressSpaceSize = 2
 
 [Progress.Bar]
 Bgtype = imagefile
 BorderColorHint = 104 104 104
 FillColorHint = 255 255 255
 ImageFile = Light\ProgressTrack.bmp
-MinSize = 12, 22
-NormalSize = 100, 22
-SizingMargins = 2, 2, 1, 0
-SizingType = Stretch
-SourceShrink = False
+MinSize=10,10
+NormalSize = 100, 18
+sizingMargins = 4, 4, 3, 3
+SizingType = tile
+SourceShrink = Stretch
 
 [Progress.BarVert]
 Bgtype = imagefile
-BorderColorHint = 104 104 104
-FillColorHint = 255 255 255
+BorderColorHint = 104 104 104; Edge color
+FillColorHint = 255 255 255; Background color
 ImageFile = Light\ProgressTrackVert.bmp
-SizingMargins = 2, 2, 2, 2
+sizingMargins = 3, 3, 4, 4
 SizingType = Stretch
 
 [Progress.Chunk]
 Bgtype = imagefile
-FillColorHint = 59 154 234
+FillColorHint = 59 154 234; Progress indicator color
 ImageFile = Light\ProgressChunk.bmp
-SizingMargins = 2, 2, 12, 0
+sizingMargins = 0, 0, 6, 5
 SizingType = Stretch
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+Transparent = True
+TransparentColor = 255 0 255
 
 [Progress.ChunkVert]
 Bgtype = imagefile
-FillColorHint = 59 154 234
+FillColorHint = 59 154 234; Progress indicator color 
 ImageFile = Light\ProgressChunkVert.bmp
-SizingMargins = 12, 0, 2, 2
+sizingMargins = 6, 5, 0, 0
 SizingType = Stretch
 
+; rebar
+;-------------------------------------------------------
+; toolbar container 
+
 [Rebar]
 Bgtype = imagefile
 FillColorHint = 241 243 239
-Font = Open Sans, 8
+Font = Ubuntu, 12
 ImageFile = Light\ToolbarBackground.bmp
 Sizingmargins = 1, 1, 1, 2
 Sizingtype = stretch
@@ -427,19 +489,39 @@ Bgtype = none
 ContentMargins = 0, 0, 0, 0
 EdgeShadowColor = 165 175 185
 
+[Rebar.Gripper]
+Bgtype = imagefile
+ContentMargins = 2, 1, 0, 0
+FillColorHint = 171 167 149
+ImageFile = Light\ToolbarGripper.bmp
+SizingMargins = 2, 1, 4, 2
+SizingType = Tile
+Transparent = True
+TransparentColor = 255 0 255
+
+[Rebar.GripperVert]
+Bgtype = imagefile
+ContentMargins = 1, 2, 0, 0
+FillColorHint = 171 167 149
+ImageFile = Light\ToolbarGripperVert.bmp
+SizingMargins = 3, 3, 2, 1
+SizingType = Tile
+Transparent = True
+TransparentColor = 255 0 255 
+
 [Rebar.Chevron]
 Bgtype = imagefile
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 75 75 75
 GlyphImageFile = Light\Chevron.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\ToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 VAlign = Top
 
 [Rebar.ChevronVert]
@@ -447,45 +529,31 @@ Bgtype = imagefile
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 75 75 75
 GlyphImageFile = Light\Chevron.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\ToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 VAlign = Top
 
-[Rebar.Gripper]
-Bgtype = imagefile
-ContentMargins = 2, 1, 0, 0
-FillColorHint = 171 167 149
-ImageFile = Light\ToolbarGripper.bmp
-SizingMargins = 2, 1, 4, 2
-SizingType = Tile
-Transparent = true
-
-[Rebar.GripperVert]
-Bgtype = imagefile
-ContentMargins = 1, 2, 0, 0
-FillColorHint = 171 167 149
-ImageFile = Light\ToolbarGripperVert.bmp
-SizingMargins = 3, 3, 2, 1
-SizingType = Tile
-Transparent = true
+; scrollbar
+;-------------------------------------------------------
+[ScrollBar]
 
 [ScrollBar.ArrowBtn]
 BgType = ImageFile
-BorderColorHint = 255 255 255
+BorderColorHint = 255 255 255; Edge color 
 ContentMargins = 0, 0, 3, 3
-FillColorHint = 200 214 251
+FillColorHint = 200 214 251; Average fill color 
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 16
-ImageFile = Light\ScrollArrows.bmp
 ImageFile1 = Light\ScrollArrowGlyphsSmall.bmp
 ImageFile2 = Light\ScrollArrowGlyphs.bmp
+ImageFile = Light\ScrollArrows.bmp
 ImageLayout = Vertical
 ImageSelectType = size
 MinSize1 = 7, 7
@@ -495,25 +563,30 @@ SizingMargins = 5, 5, 5, 5
 SizingType = Stretch
 SourceShrink = True
 TrueSizeScalingType = size
-TrueSizeStretchMark = 150
-UniformSizing = true
+TrueSizeStretchMark = 150; stretch when target exceeds source size by 150%
+UniformSizing = True
 
+; scrollbar thumb gripper (horizontal)
 [ScrollBar.GripperHorz]
 BgType = ImageFile
+FillColorHint = 44 96 226; Thumb gripper lighter color
 ImageCount = 4
 ImageFile = Light\ScrollThumbGripperHorizontal.BMP
 Imagelayout = vertical
 SizingType = TrueSize
 Transparent = True
 
+; scrollbar thumb gripper (vertical)
 [ScrollBar.GripperVert]
 BgType = ImageFile
+FillColorHint = 44 96 226; Thumb gripper lighter color
 ImageCount = 4
 ImageFile = Light\ScrollThumbGripperVertical.BMP
 ImageLayout = Vertical
-SizingType = TrueSize
 Transparent = True
+SizingType = TrueSize
 
+; Scrollbar lower track (horizontal)
 [ScrollBar.LowerTrackHorz]
 BgType = imagefile
 FillColorHint = 198 213 253
@@ -522,6 +595,7 @@ ImageFile = Light\ScrollShaftHorizontal.bmp
 ImageLayout = Vertical
 SizingMargins = 0, 0, 1, 1
 
+; Scrollbar lower track (vertical)
 [ScrollBar.LowerTrackVert]
 BgType = imagefile
 FillColorHint = 198 213 253
@@ -532,34 +606,37 @@ SizingMargins = 1, 1, 0, 0
 
 [ScrollBar.SizeBox]
 Bgtype = imagefile
-FillColorHint = 150 150 150
+SizingType = TrueSize
+VAlign = Bottom
 ImageCount = 2
 ImageFile = Light\ResizeGrip2.bmp
-SizingType = trueSize
 Transparent = True
-TransparentColor = 255 0 0
-VAlign = Bottom
+TransparentColor = 255 0 255
+FillColorHint = 150 150 150; Gripper dot color
 
+; Scrollbar Thumb (horizontal)
 [ScrollBar.ThumbBtnHorz]
 BgType = ImageFile
-BorderColorHint = 255 255 255
 ContentMargins = 4, 4, 0, 0
-FillColorHint = 198 213 253
 ImageCount = 4
 ImageFile = Light\ScrollThumbHorizontal.bmp
 ImageLayout = Vertical
 SizingMargins = 5, 5, 5, 5
+BorderColorHint = 255 255 255; Average fill color
+FillColorHint = 198 213 253; Edge color
 
+; Scrollbar Thumb (vertical)
 [ScrollBar.ThumbBtnVert]
 BgType = ImageFile
-BorderColorHint = 255 255 255
 ContentMargins = 0, 0, 4, 4
-FillColorHint = 198 213 253
+SizingMargins = 5, 5, 5, 5
 ImageCount = 4
 ImageFile = Light\ScrollThumbVertical.bmp
 ImageLayout = vertical
-SizingMargins = 5, 5, 5, 5
+FillColorHint = 198 213 253
+BorderColorHint = 255 255 255
 
+; Scrollbar upper track (horizontal)
 [ScrollBar.UpperTrackHorz]
 BgType = imagefile
 FillColorHint = 198 213 253
@@ -568,6 +645,7 @@ ImageFile = Light\ScrollShaftHorizontal.bmp
 ImageLayout = Vertical
 SizingMargins = 0, 0, 1, 1
 
+; Scrollbar upper track (vertical)
 [ScrollBar.UpperTrackVert]
 BgType = imagefile
 FillColorHint = 198 213 253
@@ -576,6 +654,10 @@ ImageFile = Light\ScrollShaftVertical.bmp
 ImageLayout = Vertical
 SizingMargins = 1, 1, 2, 2
 
+; spin
+;-------------------------------------------------------
+;Spin buttons for incrementing values in a field
+
 [Spin]
 Bgtype = imagefile
 ImageCount = 1
@@ -583,69 +665,78 @@ ImageFile = Light\FieldOutlineBlue.bmp
 SizingMargins = 2, 2, 2, 2
 SizingType = tile
 
-[Spin.Down]
+[Spin.Up]
 Bgtype = imagefile
 BorderColorHint = 255 255 255
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 200 214 251
-GlyphImageFile = Light\SpinDownGlyph.bmp
+GlyphImageFile = Light\SpinUpGlyph.bmp
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
-ImageFile = Light\SpinButtonBackgroundDown.bmp
+ImageFile = Light\SpinButtonBackgroundUp.bmp
 ImageLayout = Vertical
-SizingMargins = 4, 4, 3, 4
-SizingType = tile
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+SizingMargins = 4, 4, 4, 3
+SizingType = stretch
+Transparent = True
+TransparentColor = 255 0 255
 
-[Spin.Downhorz]
+[Spin.Uphorz]
 Bgtype = imagefile
 BorderColorHint = 255 255 255
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 200 214 251
-GlyphImageFile = Light\SpinLeftGlyph.bmp
+GlyphImageFile = Light\SpinRightGlyph.bmp
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
-ImageFile = Light\SpinButtonBackgroundLeft.bmp
+ImageFile = Light\SpinButtonBackgroundRight.bmp
 ImageLayout = Vertical
 SizingMargins = 4, 4, 4, 4
-SizingType = Stretch
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+SizingType = stretch
+Transparent = True
+TransparentColor = 255 0 255
 
-[Spin.Up]
+[Spin.Down]
 Bgtype = imagefile
 BorderColorHint = 255 255 255
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 200 214 251
-GlyphImageFile = Light\SpinUpGlyph.bmp
+GlyphImageFile = Light\SpinDownGlyph.bmp
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
-ImageFile = Light\SpinButtonBackgroundUp.bmp
+ImageFile = Light\SpinButtonBackgroundDown.bmp
 ImageLayout = Vertical
-SizingMargins = 4, 4, 4, 3
-SizingType = stretch
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+SizingMargins = 4, 4, 3, 4
+SizingType = tile
+Transparent = True
+TransparentColor = 255 0 255
 
-[Spin.Uphorz]
+[Spin.Downhorz]
 Bgtype = imagefile
 BorderColorHint = 255 255 255
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 200 214 251
-GlyphImageFile = Light\SpinRightGlyph.bmp
+GlyphImageFile = Light\SpinLeftGlyph.bmp
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
-ImageFile = Light\SpinButtonBackgroundRight.bmp
+ImageFile = Light\SpinButtonBackgroundLeft.bmp
 ImageLayout = Vertical
 SizingMargins = 4, 4, 4, 4
-SizingType = stretch
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+SizingType = Stretch
+Transparent = True
+TransparentColor = 255 0 255
+
+; StartPanel
+;-------------------------------------------------------
+; Desktop start panel
+
+
+; TODO--- NEEDS MODYFYING WHEN
+; START PANEL IS IMPLEMENTED
+; ---------------------------------------------
 
 [StartPanel]
 Bgtype = none
@@ -669,7 +760,7 @@ ImageCount = 1
 ImageFile = Light\StartPanelLogoffButtons.bmp
 SizingType = TrueSize
 Transparent = True
-TRANSPARENTCOLOR = 255 0 255
+TransparentColor = 255 0 255
 
 [StartPanel.LogoffButtons(Hot)]
 BgType = ImageFile
@@ -677,13 +768,13 @@ ImageCount = 1
 ImageFile = Light\StartPanelLogoffButtonsHot.bmp
 SizingType = TrueSize
 Transparent = True
-TRANSPARENTCOLOR = 255 0 255
+TransparentColor = 255 0 255
 
 [StartPanel.MorePrograms]
 BgType = ImageFile
 ContentMargins = 11, 2, 0, 5
 DefaultPaneSize = 0, 0, 178, 30
-Font = Open Sans, 8, Bold
+Font = Tahoma, 8, Bold
 HotTracking = 48 112 208
 Imagecount = 1
 ImageFile = Light\StartPanelMoreProgBackGround.BMP
@@ -722,8 +813,8 @@ TextColor = 112 112 112
 BgType = ImageFile
 ImageFile = Light\StartPlacesSeparator.bmp
 SizingType = TrueSize
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+Transparent = True
+TransparentColor = 255 0 255
 
 [StartPanel.ProgList]
 BgType = ImageFile
@@ -742,21 +833,21 @@ TextColor = 112 112 112
 BgType = ImageFile
 ImageFile = Light\StartProgramsSeparator.bmp
 SizingType = TrueSize
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+Transparent = True
+TransparentColor = 255 0 255
 
 [StartPanel.UserPane]
-BgType = None
-DefaultPaneSize = 0, 0, 357, 28
+BgType = none
+DefaultPaneSize = 0, 0, 380, 64
 FillColorHint = 31 113 216
-Font = Open Sans, 8, Bold
+Font = Ubuntu, 12, Bold
 Imagecount = 1
 ImageFile = Light\StartUserPanel.bmp
 ImageLayout = Horizontal
 SizingMargins = 9, 9, 3, 3
 SizingType = Stretch
-TextColor = 255 255 255
-Textshadowcolor = 0 0 0
+TextColor = 75 75 75
+TextShadowColor = 0 0 0
 TEXTSHADOWOFFSET = 2, 2
 TextShadowType = continuous
 Transparent = True
@@ -771,34 +862,43 @@ Imagecount = 1
 ImageFile = Light\UserTileBackground.bmp
 SizingMargins = 6, 10, 6, 10
 SizingType = Stretch
-Transparent = true
+Transparent = True
+
+; status
+;-------------------------------------------------------
+; The area at the bottom of a window containing
+; miscellaneous status info The first is the 
+; container for the status sections
 
 [Status]
 Bgtype = imagefile
-FillColorHint = 239 238 243
+FillColorHint = 239 238 243; Average fill color
 ImageCount = 1
 ImageFile = Light\StatusBackground.bmp
-SizingMargins = 13, 7, 2, 1
+SizingMargins = 50, 17, 5, 9
 SizingType = Tile
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 253 253 253
-TEXTSHADOWTYPE = Single
+TextColor = 112 112 112
+TextShadowColor = 253 253 253
+TextShadowType = Single
 TEXTSHADOWOFFSET = 1,1
 
+;The resize corner
 [Status.Gripper]
 Bgtype = imagefile
 ContentMargins = 0,0,0,0
-FillColorHint = 184 180 163
+FillColorHint = 184 180 163; Resize gripper dots
 ImageCount = 2
 ImageFile = Light\ResizeGrip2.bmp
-SizingType = trueSize
+SizingType = TrueSize
 Transparent = True
-TransparentColor = 255 0 0
+TransparentColor = 255 0 255
 VAlign = Bottom
 
+; The individual status item backgrounds
 [Status.GripperPane]
 Bgtype = none
 
+;The individual status item backgrounds
 [Status.Pane]
 Bgtype = imagefile
 ImageCount = 1
@@ -806,7 +906,11 @@ ImageFile = Light\StatusPane.bmp
 SizingMargins = 0, 2, 2, 2
 SizingType = Tile
 Transparent = True
-TransparentColor = 255 0 0
+TransparentColor = 255 0 255
+
+; tab
+;-------------------------------------------------------
+; tab menus for gui
 
 [Tab]
 BgType = borderFill
@@ -816,176 +920,177 @@ FillType = Solid
 
 [Tab.Body]
 Bgtype = imagefile
-FillColorHint = 239 239 243
+FillColorHint = 239 239 243; Light tab background color
 ImageFile1 = Light\TabBackground.bmp
-ImageFile2 = Light\TabBackground.bmp
+ImageFile2 = Light\TabBackground133.bmp
 ImageSelectType = Dpi
 MinDpi1 = 96
 MinDpi2 = 164
 StockImageFile = Light\TabBackground.bmp
 TrueSizeScalingType = Dpi
 TrueSizeStretchMark = 50
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
+FONT = Ubuntu, 8
+TextColor = 112 112 112
 
+;The content area of a tab page
 [Tab.Pane]
 Bgtype = imagefile
-BorderColorHint = 145 155 156
-FillColorHint = 251 251 253
+BorderColorHint = 145 155 156; Edge color
+FillColorHint = 251 251 253; Light tab background color
 Imagecount = 1
 ImageFile = Light\TabPaneEdge.bmp
 SizingMargins = 2, 4, 2, 4
 SizingType = stretch
 
 [Tab.TabItem]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItem.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Tab.TabItemBothEdge]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemBoth.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Tab.TabItemLeftEdge]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemLeft.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Tab.TabItemRightEdge]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemRight.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor = 255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Tab.TopTabItem]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemTop.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Tab.TopTabItemBothEdge]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemTopBoth.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Tab.TopTabItemLeftEdge]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover highlight color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
+BorderColorHint = 145 167 180; Edge color
 ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemTopLeft.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-TEXTSHADOWTYPE = Single
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+TextShadowType = Single
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTCOLOR = 112 112 112
-FONT = Open Sans, 8
+TextColor = 112 112 112
+FONT = Ubuntu, 8
 
 [Tab.TopTabItemRightEdge]
-AccentColorHint = 255 200 60
+AccentColorHint = 255 200 60; Rollover hilite color
 Bgtype = imagefile
-BorderColorHint = 145 167 180
-ContentMargins = 3, 3, 0, 0
-FillColorHint = 248 248 246
+BorderColorHint = 145 167 180; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 248 248 246; Tab average color
 Imagecount = 5
 ImageFile = Light\tabItemTopRight.bmp
 Imagelayout = vertical
 SizingMargins = 6, 6, 6, 6
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-FONT = Open Sans, 8
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 255 255 255
+Transparent = True
+TransparentColor = 255 0 255
+FONT = Ubuntu, 8
+TextColor = 112 112 112
+TextShadowColor =255 255 255
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = none
 
 [TaskBand.FlashButton]
-AccentColorHint = 255 192 91
+AccentColorHint = 255 192 91; Attention highlight color
 BgType = ImageFile
 ContentMargins = 0, 0, 2, 2
-FillColorHint = 56 130 234
+FillColorHint = 56 130 234; Average background color
 ImageCount = 1
 ImageFile = Light\TaskBandFlashButton.bmp
 ImageLayout = vertical
@@ -993,69 +1098,74 @@ SizingMargins = 4, 4, 16, 4
 SizingType = Stretch
 Transparent = True
 TransparentColor = 255 0 255
-TEXTCOLOR = 255 255 255
-TEXTSHADOWCOLOR = 184 95 41
+TextColor =255 255 255
+TextShadowColor = 184 95 41
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = none
 
 [TaskBand.FlashButtonGroupMenu]
-AccentColorHint = 255 192 91
+AccentColorHint = 255 192 91; Attention highlight color
 BgType = ImageFile
-ContentMargins = 6, -6, 7, 7
-FillColorHint = 56 130 234
+ContentMargins  = 0, 0, 2, 2
+FillColorHint = 56 130 234; Average background color
 ImageCount = 1
 ImageFile = Light\TaskBandFlashButtonGroupMenu.bmp
-SizingMargins = 9, 9, 5, 5
+SizingMargins  = 4, 4, 4, 4
 SizingType = Stretch
 Transparent = True
 TransparentColor = 255 0 255
 
 [TaskBand.GroupCount]
-Font = Open Sans, 8, Bold
-TextColor = 255 255 255
+Font = Ubuntu, 12, Bold
+TextColor =255 255 255
 
+; taskbar background (bottom)
 [TaskBar.BackgroundBottom]
 BgType = ImageFile
-FillColorHint = 36 94 220
+FillColorHint = 36 94 220; Average background color
 ImageCount = 1
-ImageFile = Light\TaskbarBackground.bmp
-SizingMargins = 1, 0, 23, 0
+ImageFile = Light\TaskbarBackgroundBottom.bmp
+SizingMargins = 0, 0, 15, 14
 SizingType = Stretch
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
+Transparent = True
+TransparentColor = 255 0 255
 
+; taskbar background (left)
 [TaskBar.BackgroundLeft]
 BgType = ImageFile
-FillColorHint = 36 94 220
+FillColorHint = 36 94 220; Average background color
 ImageCount = 1
-ImageFile = Light\TaskbarBackgroundVertical.bmp
-SizingMargins = 14, 3, 0, 0
+ImageFile = Light\TaskbarBackgroundLeft.bmp
+SizingMargins = 15, 12, 0, 0
 SizingType = Stretch
 
+; taskbar background (right)
 [TaskBar.BackgroundRight]
 BgType = ImageFile
-FillColorHint = 36 94 220
+FillColorHint = 36 94 220; Average background color
 ImageCount = 1
-ImageFile = Light\TaskbarBackgroundVertical.bmp
-SizingMargins = 14, 2, 0, 0
+ImageFile = Light\TaskbarBackgroundRight.bmp
+SizingMargins = 15, 12, 0, 0
 SizingType = Stretch
 
+; taskbar background (top)
 [TaskBar.BackgroundTop]
 BgType = ImageFile
-FillColorHint = 36 94 220
+FillColorHint = 36 94 220; Average background color
 ImageCount = 1
-ImageFile = Light\TaskbarBackground.bmp
-SizingMargins = 1, 1, 15, 4
+ImageFile = Light\TaskbarBackgroundTop.bmp
+SizingMargins   = 0, 0, 15, 14
 SizingType = Stretch
-ContentMargins = 1, 1, 1, 1
 
+; resizing for the taskbar (bottom)
 [TaskBar.SizingBarBottom]
 BgType = ImageFile
-FillColorHint = 50 128 231
+FillColorHint = 50 128 231; Average color
 ImageCount = 1
 ImageFile = Light\TaskbarSizingBarBottom.bmp
 SizingType = Tile
 
+; resizing for the taskbar (left)
 [TaskBar.SizingBarLeft]
 BgType = ImageFile
 FillColorHint = 50 128 231
@@ -1063,20 +1173,26 @@ ImageCount = 1
 ImageFile = Light\TaskbarSizingBarLeft.bmp
 SizingType = Tile
 
+; resizing for the taskbar (right)
 [TaskBar.SizingBarRight]
 BgType = ImageFile
-FillColorHint = 50 128 231
+FillColorHint = 50 128 231; Average color 
 ImageCount = 1
 ImageFile = Light\TaskbarSizingBarRight.bmp
 SizingType = Stretch
 
+; resizing for the taskbar (top)
 [TaskBar.SizingBarTop]
 BgType = ImageFile
-FillColorHint = 50 128 231
+FillColorHint = 50 128 231; Average color
 ImageCount = 1
 ImageFile = Light\TaskbarSizingBarTop.bmp
 SizingType = Tile
 
+; toolbar
+;-------------------------------------------------------
+; Button and menu bars in some applicatons
+
 [Toolbar]
 BgType = Borderfill
 Bordersize = 0
@@ -1088,28 +1204,28 @@ TextColor = 112 112 112
 
 [Toolbar.Button]
 Bgtype = imagefile
-BorderColorHint = 206 206 195
+BorderColorHint = 206 206 195; Edge color
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 241 243 239
+FillColorHint = 241 243 239; Average fill color
 ImageCount = 6
 ImageFile = Light\ToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [Toolbar.DropdownButton]
 Bgtype = imagefile
-BorderColorHint = 206 206 195
+BorderColorHint = 206 206 195; Edge color
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 241 243 239
+FillColorHint = 241 243 239; Average fill color
 ImageCount = 6
 ImageFile = Light\ToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [Toolbar.Separator]
@@ -1119,8 +1235,8 @@ ImageCount = 1
 ImageFile = Light\Separator.bmp
 SizingMargins = 5, 2, 2, 2
 SizingType = tile
-Transparent = true
-TransparentColor = 255 0 0
+Transparent = True
+TransparentColor = 255 0 255
 
 [Toolbar.SeparatorVert]
 Bgtype = imagefile
@@ -1129,42 +1245,51 @@ ImageCount = 1
 ImageFile = Light\SeparatorVert.bmp
 SizingMargins = 2, 1, 5, 1
 SizingType = tile
-Transparent = true
-TransparentColor = 255 0 0
+Transparent = True
+TransparentColor = 255 0 255
 
 [Toolbar.SplitButton]
 Bgtype = imagefile
-BorderColorHint = 206 206 195
-FillColorHint = 241 243 239
+BorderColorHint = 206 206 195; Edge color
+FillColorHint = 241 243 239; Average fill color
 ImageCount = 6
 ImageFile = Light\ToolbarButtonsSplit.bmp
 Imagelayout = vertical
 SizingMargins = 4, 2, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [Toolbar.SplitButtonDropdown]
 Bgtype = imagefile
-BorderColorHint = 206 206 195
-FillColorHint = 241 243 239
+BorderColorHint = 206 206 195; Edge color
+FillColorHint = 241 243 239; Average fill color
 GlyphImageFile = Light\ToolbarButtonsSplitDropdownGlyph.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\ToolbarButtonsSplitDropdown.bmp
 Imagelayout = vertical
 SizingMargins = 2, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
+; tooltip
+;-------------------------------------------------------
+; Set the color or image background for tooltips
+
 [Tooltip.Close]
 BgType = ImageFile
 Imagecount = 3
 ImageFile = Light\BalloonClose.bmp
 Imagelayout = vertical
-Sizingtype = truesize
+Sizingtype = Truesize
+
+
+; TrackBar
+;-------------------------------------------------------
+; Volume sliders and such 
 
 [TrackBar]
 BgType = borderFill
@@ -1174,16 +1299,18 @@ FillColor = 235 235 228
 FillType = Solid
 
 [TrackBar.Thumb]
-AccentColorHint = 71 196 70
+AccentColorHint = 71 196 70; Rollover color 
 Bgtype = imagefile
-BorderColorHint = 181 196 205
-FillColorHint = 243 243 239
+BorderColorHint = 181 196 205; Edge color
+FillColorHint = 243 243 239; Average background color
 Imagecount = 5
 ImageFile = Light\TrackbarHorizontal.bmp
 Imagelayout = vertical
 SizingMargins = 3, 4, 3, 4
 Sizingtype = tile
 
+
+; Track slider thumb (bottom)
 [TrackBar.ThumbBottom]
 AccentColorHint = 71 196 70
 Bgtype = imagefile
@@ -1198,19 +1325,20 @@ ImageSelectType = Dpi
 MinDpi1 = 96
 MinDpi2 = 118
 MinDpi3 = 185
-SizingMargins = 4, 4, 6, 10
-Sizingtype = truesize
-Transparent = true
-Transparentcolor = 255 0 255
+SizingMargins = 3, 6, 6, 10
+Sizingtype = Truesize
+Transparent = True
+TransparentColor = 255 0 255
 TrueSizeScalingType = Dpi
 TrueSizeStretchMark = 50
-UniformSizing = true
+UniformSizing = True
 
+; Track slider thumb (left)
 [TrackBar.ThumbLeft]
-AccentColorHint = 71 196 70
+AccentColorHint = 71 196 70; Rollover color
 Bgtype = imagefile
-BorderColorHint = 181 196 205
-FillColorHint = 243 243 239
+BorderColorHint = 181 196 205; Edge color
+FillColorHint = 243 243 239; Average background color
 Imagecount = 5
 ImageFile1 = Light\TrackBarLeft13.bmp
 ImageFile2 = Light\TrackBarLeft16.bmp
@@ -1220,18 +1348,20 @@ ImageSelectType = Dpi
 MinDpi1 = 96
 MinDpi2 = 118
 MinDpi3 = 185
-Sizingtype = truesize
-Transparent = true
-Transparentcolor = 255 0 255
+Sizingtype = Truesize
+Transparent = True
+TransparentColor = 255 0 255
 TrueSizeScalingType = Dpi
 TrueSizeStretchMark = 50
-UniformSizing = true
+UniformSizing = True
+
 
+; Track slider thumb (right)
 [TrackBar.ThumbRight]
-AccentColorHint = 71 196 70
+AccentColorHint = 71 196 70; Rollover color
 Bgtype = imagefile
-BorderColorHint = 181 196 205
-FillColorHint = 243 243 239
+BorderColorHint = 181 196 205; Edge color
+FillColorHint = 243 243 239; Average background color
 Imagecount = 5
 ImageFile = Light\TrackbarRight13.bmp
 ImageFile1 = Light\TrackBarRight13.bmp
@@ -1242,18 +1372,19 @@ ImageSelectType = Dpi
 MinDpi1 = 96
 MinDpi2 = 118
 MinDpi3 = 185
-Sizingtype = truesize
-Transparent = true
-Transparentcolor = 255 0 255
+Sizingtype = Truesize
+Transparent = True
+TransparentColor = 255 0 255
 TrueSizeScalingType = Dpi
 TrueSizeStretchMark = 50
-UniformSizing = true
+UniformSizing = True
 
+; Track slider thumb (top)
 [TrackBar.ThumbTop]
-AccentColorHint = 71 196 70
+AccentColorHint = 71 196 70; Rollover color
 Bgtype = imagefile
-BorderColorHint = 181 196 205
-FillColorHint = 243 243 239
+BorderColorHint = 181 196 205; Edge color
+FillColorHint = 243 243 239; Average background color
 Imagecount = 5
 ImageFile1 = Light\TrackBarUp13.bmp
 ImageFile2 = Light\TrackBarUp16.bmp
@@ -1263,18 +1394,18 @@ ImageSelectType = Dpi
 MinDpi1 = 96
 MinDpi2 = 118
 MinDpi3 = 185
-Sizingtype = truesize
-Transparent = true
-Transparentcolor = 255 0 255
+Sizingtype = Truesize
+Transparent = True
+TransparentColor = 255 0 255
 TrueSizeScalingType = Dpi
 TrueSizeStretchMark = 50
-UniformSizing = true
+UniformSizing = True
 
 [TrackBar.ThumbVert]
-AccentColorHint = 71 196 70
+AccentColorHint = 71 196 70; Rollover color
 Bgtype = imagefile
-BorderColorHint = 181 196 205
-FillColorHint = 243 243 239
+BorderColorHint = 181 196 205; Edge color 
+FillColorHint = 243 243 239; Average background color
 Imagecount = 5
 ImageFile = Light\TrackbarVertical.bmp
 ImageLayout = vertical
@@ -1287,6 +1418,7 @@ Color = 153 153 153
 [TrackBar.TicsVert]
 Color = 153 153 153
 
+; Track along which the slider moves (horizontal)
 [TrackBar.Track]
 Bgtype = imagefile
 BorderColorHint = 157 156 153
@@ -1296,6 +1428,7 @@ ImageFile = Light\SliderTrack.bmp
 SizingMargins = 3, 3, 2, 2
 Sizingtype = stretch
 
+; Track along which the slider moves (vertical)
 [TrackBar.TrackVert]
 Bgtype = imagefile
 BorderColorHint = 157 156 153
@@ -1305,9 +1438,13 @@ ImageFile = Light\SliderTrackVert.bmp
 SizingMargins = 2, 2, 3, 3
 Sizingtype = stretch
 
+
+; tree view
+;-------------------------------------------------------
+
 [TreeView]
 BgType = BorderFill
-BorderColor = 225 225 225
+BorderColor = 150 150 150
 BorderSize = 1
 FillColor = 255 255 255
 
@@ -1315,39 +1452,49 @@ FillColor = 255 255 255
 Bgtype = imagefile
 Imagecount = 2
 ImageFile = Light\treeExpandCollapse.bmp
+ImageFile1=default\treeExpandCollapse.bmp
+ImageFile2=default\treeExpandCollapse10.bmp
+ImageFile3=default\treeExpandCollapse15.bmp
 ImageLayout = vertical
+ImageSelectType = Dpi
+MinDpi1=96
+MinDpi2=133
+MinDpi3=150 
 SizingType = TrueSize
+TrueSizeScalingType = Dpi
+TrueSizeStretchMark = 50
+UniformSizing = True
+
+; window
+;-------------------------------------------------------
 
 [Window]
 BgType = ImageFile
-TextShadowColor = 0 0 0
 TextShadowOffset = 1,1
-Transparent = true
+TextShadowColor = 20 21 35
+Transparent = True
 
+; window frame border (caption)
 [Window.Caption]
-CaptionMargins = 7, 7, 2, 0
-ContentMargins = 7, 7, 2, 0
+CaptionMargins = 4, 3, 0, 0
+ContentMargins = 1, 1, 1, 1
 ContentAlignment = Left
-FillColorHint = 0 0 0
+FillColorHint = 0 0 0; Average background color
 ImageCount = 2
 ImageFile = Light\FrameCaption.bmp
 Imagelayout = Vertical
-SizingMargins = 6, 6, 4, 2
+SizingMargins = 28, 35, 9, 17
 SizingType = stretch
 Transparent = True
 
 [Window.Caption(Active)]
-IconEffect = Shadow
-TextShadowType = Continuous
+TextColor = 42 42 42
 
 [Window.Caption(Disabled)]
-IconEffect = Glow
-TextShadowType = Continuous
-TEXTCOLOR = 235 235 235
+IconEffect = Alpha
 
 [Window.Caption(Inactive)]
 IconEffect = Alpha
-TextShadowType = Continuous
 
 [Window.CaptionSizingTemplate]
 ContentMargins = 18, 18, 26, 0
@@ -1359,122 +1506,130 @@ SizingType = tile
 Transparent = True
 TransparentColor = 0 0 0
 
-[Window.CloseButton]
-BgType = ImageFile
-BorderColorHint = 255 255 255
-ContentMargins = 1, 0, 2, 2
-FillColorHint = 228 93 61
-GlyphTransparent = True
-GlyphType = ImageGlyph
-ImageCount = 8
-ImageFile = Light\CloseGlyph9.bmp
-ImageFile1 = Light\CloseButton.bmp
-ImageFile2 = Light\CloseButton.bmp
-ImageFile3 = Light\CloseButton.bmp
-ImageFile4 = Light\CloseButton.bmp
-ImageFile5 = Light\CloseButton.bmp
-ImageLayout = Vertical
-ImageSelectType = size
-MinDpi1 = 96
-MinDpi2 = 126
-MinDpi3 = 170
-Offset = 25, 5
-OffsetType = TopRight
-SizingMargins = 5, 5, 5, 5
-SizingType = Stretch
-UniformSizing = true
-TRANSPARENT = true
-TRANSPARENTCOLOR = 255 0 255
-
+;Background for dialog boxes
 [Window.Dialog]
 BgType = BorderFill
 BorderColor = 239 238 243
 FillColor = 239 238 243
 
+; window frame border (bottom)
 [Window.FrameBottom]
-Borderonly = FALSE
+Borderonly = False
 ImageCount = 2
-ImageFile = Light\frameBottom.bmp
+ImageFile = Light\FrameBottom.bmp
 ImageLayout = vertical
 SizingMargins = 6, 6, 1, 2
 SizingType = stretch
 Transparent = True
 TRANSPARENTCOLOR = 255 0 255
 
+; window frame border (left)
 [Window.FrameLeft]
-Borderonly = FALSE
+Borderonly = False
 ImageCount = 2
 ImageFile = Light\frameLeft.bmp
 ImageLayout = vertical
 SizingMargins = 2, 1, 0, 0
 SizingType = stretch
-Transparent = FALSE
+Transparent = False
 
+; window frame border (right)
 [Window.FrameRight]
-Borderonly = FALSE
+Borderonly = False
 ImageCount = 2
 ImageFile = Light\frameRight.bmp
 ImageLayout = vertical
 SizingMargins = 1, 2, 0, 0
 SizingType = stretch
-Transparent = FALSE
+Transparent = False
+
+; close button in window titlebar 
+[Window.CloseButton]
+BgType = ImageFile
+BorderColorHint = 
+ContentMargins = 2, 2, 2, 2
+FillColorHint = 228 93 61
+GlyphTransparent = True
+GlyphType = ImageGlyph
+ImageCount = 8
+ImageFile = Light\CloseButton.bmp
+ImageFile1 = Light\CloseGlyph6.bmp
+ImageFile2 = Light\CloseGlyph9.bmp
+ImageFile3 = Light\CloseGlyph.bmp
+ImageFile4 = Light\CloseGlyph19.bmp
+ImageFile5 = Light\CloseGlyph23.bmp
+ImageLayout = Vertical
+ImageSelectType = size
+MinDpi1 = 96
+MinDpi2 = 126
+MinDpi3 = 170
+Offset = 25, 5
+OffsetType = TopRight
+SizingMargins = 5, 5, 5, 5
+SizingType = Stretch
+UniformSizing = True
+Transparent = True
+TransparentColor = 255 0 255
 
+; Help button in window titlebar 
 [Window.HelpButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
-ContentMargins = 3, -2, 2, 2
-FillColorHint = 74 121 246
+BorderColorHint = ; Edge color
+ContentMargins = 2, 2, 2, 2
+FillColorHint = 74 121 246; Titlebar button color
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 8
-ImageFile = Light\CloseGlyph9.bmp
-ImageFile1 = Light\HelpButton.bmp
-ImageFile2 = Light\HelpButton.bmp
-ImageFile3 = Light\HelpButton.bmp
-ImageFile4 = Light\HelpButton.bmp
-ImageFile5 = Light\HelpButton.bmp
+ImageFile = Light\CaptionButton.bmp
+ImageFile1 = Light\HelpGlyph6.bmp
+ImageFile2 = Light\HelpGlyph9.bmp
+ImageFile3 = Light\HelpGlyph.bmp
+ImageFile4 = Light\HelpGlyph19.bmp
+ImageFile5 = Light\HelpGlyph23.bmp
 ImageLayout = Vertical
 ImageSelectType = size
 MinDpi1 = 96
 MinDpi2 = 126
 MinDpi3 = 170
-MirrorImage = true
+MirrorImage = True; don't remove this
 Offset = 73, 5
 OffsetType = TopRight
 SizingMargins = 5, 5, 5, 5
 SizingType = Stretch
-UniformSizing = true
+UniformSizing = True
 
+; Maximize button in window titlebar
 [Window.MaxButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
-ContentMargins = 3, -2, 2, 2
-FillColorHint = 74 121 246
+BorderColorHint = ; Edge color
+ContentMargins = 2, 2, 2, 2
+FillColorHint = 74 121 246; Titlebar button color
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 8
-ImageFile = Light\CloseGlyph9.bmp
-ImageFile1 = Light\MaxButton.bmp
-ImageFile2 = Light\MaxButton.bmp
-ImageFile3 = Light\MaxButton.bmp
-ImageFile4 = Light\MaxButton.bmp
-ImageFile5 = Light\MaxButton.bmp
+ImageFile = Light\CaptionButton.bmp
+ImageFile1 = Light\MaximizeGlyph6.bmp
+ImageFile2 = Light\MaximizeGlyph9.bmp
+ImageFile3 = Light\MaximizeGlyph.bmp
+ImageFile4 = Light\MaximizeGlyph19.bmp
+ImageFile5 = Light\MaximizeGlyph23.bmp
 ImageLayout = Vertical
 ImageSelectType = size
 MinDpi1 = 96
 MinDpi2 = 126
 MinDpi3 = 170
-Offset = 49, 5
+Offset = -49, 5
 OffsetType = TopRight
 SizingMargins = 5, 5, 5, 5
 SizingType = Stretch
-UniformSizing = true
+UniformSizing = True
 
+; top bar whilst window is maximised
 [Window.MaxCaption]
 CaptionMargins = 4, 3, 4, 2
-ContentAlignment = Center
+ContentAlignment = left
 ContentMargins = 1, 1, 1, 1
-FillColorHint = 0 84 229
+FillColorHint = 0 84 229; Average background color
 ImageCount = 2
 ImageFile = Light\FrameMaximized.bmp
 Imagelayout = vertical
@@ -1483,15 +1638,16 @@ SizingType = stretch
 SizingType = Tile
 
 [Window.MaxCaption(Active)]
-TextShadowType = Continuous
+TextColor = 42 42 42
 
+; Close button for maximized MDI windows
 [Window.MDICloseButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
+BorderColorHint = ; Edge color
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 241 239 229
 GlyphImageFile = Light\MDIGlyphClose.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
 ImageFile = Light\MDICaptionButton.bmp
@@ -1501,13 +1657,14 @@ OffsetType = TopRight
 SizingMargins = 4, 4, 4, 4
 SizingType = TrueSize
 
+; Minimize button for maximized MDI windows
 [Window.MDIMinButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
+BorderColorHint = ; Edge color
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 241 239 229
+FillColorHint = 241 239 229; Average background color 
 GlyphImageFile = Light\MDIGlyphMinimize.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
 ImageFile = Light\MDICaptionButton.bmp
@@ -1517,51 +1674,54 @@ OffsetType = TopRight
 SizingMargins = 4, 4, 4, 4
 SizingType = TrueSize
 
+
+; Restore button for maximized MDI windows
 [Window.MDIRestoreButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
+BorderColorHint = ; Edge color
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 241 239 229
+FillColorHint = 241 239 229; Average background color
 GlyphImageFile = Light\MDIGlyphRestore.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 4
 ImageFile = Light\MDICaptionButton.bmp
 ImageLayout = Vertical
-Offset = 37, 1
+Offset = -37, 1
 OffsetType = TopRight
 SizingMargins = 4, 4, 4, 4
-SizingType = TrueSize
+SizingType = stretch
 
+;Minimize button in window titlebar
 [Window.MinButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
-ContentMargins = 7, -5, 2, 2
-FillColorHint = 74 121 246
+BorderColorHint = ; Edge color
+ContentMargins = 2, 2, 2, 2
+FillColorHint = 74 121 246; Titlebar button color
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 8
-ImageFile = Light\CloseGlyph9.bmp
-ImageFile1 = Light\MinButton.bmp
-ImageFile2 = Light\MinButton.bmp
-ImageFile3 = Light\MinButton.bmp
-ImageFile4 = Light\MinButton.bmp
-ImageFile5 = Light\MinButton.bmp
+ImageFile = Light\CaptionButton.bmp
+ImageFile1 = Light\MinimizeGlyph6.bmp
+ImageFile2 = Light\MinimizeGlyph9.bmp
+ImageFile3 = Light\MinimizeGlyph.bmp
+ImageFile4 = Light\MinimizeGlyph19.bmp
+ImageFile5 = Light\MinimizeGlyph23.bmp
 ImageLayout = Vertical
 ImageSelectType = size
 MinDpi1 = 96
 MinDpi2 = 126
 MinDpi3 = 170
-Offset = 73, 5
 OffsetType = TopRight
+Offset = -73, 5
 SizingMargins = 5, 5, 5, 5
-SizingType = Stretch
-UniformSizing = true
+sizingType = Stretch
+UniformSizing = True
 
 [Window.MinCaption]
 CaptionMargins = 4, 3, 0, 0
 ContentMargins = 3, 3, 0, 3
-FillColorHint = 0 84 229
+FillColorHint = 0 84 229; Average background color
 ImageCount = 2
 ImageFile = Light\FrameCaptionMin.bmp
 ImageLayout = vertical
@@ -1570,18 +1730,18 @@ SizingType = stretch
 
 [Window.RestoreButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
-ContentMargins = 3, -2, 2, 2
-FillColorHint = 74 121 246
+BorderColorHint = ; Edge color
+ContentMargins = 2, 2, 2, 2
+FillColorHint = 74 121 246;  Titlebar button color
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 8
-ImageFile = Light\CloseGlyph9.bmp
-ImageFile1 = Light\RestoreButton.bmp
-ImageFile2 = Light\RestoreButton.bmp
-ImageFile3 = Light\RestoreButton.bmp
-ImageFile4 = Light\RestoreButton.bmp
-ImageFile5 = Light\RestoreButton.bmp
+ImageFile = Light\CaptionButton.bmp
+ImageFile1 = Light\RestoreGlyph6.bmp
+ImageFile2 = Light\RestoreGlyph9.bmp
+ImageFile3 = Light\RestoreGlyph.bmp
+ImageFile4 = Light\RestoreGlyph19.bmp
+ImageFile5 = Light\RestoreGlyph23.bmp
 ImageLayout = Vertical
 ImageSelectType = size
 MinDpi1 = 96
@@ -1591,12 +1751,12 @@ Offset = 49, 5
 OffsetType = TopRight
 SizingMargins = 5, 5, 5, 5
 SizingType = Stretch
-UniformSizing = true
+UniformSizing = True
 
 [Window.SmallCaption]
-ContentMargins = 7, 7, 1, 1
+ContentMargins = 1, 1, 1, 1
 ContentAlignment = left
-FillColorHint = 0 84 229
+FillColorHint = 0 84 229; Average background color
 ImageCount = 2
 ImageFile = Light\SmallFrameCaption.bmp
 Imagelayout = vertical
@@ -1604,7 +1764,7 @@ SizingMargins = 24, 37, 9, 8
 SizingType = Stretch
 
 [Window.SmallCaptionSizingTemplate]
-ContentMargins = 14, 14, 16, 0
+ContentMargins = 14, 14, 12, 16
 ImageCount = 2
 ImageFile = Light\SmallFrameCaptionSizing.bmp
 Imagelayout = vertical
@@ -1615,14 +1775,14 @@ TransparentColor = 0 0 0
 
 [Window.SmallCloseButton]
 BgType = ImageFile
-BorderColorHint = 255 255 255
-ContentMargins = -1, -2, -2, -2
-FillColorHint = 228 93 61
-GlyphImageFile = Light\SmallCloseButton.bmp
+BorderColorHint = ; Edge color
+ContentMargins = 0, 0, 0, 0
+FillColorHint = 228 93 61; Close box average color
+GlyphImageFile = Light\SmallCloseGlyph.bmp
 GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 8
-ImageFile = Light\CloseGlyph9.bmp
+ImageFile = Light\SmallCloseButton.bmp
 ImageLayout = Vertical
 Offset = 16, 3
 OffsetType = TopRight
@@ -1632,11 +1792,12 @@ SizingType = TrueSize
 [Window.SmallFrameBottom]
 Borderonly = False
 ImageCount = 2
-ImageFile = Light\frameBottom.bmp
+ImageFile = Light\FrameBottom.bmp
 ImageLayout = vertical
 SizingMargins = 6, 6, 1, 2
 SizingType = stretch
-Transparent = FALSE
+Transparent = True
+TRANSPARENTCOLOR = 255 0 255
 
 [Window.SmallFrameLeft]
 Borderonly = False
@@ -1645,7 +1806,7 @@ ImageFile = Light\frameLeft.bmp
 ImageLayout = vertical
 SizingMargins = 2, 1, 0, 0
 SizingType = stretch
-Transparent = FALSE
+Transparent = False
 
 [Window.SmallFrameRight]
 Borderonly = False
@@ -1654,8 +1815,9 @@ ImageFile = Light\frameRight.bmp
 ImageLayout = vertical
 SizingMargins = 1, 2, 0, 0
 SizingType = stretch
-Transparent = FALSE
+Transparent = False
 
+;The Titlebar icon
 [Window.SysButton]
 Offset = 10, 3
 OffsetType = TopLeft
@@ -1663,7 +1825,7 @@ OffsetType = TopLeft
 [ExplorerBar::Rebar]
 Bgtype = imagefile
 FillColorHint = 243 247 253
-Font = Open Sans, 8
+Font = Ubuntu, 12
 ImageFile = Light\ExplorerBarToolbarBackground.bmp
 Sizingmargins = 0, 0, 34, 0
 Sizingtype = stretch
@@ -1678,14 +1840,14 @@ Bgtype = imagefile
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 75 75 75
 GlyphImageFile = Light\Chevron.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\ExplorerBarToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 VAlign = Top
 
 [ExplorerBar::Rebar.ChevronVert]
@@ -1693,14 +1855,14 @@ Bgtype = imagefile
 ContentMargins = 0, 0, 0, 0
 FillColorHint = 75 75 75
 GlyphImageFile = Light\Chevron.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\ExplorerBarToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 VAlign = Top
 
 [ExplorerBar::Rebar.Gripper]
@@ -1710,7 +1872,7 @@ FillColorHint = 171 167 149
 ImageFile = Light\Gripper.bmp
 SizingMargins = 0, 0, 6, 4
 SizingType = Tile
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 0
 
 [ExplorerBar::Rebar.GripperVert]
@@ -1719,7 +1881,7 @@ FillColorHint = 171 167 149
 ImageFile = Light\GripperVert.bmp
 SizingMargins = 9, 8, 0, 0
 SizingType = Tile
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 0
 
 [ExplorerBar::Toolbar.Button]
@@ -1732,7 +1894,7 @@ ImageFile = Light\ExplorerBarToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [ExplorerBar::Toolbar.DropdownButton]
@@ -1745,7 +1907,7 @@ ImageFile = Light\ExplorerBarToolbarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [ExplorerBar::Toolbar.Separator]
@@ -1755,7 +1917,7 @@ ImageCount = 1
 ImageFile = Light\Separator.bmp
 SizingMargins = 5, 2, 2, 1
 SizingType = tile
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 0
 
 [ExplorerBar::Toolbar.SeparatorVert]
@@ -1765,7 +1927,7 @@ ImageCount = 1
 ImageFile = Light\SeparatorVert.bmp
 SizingMargins = 2, 1, 5, 1
 SizingType = tile
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 0
 
 [ExplorerBar::Toolbar.SplitButton]
@@ -1777,7 +1939,7 @@ ImageFile = Light\ExplorerBarToolbarButtonsSplit.bmp
 Imagelayout = vertical
 SizingMargins = 4, 2, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [ExplorerBar::Toolbar.SplitButtonDropdown]
@@ -1785,14 +1947,14 @@ Bgtype = imagefile
 BorderColorHint = 168 191 234
 FillColorHint = 238 243 248
 GlyphImageFile = Light\ToolbarButtonsSplitDropdownGlyph.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\ExplorerBarToolbarButtonsSplitDropdown.bmp
 Imagelayout = vertical
 SizingMargins = 2, 4, 4, 4
 SizingType = Stretch
-Transparent = true
+Transparent = True
 TransparentColor = 255 0 255
 
 [Placesbar::Toolbar]
@@ -1806,35 +1968,35 @@ SizingType = tile
 
 [Placesbar::Toolbar.Button]
 Bgtype = imagefile
-BorderColorHint = 122 152 175
+BorderColorHint = 122 152 175; Outline color
 ContentMargins = 0, 0, 4, 2
-FillColorHint = 255 255 255
+FillColorHint = 255 255 255; Selected color
 ImageCount = 6
 ImageFile = Light\PlaceBarButtons.bmp
 Imagelayout = vertical
 SizingMargins = 4, 4, 4, 4
 SizingType = stretch
-Transparent = true
-TEXTCOLOR = 112 112 112
-TEXTSHADOWCOLOR = 253 253 253
+Transparent = True
+TextColor = 112 112 112
+TextShadowColor = 253 253 253
 TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextShadowType = Single
 
 [Start::Button]
 BgType = ImageFile
 ContentMargins = -82, 95, 1, 1
-FillColorHint = 74 153 73
-Font = Arial, 1
+FillColorHint = 74 153 73; Average color
+Font = Arial, 10, italic
 ImageCount = 3
 ImageFile = Light\StartButton.bmp
 ImageLayout = Vertical
 SizingMargins = 1, 1, 1, 1
 SizingType = TrueSize
 TextColor = 255 255 255
-Textshadowcolor = 69 76 16
+TextShadowColor = 76 76 76
 TEXTSHADOWOFFSET = 2, 2
-TextShadowType = continuous
 Transparent = True
+TransparentColor = 255 0 255
 
 [StartMenu::MenuBand]
 TextColor = 75 75 75
@@ -1845,7 +2007,7 @@ TextColor = 75 75 75
 [StartMenu::MenuBand.NewAppButton]
 BgType = ImageFile
 ContentMargins = 10, 0, 3, 0
-FillcolorHint = 254 234 182
+FillcolorHint = 254 234 182; new app Background color
 ImageCount = 1
 ImageFile = Light\StartGroupNewAppButton.bmp
 SizingMargins = 23, 1, 0, 0
@@ -1855,21 +2017,21 @@ TransparentColor = 255 0 0
 
 [StartMenu::MenuBand.Seperator]
 BgType = ImageFile
-ContentMargins = 10, 0, 3, 0
-FillColorHint = 211 211 200
+ContentMargins  = 10, 0, 3, 0
+FillColorHint = 211 211 200; Separator color
 ImageCount = 1
 ImageFile = Light\StartGroupSeperator.bmp
 SizingMargins = 6, 1, 3, 0
 SizingType = Stretch
 Transparent = True
-TransparentColor = 255 0 0
+TransparentColor = 255 0 255
 
 [StartMenu::Toolbar]
-AccentColorHint = 48 127 229
+AccentColorHint = 48 127 229; Left edge of More Programs menu
 BgType = ImageFile
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 255 255 255
-Font = Open Sans, 8
+FillColorHint = 255 255 255; Background of More Programs menu
+Font = Ubuntu, 12
 ImageFile = Light\StartGroupBackground.bmp
 SizingMargins = 24, 3, 3, 4
 SizingType = Stretch
@@ -1893,7 +2055,7 @@ TransparentColor = 255 0 0
 [TaskBand::ScrollBar.ArrowBtn]
 BgType = ImageFile
 ContentMargins = 0, 0, 3, 3
-FillColorHint = 25 66 205
+FillColorHint = 25 66 205; Average background color
 GlyphImageFile = Light\TaskBandScrollArrowGlyphs.bmp
 GlyphTransparent = True
 GlyphType = ImageGlyph
@@ -1903,35 +2065,39 @@ ImageLayout = Vertical
 SizingMargins = 4, 4, 6, 5
 SizingType = Stretch
 
+; Scrollbar thumb gripper (horizontal)
 [TaskBand::ScrollBar.GripperHorz]
 BgType = ImageFile
-FillColorHint = 44 96 226
+FillColorHint = 44 96 226; Thumb gripper lighter color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollThumbGripperHorizontal.BMP
 Imagelayout = vertical
 SizingType = TrueSize
 Transparent = True
 
+; Scrollbar thumb gripper (Vertical)
 [TaskBand::ScrollBar.GripperVert]
 BgType = ImageFile
-FillColorHint = 44 96 226
+FillColorHint = 44 96 226; Thumb gripper lighter color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollThumbGripperVertical.BMP
 ImageLayout = Vertical
 SizingType = TrueSize
 Transparent = True
 
+; Lower scrollbar tracks (horizontal)
 [TaskBand::ScrollBar.LowerTrackHorz]
 BgType = imagefile
-FillColorHint = 37 90 225
+FillColorHint = 37 90 225; Average background color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollShaftHorizontal.bmp
 ImageLayout = Vertical
 SizingMargins = 0, 0, 1, 1
 
+; Lower scrollbar track (vertical)
 [TaskBand::ScrollBar.LowerTrackVert]
 BgType = imagefile
-FillColorHint = 37 90 225
+FillColorHint = 37 90 225; Average background color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollShaftVertical.bmp
 ImageLayout = Vertical
@@ -1940,16 +2106,17 @@ SizingMargins = 1, 1, 0, 0
 [TaskBand::ScrollBar.ThumbBtnHorz]
 BgType = ImageFile
 ContentMargins = 4, 4, 0, 0
-FillColorHint = 25 66 205
+FillColorHint = 25 66 205; Average background color 
 ImageCount = 4
 ImageFile = Light\TaskBandScrollThumbHorizontal.bmp
 ImageLayout = Vertical
 SizingMargins = 5, 5, 5, 5
 
+; Scrollbar Thumb (vertical)
 [TaskBand::ScrollBar.ThumbBtnVert]
 BgType = ImageFile
 ContentMargins = 0, 0, 4, 4
-FillColorHint = 25 66 205
+FillColorHint = 25 66 205; Average background color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollThumbVertical.bmp
 ImageLayout = vertical
@@ -1957,17 +2124,19 @@ SizingMargins = 5, 5, 5, 5
 Transparent = True
 TransparentColor = 255 0 255
 
+; Upper scrollbar tracks (horizontal)
 [TaskBand::ScrollBar.UpperTrackHorz]
 BgType = imagefile
-FillColorHint = 37 90 225
+FillColorHint = 37 90 225; Average background color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollShaftHorizontal.bmp
 ImageLayout = Vertical
 SizingMargins = 0, 0, 1, 1
 
+; Upper scrollbar tracks (vertical)
 [TaskBand::ScrollBar.UpperTrackVert]
 BgType = imagefile
-FillColorHint = 37 90 225
+FillColorHint = 37 90 225; Average background color
 ImageCount = 4
 ImageFile = Light\TaskBandScrollShaftVertical.bmp
 ImageLayout = Vertical
@@ -1975,35 +2144,27 @@ SizingMargins = 1, 1, 0, 0
 
 [TaskBand::Toolbar]
 BgType = None
-Font = Open Sans, 8
-TextColor = 255 255 255
-TEXTSHADOWCOLOR = 0 0 0
-TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+Font = Ubuntu, 12
+TextColor = 42 42 42
+TextShadowType = Single
 
 [TaskBand::Toolbar(Checked)]
-TextColor = 255 255 255
-TEXTSHADOWCOLOR = 0 0 0
-TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextColor = 28 28 28
+TextShadowColor = 8 8 8
+TextShadowType = Single
 
 [TaskBand::Toolbar(Hot)]
-TextColor = 255 255 255
-TEXTSHADOWCOLOR = 0 0 0
-TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextColor = 28 28 28
 
 [TaskBand::Toolbar(HotChecked)]
-TextColor = 255 255 255
-TEXTSHADOWCOLOR = 0 0 0
-TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextColor = 28 28 28
+TextShadowColor = 8 8 8
+TextShadowType = Single
 
 [TaskBand::Toolbar(Pressed)]
-TextColor = 255 255 255
-TEXTSHADOWCOLOR = 0 0 0
-TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
+TextColor = 28 28 28
+TextShadowColor = 8 8 8
+TextShadowType = Single
 
 [TaskBand::Toolbar.Button]
 BgType = ImageFile
@@ -2014,15 +2175,13 @@ ImageFile = Light\TaskBandButton.bmp
 ImageLayout = vertical
 SizingMargins = 10, 7, 15, 8
 SizingType = Stretch
+TextColor = 255 255 255
 Transparent = True
-TEXTSHADOWCOLOR = 0 0 0
-TEXTSHADOWOFFSET = 1,1
-TEXTSHADOWTYPE = Single
 
 [TaskBand::Toolbar.DropdownButton]
 BgType = ImageFile
 ContentMargins = 0, 4, 2, 2
-FillColorHint = 54 127 239
+FillColorHint = 54 127 239; Average background color
 ImageCount = 6
 ImageFile = Light\TaskBandButton.bmp
 ImageLayout = vertical
@@ -2031,20 +2190,20 @@ SizingType = Stretch
 Transparent = True
 
 [TaskBandGroupMenu::Toolbar]
-AccentColorHint = 255 199 60
+AccentColorHint = 255 199 60; Menu top highlight color
 BgType = ImageFile
 ContentMargins = 6, 11, 6, 6
-FillColorHint = 33 87 213
-Font = Open Sans, 8
+FillColorHint = 33 87 213; Average background color
+Font = Ubuntu, 12
 ImageFile = Light\TaskBandBackground.bmp
 SizingMargins = 6, 6, 6, 6
 SizingType = Stretch
 TextColor = 112 112 112
 TransparentColor = 255 0 255
-TRANSPARENT = true
+Transparent = True
 
 [TaskBandGroupMenu::Toolbar.Button]
-AccentColorHint = 79 150 255
+AccentColorHint = 79 150 255; Rollover hightlight color
 BgType = ImageFile
 ContentMargins = 6, -6, 7, 7
 ImageCount = 3
@@ -2056,13 +2215,13 @@ Transparent = True
 
 [TaskBandVert::Toolbar]
 BgType = None
-Font = Open Sans, 8
-TextColor = 255 255 255
+Font = Ubuntu, 12
+TextColor = 28 28 28
 
 [TaskBandVert::Toolbar.Button]
 BgType = ImageFile
 ContentMargins = 0, 4, 4, 4
-FillColorHint = 54 127 239
+FillColorHint = 54 127 239; Average background color
 ImageCount = 6
 ImageFile = Light\TaskBandButtonVertical.bmp
 ImageLayout = vertical
@@ -2073,7 +2232,7 @@ Transparent = True
 [TaskBandVert::Toolbar.DropdownButton]
 BgType = ImageFile
 ContentMargins = 0, 4, 4, 4
-FillColorHint = 54 127 239
+FillColorHint = 54 127 239; Average background color
 ImageCount = 6
 ImageFile = Light\TaskBandButtonVertical.bmp
 ImageLayout = vertical
@@ -2083,7 +2242,7 @@ Transparent = True
 
 [TaskBar::Rebar]
 BgType = None
-Font = Open Sans, 8
+Font = Ubuntu, 12
 TextColor = 123 182 232
 
 [TaskBar::Rebar.Band]
@@ -2092,9 +2251,9 @@ BgType = None
 [TaskBar::Rebar.Chevron]
 BgType = ImageFile
 ContentMargins = 0, 0, 0, 7
-FillColorHint = 6 45 159
+FillColorHint = 6 45 159; Overflow glyph color
 GlyphImageFile = Light\taskbarchevron.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\TaskBandButtonNoEdge.bmp
@@ -2107,9 +2266,9 @@ VAlign = Top
 [TaskBar::Rebar.ChevronVert]
 BgType = ImageFile
 ContentMargins = 0, 0, 0, 0
-FillColorHint = 6 45 159
+FillColorHint = 6 45 159; Overflow glyph color
 GlyphImageFile = Light\TaskbarChevronVert.bmp
-GlyphTransparent = true
+GlyphTransparent = True
 GlyphType = ImageGlyph
 ImageCount = 6
 ImageFile = Light\TaskBandButtonVertical.bmp
@@ -2121,9 +2280,9 @@ Transparent = True
 [TaskBar::Rebar.Gripper]
 BgType = ImageFile
 ContentMargins = 2, 1, 0, 0
-FillColorHint = 6 45 159
+FillColorHint = 6 45 159; Gripper dot color
 ImageCount = 1
-ImageFile = Light\TASKBARGRIPPER.bmp
+ImageFile = Light\TaskbarGripper.bmp
 SizingMargins = 1, 1, 5, 5
 SizingType = Tile
 Transparent = True
@@ -2132,7 +2291,7 @@ TransparentColor = 255 0 255
 [TaskBar::Rebar.GripperVert]
 BgType = ImageFile
 ContentMargins = 0, 0, 2, 1
-FillColorHint = 6 45 159
+FillColorHint = 6 45 159; Gripper dot color
 ImageCount = 1
 ImageFile = Light\TaskbarGripperVertical.bmp
 SizingMargins = 4, 6, 0, 0
@@ -2142,13 +2301,13 @@ TransparentColor = 255 0 255
 
 [TaskBar::Toolbar]
 BgType = None
-Font = Open Sans, 8
-TextColor = 255 255 255
+Font = Ubuntu, 12
+TextColor = 28 28 28
 
 [TaskBar::Toolbar.Button]
 BgType = ImageFile
-ContentMargins = 0, 0, 2, 2
-FillColorHint = 53 122 238
+ContentMargins = 0, 0, 4, 4
+FillColorHint = 53 122 238; Average background color
 ImageCount = 6
 ImageFile = Light\TaskBandButtonNoEdge.bmp
 ImageLayout = vertical
@@ -2159,7 +2318,7 @@ Transparent = True
 [TaskBar::Toolbar.DropdownButton]
 BgType = ImageFile
 ContentMargins = 2, 0, 4, 4
-FillColorHint = 53 122 238
+FillColorHint = 53 122 238; Average background color
 ImageCount = 6
 ImageFile = Light\TaskBandButtonNoEdge.bmp
 ImageLayout = vertical
@@ -2169,7 +2328,7 @@ Transparent = True
 
 [TaskBarVert::Toolbar]
 BgType = None
-Font = Open Sans, 8
+Font = Ubuntu, 12
 TextColor = 255 255 255
 
 [TaskBarVert::Toolbar(Checked)]
@@ -2184,7 +2343,7 @@ TextColor = 255 255 255
 [TaskBarVert::Toolbar.Button]
 BgType = ImageFile
 ContentMargins = 1, 1, 1, 1
-FillColorHint = 53 122 238
+FillColorHint = 53 122 238; Average background color
 ImageCount = 6
 ImageFile = Light\TaskBandButtonNoEdgeVertical.bmp
 ImageLayout = vertical
@@ -2204,8 +2363,8 @@ SizingType = Stretch
 Transparent = True
 
 [TrayNotify::Clock]
-Font = Open Sans, 8
-TextColor = 28 28 28
+Font = Ubuntu, 12
+TextColor = 255 255 255
 
 [TrayNotify::Toolbar]
 BgType = None
@@ -2215,38 +2374,38 @@ BgType = None
 
 [TrayNotifyHoriz::Button]
 BgType = ImageFile
-FillColorHint = 56 173 243
+FillColorHint = 56 173 243; Average background color
 ImageCount = 3
 ImageFile = Light\TrayChevronHorizontal.bmp
 Imagelayout = vertical
 SizingType = TrueSize
-Transparent = false
+Transparent = True
 TransparentColor = 255 0 255
 
 [TrayNotifyHoriz::TrayNotify.Background]
 BgType = ImageFile
 ContentMargins = 29, 7, 0, 0
-FillColorHint = 13 141 234
+FillColorHint = 13 141 234; Average background color
 ImageCount = 1
 ImageFile = Light\TaskbarTray.bmp
 SizingMargins = 1, 0, 23, 0
 SizingType = Stretch
 Transparent = True
-TransparentColor = 255 0 0
+TransparentColor = 255 0 255
 
 [TrayNotifyHorizOpen::Button]
 BgType = ImageFile
-FillColorHint = 56 173 243
+FillColorHint = 56 173 243; Average background color
 ImageCount = 3
 ImageFile = Light\TrayChevronHorizontalOpen.bmp
 Imagelayout = vertical
 SizingType = TrueSize
-Transparent = false
+Transparent = True
 TransparentColor = 255 0 255
 
 [TrayNotifyVert::Button]
 BgType = ImageFile
-FillColorHint = 56 173 243
+FillColorHint = 56 173 243; Average background color
 ImageCount = 3
 ImageFile = Light\TrayChevronHorizontal.bmp
 Imagelayout = vertical
@@ -2256,17 +2415,17 @@ Transparent = True
 [TrayNotifyVert::TrayNotify.Background]
 BgType = ImageFile
 ContentMargins = 0, 0, 19, 7
-FillColorHint = 13 141 234
+FillColorHint = 13 141 234; Average background color
 ImageCount = 1
 ImageFile = Light\TaskbarTrayVertical.bmp
 SizingMargins = 14, 1, 5, 5
 SizingType = Stretch
 Transparent = True
-TransparentColor = 255 0 0
+TransparentColor = 255 0 255
 
 [TrayNotifyVertOpen::Button]
 BgType = ImageFile
-FillColorHint = 56 173 243
+FillColorHint = 56 173 243; Average background color
 ImageCount = 3
 ImageFile = Light\TrayChevronHorizontalOpen.bmp
 Imagelayout = vertical