[COMDLG32] Save open/save location by extension (#1514)
[reactos.git] / media / themes / Modern / modern.msstyles / textfiles / Light / LargeFontsLight.INI
1 ;-------------------------------------------------------
2 ; file: textfiles\Light\LargeFontsLight.INI
3 ;-------------------------------------------------------
4
5 ; Globals
6 ;-------------------------------------------------------
7 [globals]
8 ;Sets the font used overall in the theme (unless defined otherwise in a specific control)
9
10 ; global edge colors (redefined in various parts)
11 EdgeLightColor = 226 226 226
12 EdgeHighLightColor = 240 240 240
13 EdgeShadowColor = 255 255 255
14 EdgeDkShadowColor = 180 180 180
15 EdgeFillColor = 244 244 244
16
17 ; system metrics
18 ;-------------------------------------------------------
19 [SysMetrics]
20 ;The system metric colors also effect non-themed controls.
21
22 ActiveCaption = 52 52 52
23 Background = 73 73 73
24 Btnface = 226 226 226
25 BtnHighlight = 255 255 255
26 BtnShadow = 162 162 162
27
28 DkShadow3d = 162 162 162
29 GradientActiveCaption = 58 58 58
30 GradientInactiveCaption = 81 81 81
31 GrayText = 170 170 170
32
33 Highlight = 151 169 227
34 HighlightText = 28 28 28
35 HotTracking = 0 0 128
36
37 InactiveCaption = 65 65 65
38 InactiveCaptionText = 180 180 180
39 Light3d = 241 239 226
40
41 Menu = 255 255 255
42 MenuBar = 220 220 220
43 MenuFont = Ubuntu, 10
44 MenuHilight = 151 169 227
45 MenuText = 75 75 75
46
47 ScrollbarWidth = 17
48 ScrollbarHeight = 17
49
50 Window = 255 255 255
51
52 ; DONT REMOVE THESE FONTS (must specify to be localizable)
53 CaptionBarHeight = 25
54 CaptionFont = Ubuntu, 10, Bold
55 CaptionText = 28 28 28
56 MsgBoxFont = Ubuntu, 10
57 IconTitleFont = Ubuntu, 10
58 SmallCaptionFont = Ubuntu, 10, Bold
59 SMCaptionBarHeight = 17
60 SMCaptionBarWidth = 17
61 StatusFont = Ubuntu, 10
62
63 ;The FlatMenus option allows the author to
64 ;turn of the 3d border on menus
65 FlatMenus = True
66
67 ;This may allow authors to specify a
68 ;theme matching stylesheet for Webviews, etc.
69 CssName = cpwebvw.css
70
71 ;This may allow authors to specify a theme
72 ;matching XML file.
73 XmlName = default.xml
74
75 ; this theme designed for 15-bit color and higher
76 MinColorDepth = 15
77
78 ; buttons
79 ;-------------------------------------------------------
80 [button]
81
82 ;Normal button
83 [Button.Pushbutton]
84 AccentColorHint = 250 196 88; Rollover highlight color
85 BorderColorHint = 0 60 116; Edge color
86 Bgtype = imagefile
87 ContentMargins = 3, 3, 3, 3; Average fill color
88 FillColorHint = 243 243 239
89 Font = Ubuntu, 10
90 ImageFile = Light\button.bmp
91 ImageCount = 5
92 ImageLayout = vertical
93 MinSize = 10, 5
94 SizingMargins = 8, 8, 9, 9
95 SizingType = Stretch
96 TextColor = 112 112 112
97 TEXTSHADOWOFFSET = 1,1
98 TextShadowType = Single
99 TextShadowColor = 221 221 221
100
101 [Button.Pushbutton(Defaulted)]
102 AccentColorHint = 0 255 0
103
104 [Button.Pushbutton(Disabled)]
105 TextColor = 153 153 153
106
107 [Button.Pushbutton(Hot)]
108 TextColor = 75 75 75
109
110 [Button.Pushbutton(Normal)]
111 TextColor = 75 75 75
112
113 [Button.Pushbutton(Pressed)]
114 TextColor = 75 75 75
115
116 ;Checkboxes
117 [Button.Checkbox]
118 AccentColorHint = 250 196 88; Rollover highlight color
119 BorderColorHint = 29 82 129; Edge color
120 Bgtype = imagefile
121 ContentMargins = 0, 0, 0, 0
122 FillColorHint = 33 161 33; Checkmark color
123 ImageCount = 12
124 ImageFile1 = Light\CheckBox13.bmp
125 ImageFile2 = Light\CheckBox16.bmp
126 ImageFile3 = Light\CheckBox25.bmp
127 Imagelayout = vertical
128 ImageSelectType = Dpi; choose image by DPI of target DC (vs. theme DPI)
129 MirrorImage = False
130 MinDpi1 = 96
131 MinDpi2 = 118
132 MinDpi3 = 185
133 SizingMargins = 0, 0, 0, 0
134 SizingType = TrueSize
135 TrueSizeScalingType = Dpi
136 TrueSizeStretchMark = 50
137 UniformSizing = True
138
139 [Button.Checkbox(Checkeddisabled)]
140 TextColor = 153 153 153
141
142 [Button.Checkbox(Mixeddisabled)]
143 TextColor = 153 153 153
144
145 [Button.Checkbox(Uncheckeddisabled)]
146 TextColor = 153 153 153
147
148 ; Radio buttons
149 [Button.Radiobutton]
150 Bgtype = imagefile
151 Transparent = True
152 ContentMargins = 0, 0, 0, 0
153 SizingMargins = 0, 0, 0, 0
154 SizingType = TrueSize
155 ImageCount = 8
156 Imagelayout = vertical
157 ImageSelectType = Dpi
158 TrueSizeScalingType = Dpi
159 TrueSizeStretchMark = 50
160 ImageFile1 = Light\RadioButton13.bmp
161 ImageFile2 = Light\RadioButton13.bmp
162 ImageFile3 = Light\RadioButton13.bmp
163 MinDpi1 = 96
164 MinDpi2 = 118
165 MinDpi3 = 185
166 UniformSizing = True
167 FillColorHint = 33 161 33; Selection dot color
168 BorderColorHint = 29 82 129; Edge color
169 AccentColorHint = 250 196 88; Rollover highlight color
170
171 ; Radio buttons can be disabled in various
172 ; states, so each of the following entries
173 ; sets the text to grey for the corresponding
174 ; states.
175 [Button.Radiobutton(Checkeddisabled)]
176 TextColor = 153 153 153
177
178 [Button.Radiobutton(Uncheckeddisabled)]
179 TextColor = 153 153 153
180
181 [Button.Groupbox]
182 Bgtype = imagefile
183 BorderColorHint = 208 208 191
184 ; BorderOnly - draw only the area inside
185 ; the sizing margins
186 BorderOnly = True
187 ImageFile = Light\GroupBox.bmp
188 ; never source size a groupbox!
189 NormalSize = 9999, 9999
190 SizingMargins = 4, 4, 4, 4
191 SizingType = Tile
192 TextColor = 75 75 75
193 Transparent = True
194
195 ; combobox
196 ;-------------------------------------------------------
197 [Combobox]
198 BgType = BorderFill
199 BorderSize = 1
200 FillColor = 255 255 255
201 BorderColor = 225 225 225
202
203 [Combobox(Hot)]
204 BorderColor = 225 225 225
205
206 [Combobox(Disabled)]
207 BorderColor = 201 199 186
208 FillColor = 235 235 228
209
210 ; down pointing triangle button
211 [Combobox.DropDownButton]
212 BgType = imagefile
213 BorderColorHint = 255 255 255; Edge color
214 ContentMargins = 0, 0, 0, 0
215 FillColorHint = 200 214 251; Average fill color
216 GlyphImageFile = Light\ComboButtonGlyph.bmp
217 GlyphTransparent = True
218 GlyphType = ImageGlyph
219 ImageCount = 4
220 ImageFile = Light\ComboButton.bmp
221 Imagelayout = vertical
222 SizingMargins = 2, 2, 3, 3
223 SizingType = Stretch
224 Transparent = True
225 TransparentColor = 255 0 255
226
227 ; edit
228 ;-------------------------------------------------------
229 [Edit]
230 BgType = BorderFill
231 BorderColor = 225 225 225
232 BorderSize = 1
233 FillColor = 255 255 255
234
235 [Edit.Edittext(Disabled)]
236 FillColor = 235 235 228
237 TextColor = 153 153 153
238
239 [Edit.Edittext(ReadOnly)]
240 FillColor = 235 235 228
241 TextColor = 75 75 75
242
243 [ExplorerBar]
244 BgType = BorderFill
245 BorderSize = 0
246 ContentMargins = 12, 12, 12, 12
247 FillType = VertGradient
248 GradientColor1 = 140 170 230
249 GradientColor2 = 100 135 220
250 GradientRatio1 = 0
251 GradientRatio2 = 255
252
253 [ExplorerBar.HeaderBackground]
254 BgType = ImageFile
255 ContentMargins = 8, 8, 7, 7
256 FillColorHint = 94 135 217
257 Font = Tahoma, 8, Bold
258 ImageFile = Light\ExplorerBarHeaderBackground.bmp
259 SizingMargins = 17, 1, 0, 0
260 SizingType = Stretch
261 TextColor = 75 75 75
262
263 [ExplorerBar.HeaderClose]
264 AccentColorHint = 255 121 95
265 BgType = ImageFile
266 FillColorHint = 138 168 229
267 ImageCount = 3
268 ImageFile = Light\ExplorerBarHeaderClose.bmp
269 ImageLayout = Vertical
270 Offset = 4, 4
271 OffsetType = TopRight
272 SizingType = TrueSize
273 Transparent = True
274
275 [ExplorerBar.HeaderPin]
276 BgType = ImageFile
277 FillColorHint = 189 206 239
278 ImageCount = 6
279 ImageFile = Light\ExplorerBarHeaderPin.bmp
280 ImageLayout = Vertical
281 Offset = 6, 4
282 OffsetType = TopRight
283 SizingType = TrueSize
284 Transparent = True
285
286 [ExplorerBar.IEBarMenu]
287 BgType = ImageFile
288 BorderColorHint = 165 187 228
289 FillColorHint = 236 240 249
290 ImageCount = 3
291 ImageFile = Light\IE_PersonalBarMenu.bmp
292 ImageLayout = Vertical
293 Offset = 3, 1
294 OffsetType = TopRight
295 SizingType = TrueSize
296 Transparent = True
297
298 [ExplorerBar.NormalGroupBackground]
299 BgType = ImageFile
300 BorderColor = 255 255 255
301 ContentMargins = 8, 8, 7, 7
302 FillColor = 214 223 247
303 Font = Ubuntu, 10
304 ImageFile = Light\NormalGroupBackground.bmp
305 SizingMargins = 3, 3, 3, 3
306 SizingType = Stretch
307 TextColor = 82 82 82
308
309 [ExplorerBar.NormalGroupCollapse]
310 BgType = ImageFile
311 BorderColorHint = 165 187 228
312 FillColorHint = 236 240 249
313 ImageCount = 3
314 ImageFile = Light\NormalGroupCollapse.bmp
315 ImageLayout = Vertical
316 Offset = 3, 1
317 OffsetType = TopRight
318 SizingType = TrueSize
319 Transparent = True
320
321 [ExplorerBar.NormalGroupExpand]
322 BgType = ImageFile
323 BorderColorHint = 165 187 228
324 FillColorHint = 236 240 249
325 ImageCount = 3
326 ImageFile = Light\NormalGroupExpand.bmp
327 ImageLayout = Vertical
328 Offset = 3, 1
329 OffsetType = TopRight
330 SizingType = TrueSize
331 Transparent = True
332
333 [ExplorerBar.NormalGroupHead]
334 BgType = ImageFile
335 ContentMargins = 8, 8, 7, 7
336 FillColorHint = 240 243 251
337 Font = Tahoma, 8, Bold
338 ImageFile = Light\NormalGroupHead.bmp
339 SizingMargins = 3, 15, 3, 1
340 SizingType = Stretch
341 TextColor = 82 82 82
342 Transparent = True
343
344 [ExplorerBar.SpecialGroupBackground]
345 BgType = ImageFile
346 ContentMargins = 8, 8, 7, 7
347 FillColorHint = 239 243 255
348 Font = Ubuntu, 10
349 ImageFile = Light\SpecialGroupBackground.bmp
350 SizingMargins = 3, 3, 3, 3
351 SizingType = Stretch
352 TextColor = 82 82 82
353
354 [ExplorerBar.SpecialGroupCollapse]
355 BgType = ImageFile
356 BorderColorHint = 70 114 205
357 FillColorHint = 36 89 195
358 ImageCount = 3
359 ImageFile = Light\NormalGroupCollapse.bmp
360 ImageLayout = Vertical
361 Offset = 3, 1
362 OffsetType = TopRight
363 SizingType = TrueSize
364 Transparent = True
365
366 [ExplorerBar.SpecialGroupExpand]
367 BgType = ImageFile
368 BorderColorHint = 70 114 205
369 FillColorHint = 36 89 195
370 ImageCount = 3
371 ImageFile = Light\NormalGroupExpand.bmp
372 ImageLayout = Vertical
373 Offset = 3, 1
374 OffsetType = TopRight
375 SizingType = TrueSize
376 Transparent = True
377
378 [ExplorerBar.SpecialGroupHead]
379 BgType = ImageFile
380 ContentMargins = 8, 8, 7, 7
381 FillColor = 2 72 178
382 Font = Tahoma, 8, Bold
383 ImageFile = Light\SpecialGroupHead.bmp
384 SizingMargins = 3, 6, 5, 16
385 SizingType = Stretch
386 TextColor = 82 82 82
387 Transparent = True
388
389 ; header
390 ;-------------------------------------------------------
391
392 [Header]
393 Bgtype = imagefile
394 ImageFile = Light\ListviewHeaderBackground.bmp
395 SizingMargins = 8, 8, 3, 4
396 SizingType = Stretch
397
398 [Header.HeaderItem]
399 AccentColorHint = 252 194 71; Rollover highilight color
400 Bgtype = imagefile
401 ContentMargins = 3, 3, 0, 0
402 FillColorHint = 250 248 243; Average fill color
403 ImageCount = 5
404 ImageFile = Light\ListViewHeader.bmp
405 ImageLayout = vertical
406 SizingMargins = 2, 4, 3, 6
407 SizingType = Stretch
408 Transparent = True
409 TransparentColor = 255 0 0
410
411 ; listbox
412 ;-------------------------------------------------------
413 [Listbox]
414 BgType = BorderFill
415 BorderSize = 1
416 FillColor = 255 255 255
417 BorderColor = 225 225 225
418
419 ; list view
420 ;-------------------------------------------------------
421 [ListView]
422 BgType = BorderFill
423 BorderColor = 150 150 150
424 BorderSize = 1
425 FillColor = 255 255 255
426
427 ; progress bar
428 ;-------------------------------------------------------
429
430 [Progress]
431 BgType = borderFill
432 BorderColor = 235 235 228
433 Bordersize = 1
434 FillColor = 46 211 49
435 FillType = Solid
436 ProgressChunkSize = 6
437 ProgressSpaceSize = 2
438
439 [Progress.Bar]
440 Bgtype = imagefile
441 BorderColorHint = 104 104 104
442 FillColorHint = 255 255 255
443 ImageFile = Light\ProgressTrack.bmp
444 MinSize=10,10
445 NormalSize = 100, 18
446 sizingMargins = 4, 4, 3, 3
447 SizingType = tile
448 SourceShrink = Stretch
449
450 [Progress.BarVert]
451 Bgtype = imagefile
452 BorderColorHint = 104 104 104; Edge color
453 FillColorHint = 255 255 255; Background color
454 ImageFile = Light\ProgressTrackVert.bmp
455 sizingMargins = 3, 3, 4, 4
456 SizingType = Stretch
457
458 [Progress.Chunk]
459 Bgtype = imagefile
460 FillColorHint = 59 154 234; Progress indicator color
461 ImageFile = Light\ProgressChunk.bmp
462 sizingMargins = 0, 0, 6, 5
463 SizingType = Stretch
464 Transparent = True
465 TransparentColor = 255 0 255
466
467 [Progress.ChunkVert]
468 Bgtype = imagefile
469 FillColorHint = 59 154 234; Progress indicator color
470 ImageFile = Light\ProgressChunkVert.bmp
471 sizingMargins = 6, 5, 0, 0
472 SizingType = Stretch
473
474 ; rebar
475 ;-------------------------------------------------------
476 ; toolbar container
477
478 [Rebar]
479 Bgtype = imagefile
480 FillColorHint = 241 243 239
481 Font = Ubuntu, 10
482 ImageFile = Light\ToolbarBackground.bmp
483 Sizingmargins = 1, 1, 1, 2
484 Sizingtype = stretch
485 TextColor = 127 124 115
486
487 [Rebar.Band]
488 Bgtype = none
489 ContentMargins = 0, 0, 0, 0
490 EdgeShadowColor = 165 175 185
491
492 [Rebar.Gripper]
493 Bgtype = imagefile
494 ContentMargins = 2, 1, 0, 0
495 FillColorHint = 171 167 149
496 ImageFile = Light\ToolbarGripper.bmp
497 SizingMargins = 2, 1, 4, 2
498 SizingType = Tile
499 Transparent = True
500 TransparentColor = 255 0 255
501
502 [Rebar.GripperVert]
503 Bgtype = imagefile
504 ContentMargins = 1, 2, 0, 0
505 FillColorHint = 171 167 149
506 ImageFile = Light\ToolbarGripperVert.bmp
507 SizingMargins = 3, 3, 2, 1
508 SizingType = Tile
509 Transparent = True
510 TransparentColor = 255 0 255
511
512 [Rebar.Chevron]
513 Bgtype = imagefile
514 ContentMargins = 0, 0, 0, 0
515 FillColorHint = 75 75 75
516 GlyphImageFile = Light\Chevron.bmp
517 GlyphTransparent = True
518 GlyphType = ImageGlyph
519 ImageCount = 6
520 ImageFile = Light\ToolbarButtons.bmp
521 Imagelayout = vertical
522 SizingMargins = 4, 4, 4, 4
523 SizingType = Stretch
524 Transparent = True
525 VAlign = Top
526
527 [Rebar.ChevronVert]
528 Bgtype = imagefile
529 ContentMargins = 0, 0, 0, 0
530 FillColorHint = 75 75 75
531 GlyphImageFile = Light\Chevron.bmp
532 GlyphTransparent = True
533 GlyphType = ImageGlyph
534 ImageCount = 6
535 ImageFile = Light\ToolbarButtons.bmp
536 Imagelayout = vertical
537 SizingMargins = 4, 4, 4, 4
538 SizingType = Stretch
539 Transparent = True
540 VAlign = Top
541
542 ; scrollbar
543 ;-------------------------------------------------------
544 [ScrollBar]
545
546 [ScrollBar.ArrowBtn]
547 BgType = ImageFile
548 BorderColorHint = 255 255 255; Edge color
549 ContentMargins = 0, 0, 3, 3
550 FillColorHint = 200 214 251; Average fill color
551 GlyphTransparent = True
552 GlyphType = ImageGlyph
553 ImageCount = 16
554 ImageFile1 = Light\ScrollArrowGlyphsSmall.bmp
555 ImageFile2 = Light\ScrollArrowGlyphs.bmp
556 ImageFile = Light\ScrollArrows.bmp
557 ImageLayout = Vertical
558 ImageSelectType = size
559 MinSize1 = 7, 7
560 MinSize2 = 9, 9
561 NormalSize = 7, 10
562 SizingMargins = 5, 5, 5, 5
563 SizingType = Stretch
564 SourceShrink = True
565 TrueSizeScalingType = size
566 TrueSizeStretchMark = 150; stretch when target exceeds source size by 150%
567 UniformSizing = True
568
569 ; scrollbar thumb gripper (horizontal)
570 [ScrollBar.GripperHorz]
571 BgType = ImageFile
572 FillColorHint = 44 96 226; Thumb gripper lighter color
573 ImageCount = 4
574 ImageFile = Light\ScrollThumbGripperHorizontal.BMP
575 Imagelayout = vertical
576 SizingType = TrueSize
577 Transparent = True
578
579 ; scrollbar thumb gripper (vertical)
580 [ScrollBar.GripperVert]
581 BgType = ImageFile
582 FillColorHint = 44 96 226; Thumb gripper lighter color
583 ImageCount = 4
584 ImageFile = Light\ScrollThumbGripperVertical.BMP
585 ImageLayout = Vertical
586 Transparent = True
587 SizingType = TrueSize
588
589 ; Scrollbar lower track (horizontal)
590 [ScrollBar.LowerTrackHorz]
591 BgType = imagefile
592 FillColorHint = 198 213 253
593 ImageCount = 4
594 ImageFile = Light\ScrollShaftHorizontal.bmp
595 ImageLayout = Vertical
596 SizingMargins = 0, 0, 1, 1
597
598 ; Scrollbar lower track (vertical)
599 [ScrollBar.LowerTrackVert]
600 BgType = imagefile
601 FillColorHint = 198 213 253
602 ImageCount = 4
603 ImageFile = Light\ScrollShaftVertical.bmp
604 ImageLayout = Vertical
605 SizingMargins = 1, 1, 0, 0
606
607 [ScrollBar.SizeBox]
608 Bgtype = imagefile
609 SizingType = TrueSize
610 VAlign = Bottom
611 ImageCount = 2
612 ImageFile = Light\ResizeGrip2.bmp
613 Transparent = True
614 TransparentColor = 255 0 255
615 FillColorHint = 150 150 150; Gripper dot color
616
617 ; Scrollbar Thumb (horizontal)
618 [ScrollBar.ThumbBtnHorz]
619 BgType = ImageFile
620 ContentMargins = 4, 4, 0, 0
621 ImageCount = 4
622 ImageFile = Light\ScrollThumbHorizontal.bmp
623 ImageLayout = Vertical
624 SizingMargins = 5, 5, 5, 5
625 BorderColorHint = 255 255 255; Average fill color
626 FillColorHint = 198 213 253; Edge color
627
628 ; Scrollbar Thumb (vertical)
629 [ScrollBar.ThumbBtnVert]
630 BgType = ImageFile
631 ContentMargins = 0, 0, 4, 4
632 SizingMargins = 5, 5, 5, 5
633 ImageCount = 4
634 ImageFile = Light\ScrollThumbVertical.bmp
635 ImageLayout = vertical
636 FillColorHint = 198 213 253
637 BorderColorHint = 255 255 255
638
639 ; Scrollbar upper track (horizontal)
640 [ScrollBar.UpperTrackHorz]
641 BgType = imagefile
642 FillColorHint = 198 213 253
643 ImageCount = 4
644 ImageFile = Light\ScrollShaftHorizontal.bmp
645 ImageLayout = Vertical
646 SizingMargins = 0, 0, 1, 1
647
648 ; Scrollbar upper track (vertical)
649 [ScrollBar.UpperTrackVert]
650 BgType = imagefile
651 FillColorHint = 198 213 253
652 ImageCount = 4
653 ImageFile = Light\ScrollShaftVertical.bmp
654 ImageLayout = Vertical
655 SizingMargins = 1, 1, 2, 2
656
657 ; spin
658 ;-------------------------------------------------------
659 ;Spin buttons for incrementing values in a field
660
661 [Spin]
662 Bgtype = imagefile
663 ImageCount = 1
664 ImageFile = Light\FieldOutlineBlue.bmp
665 SizingMargins = 2, 2, 2, 2
666 SizingType = tile
667
668 [Spin.Up]
669 Bgtype = imagefile
670 BorderColorHint = 255 255 255
671 ContentMargins = 0, 0, 0, 0
672 FillColorHint = 200 214 251
673 GlyphImageFile = Light\SpinUpGlyph.bmp
674 GlyphTransparent = True
675 GlyphType = ImageGlyph
676 ImageCount = 4
677 ImageFile = Light\SpinButtonBackgroundUp.bmp
678 ImageLayout = Vertical
679 SizingMargins = 4, 4, 4, 3
680 SizingType = stretch
681 Transparent = True
682 TransparentColor = 255 0 255
683
684 [Spin.Uphorz]
685 Bgtype = imagefile
686 BorderColorHint = 255 255 255
687 ContentMargins = 0, 0, 0, 0
688 FillColorHint = 200 214 251
689 GlyphImageFile = Light\SpinRightGlyph.bmp
690 GlyphTransparent = True
691 GlyphType = ImageGlyph
692 ImageCount = 4
693 ImageFile = Light\SpinButtonBackgroundRight.bmp
694 ImageLayout = Vertical
695 SizingMargins = 4, 4, 4, 4
696 SizingType = stretch
697 Transparent = True
698 TransparentColor = 255 0 255
699
700 [Spin.Down]
701 Bgtype = imagefile
702 BorderColorHint = 255 255 255
703 ContentMargins = 0, 0, 0, 0
704 FillColorHint = 200 214 251
705 GlyphImageFile = Light\SpinDownGlyph.bmp
706 GlyphTransparent = True
707 GlyphType = ImageGlyph
708 ImageCount = 4
709 ImageFile = Light\SpinButtonBackgroundDown.bmp
710 ImageLayout = Vertical
711 SizingMargins = 4, 4, 3, 4
712 SizingType = tile
713 Transparent = True
714 TransparentColor = 255 0 255
715
716 [Spin.Downhorz]
717 Bgtype = imagefile
718 BorderColorHint = 255 255 255
719 ContentMargins = 0, 0, 0, 0
720 FillColorHint = 200 214 251
721 GlyphImageFile = Light\SpinLeftGlyph.bmp
722 GlyphTransparent = True
723 GlyphType = ImageGlyph
724 ImageCount = 4
725 ImageFile = Light\SpinButtonBackgroundLeft.bmp
726 ImageLayout = Vertical
727 SizingMargins = 4, 4, 4, 4
728 SizingType = Stretch
729 Transparent = True
730 TransparentColor = 255 0 255
731
732 ; StartPanel
733 ;-------------------------------------------------------
734 ; Desktop start panel
735
736
737 ; TODO--- NEEDS MODYFYING WHEN
738 ; START PANEL IS IMPLEMENTED
739 ; ---------------------------------------------
740
741 [StartPanel]
742 Bgtype = none
743 DefaultPaneSize = 0, 0, 357, 440
744
745 [StartPanel.Logoff]
746 BgType = imagefile
747 ContentMargins = 4, 4, 2, 4
748 DefaultPaneSize = 0, 0, 357, 28
749 FillColorHint = 37 119 223
750 HotTracking = 255 255 255
751 Imagecount = 1
752 ImageFile = Light\StartPanelLogoffBackground.bmp
753 SizingMargins = 15, 15, 2, 2
754 SizingType = Stretch
755 TextColor = 255 255 255
756
757 [StartPanel.LogoffButtons]
758 BgType = ImageFile
759 ImageCount = 1
760 ImageFile = Light\StartPanelLogoffButtons.bmp
761 SizingType = TrueSize
762 Transparent = True
763 TransparentColor = 255 0 255
764
765 [StartPanel.LogoffButtons(Hot)]
766 BgType = ImageFile
767 ImageCount = 1
768 ImageFile = Light\StartPanelLogoffButtonsHot.bmp
769 SizingType = TrueSize
770 Transparent = True
771 TransparentColor = 255 0 255
772
773 [StartPanel.MorePrograms]
774 BgType = ImageFile
775 ContentMargins = 11, 2, 0, 5
776 DefaultPaneSize = 0, 0, 178, 30
777 Font = Tahoma, 8, Bold
778 HotTracking = 48 112 208
779 Imagecount = 1
780 ImageFile = Light\StartPanelMoreProgBackGround.BMP
781 SizingMargins = 11, 0, 0, 1
782 SizingType = Stretch
783 SizingType = Stretch
784 TextColor = 112 112 112
785
786 [StartPanel.MoreProgramsArrow]
787 BgType = ImageFile
788 FillColorHint = 108 207 108
789 ImageCount = 1
790 ImageFile = Light\StartPanelMoreProgArrow.bmp
791 SizingType = TrueSize
792
793 [StartPanel.MoreProgramsArrow(Hot)]
794 BgType = ImageFile
795 FillColorHint = 107 239 107
796 ImageCount = 1
797 ImageFile = Light\StartPanelMoreProgArrowHot.bmp
798 SizingType = TrueSize
799
800 [StartPanel.PlacesList]
801 BgType = imageFile
802 ContentMargins = 3, 8, 5, 5
803 DefaultPaneSize = 0, 0, 179, 336
804 FillColorHint = 211 229 250
805 HotTracking = 80 150 248
806 Imagecount = 1
807 ImageFile = Light\StartPanelPlacesBackground.bmp
808 SizingMargins = 8, 5, 3, 1
809 SizingType = Stretch
810 TextColor = 112 112 112
811
812 [StartPanel.PlacesListSeparator]
813 BgType = ImageFile
814 ImageFile = Light\StartPlacesSeparator.bmp
815 SizingType = TrueSize
816 Transparent = True
817 TransparentColor = 255 0 255
818
819 [StartPanel.ProgList]
820 BgType = ImageFile
821 CaptionText = 128 128 128
822 ContentMargins = 12, 2, 5, 5
823 DefaultPaneSize = 0, 0, 178, 306
824 FillColorHint = 204 214 235
825 HotTracking = 48 112 208
826 Imagecount = 1
827 ImageFile = Light\StartPanelMFUBackground.bmp
828 SizingMargins = 11, 0, 3, 0
829 SizingType = Stretch
830 TextColor = 112 112 112
831
832 [StartPanel.ProgListSeparator]
833 BgType = ImageFile
834 ImageFile = Light\StartProgramsSeparator.bmp
835 SizingType = TrueSize
836 Transparent = True
837 TransparentColor = 255 0 255
838
839 [StartPanel.UserPane]
840 BgType = none
841 DefaultPaneSize = 0, 0, 380, 64
842 FillColorHint = 31 113 216
843 Font = Ubuntu, 10, Bold
844 Imagecount = 1
845 ImageFile = Light\StartUserPanel.bmp
846 ImageLayout = Horizontal
847 SizingMargins = 9, 9, 3, 3
848 SizingType = Stretch
849 TextColor = 75 75 75
850 TextShadowColor = 0 0 0
851 TEXTSHADOWOFFSET = 2, 2
852 TextShadowType = continuous
853 Transparent = True
854 UserPicture = False
855 CONTENTALIGNMENT = Left
856
857 [StartPanel.UserPicture]
858 BgType = ImageFile
859 ContentMargins = 8, 6, 8, 6
860 FillColorHint = 204 214 235
861 Imagecount = 1
862 ImageFile = Light\UserTileBackground.bmp
863 SizingMargins = 6, 10, 6, 10
864 SizingType = Stretch
865 Transparent = True
866
867 ; status
868 ;-------------------------------------------------------
869 ; The area at the bottom of a window containing
870 ; miscellaneous status info The first is the
871 ; container for the status sections
872
873 [Status]
874 Bgtype = imagefile
875 FillColorHint = 239 238 243; Average fill color
876 ImageCount = 1
877 ImageFile = Light\StatusBackground.bmp
878 SizingMargins = 50, 17, 5, 9
879 SizingType = Tile
880 TextColor = 112 112 112
881 TextShadowColor = 253 253 253
882 TextShadowType = Single
883 TEXTSHADOWOFFSET = 1,1
884
885 ;The resize corner
886 [Status.Gripper]
887 Bgtype = imagefile
888 ContentMargins = 0,0,0,0
889 FillColorHint = 184 180 163; Resize gripper dots
890 ImageCount = 2
891 ImageFile = Light\ResizeGrip2.bmp
892 SizingType = TrueSize
893 Transparent = True
894 TransparentColor = 255 0 255
895 VAlign = Bottom
896
897 ; The individual status item backgrounds
898 [Status.GripperPane]
899 Bgtype = none
900
901 ;The individual status item backgrounds
902 [Status.Pane]
903 Bgtype = imagefile
904 ImageCount = 1
905 ImageFile = Light\StatusPane.bmp
906 SizingMargins = 0, 2, 2, 2
907 SizingType = Tile
908 Transparent = True
909 TransparentColor = 255 0 255
910
911 ; tab
912 ;-------------------------------------------------------
913 ; tab menus for gui
914
915 [Tab]
916 BgType = borderFill
917 Bordersize = 0
918 FillColor = 239 238 243
919 FillType = Solid
920
921 [Tab.Body]
922 Bgtype = imagefile
923 FillColorHint = 239 239 243; Light tab background color
924 ImageFile1 = Light\TabBackground.bmp
925 ImageFile2 = Light\TabBackground133.bmp
926 ImageSelectType = Dpi
927 MinDpi1 = 96
928 MinDpi2 = 164
929 StockImageFile = Light\TabBackground.bmp
930 TrueSizeScalingType = Dpi
931 TrueSizeStretchMark = 50
932 FONT = Ubuntu, 8
933 TextColor = 112 112 112
934
935 ;The content area of a tab page
936 [Tab.Pane]
937 Bgtype = imagefile
938 BorderColorHint = 145 155 156; Edge color
939 FillColorHint = 251 251 253; Light tab background color
940 Imagecount = 1
941 ImageFile = Light\TabPaneEdge.bmp
942 SizingMargins = 2, 4, 2, 4
943 SizingType = stretch
944
945 [Tab.TabItem]
946 AccentColorHint = 255 200 60; Rollover highlight color
947 Bgtype = imagefile
948 BorderColorHint = 145 167 180; Edge color
949 ContentMargins = 0, 0, 0, 0
950 FillColorHint = 248 248 246; Tab average color
951 Imagecount = 5
952 ImageFile = Light\tabItem.bmp
953 Imagelayout = vertical
954 SizingMargins = 6, 6, 6, 6
955 Transparent = True
956 TransparentColor = 255 0 255
957 FONT = Ubuntu, 8
958 TextColor = 112 112 112
959 TextShadowColor =255 255 255
960 TEXTSHADOWOFFSET = 1,1
961 TextShadowType = Single
962
963 [Tab.TabItemBothEdge]
964 AccentColorHint = 255 200 60; Rollover highlight color
965 Bgtype = imagefile
966 BorderColorHint = 145 167 180; Edge color
967 ContentMargins = 0, 0, 0, 0
968 FillColorHint = 248 248 246; Tab average color
969 Imagecount = 5
970 ImageFile = Light\tabItemBoth.bmp
971 Imagelayout = vertical
972 SizingMargins = 6, 6, 6, 6
973 Transparent = True
974 TransparentColor = 255 0 255
975 FONT = Ubuntu, 8
976 TextColor = 112 112 112
977 TextShadowColor =255 255 255
978 TEXTSHADOWOFFSET = 1,1
979 TextShadowType = Single
980
981 [Tab.TabItemLeftEdge]
982 AccentColorHint = 255 200 60; Rollover highlight color
983 Bgtype = imagefile
984 BorderColorHint = 145 167 180; Edge color
985 ContentMargins = 0, 0, 0, 0
986 FillColorHint = 248 248 246; Tab average color
987 Imagecount = 5
988 ImageFile = Light\tabItemLeft.bmp
989 Imagelayout = vertical
990 SizingMargins = 6, 6, 6, 6
991 Transparent = True
992 TransparentColor = 255 0 255
993 FONT = Ubuntu, 8
994 TextColor = 112 112 112
995 TextShadowColor =255 255 255
996 TEXTSHADOWOFFSET = 1,1
997 TextShadowType = Single
998
999 [Tab.TabItemRightEdge]
1000 AccentColorHint = 255 200 60; Rollover highlight color
1001 Bgtype = imagefile
1002 BorderColorHint = 145 167 180; Edge color
1003 ContentMargins = 0, 0, 0, 0
1004 FillColorHint = 248 248 246; Tab average color
1005 Imagecount = 5
1006 ImageFile = Light\tabItemRight.bmp
1007 Imagelayout = vertical
1008 SizingMargins = 6, 6, 6, 6
1009 Transparent = True
1010 TransparentColor = 255 0 255
1011 FONT = Ubuntu, 8
1012 TextColor = 112 112 112
1013 TextShadowColor = 255 255 255
1014 TEXTSHADOWOFFSET = 1,1
1015 TextShadowType = Single
1016
1017 [Tab.TopTabItem]
1018 AccentColorHint = 255 200 60; Rollover highlight color
1019 Bgtype = imagefile
1020 BorderColorHint = 145 167 180; Edge color
1021 ContentMargins = 0, 0, 0, 0
1022 FillColorHint = 248 248 246; Tab average color
1023 Imagecount = 5
1024 ImageFile = Light\tabItemTop.bmp
1025 Imagelayout = vertical
1026 SizingMargins = 6, 6, 6, 6
1027 Transparent = True
1028 TransparentColor = 255 0 255
1029 FONT = Ubuntu, 8
1030 TextColor = 112 112 112
1031 TextShadowColor =255 255 255
1032 TEXTSHADOWOFFSET = 1,1
1033 TextShadowType = Single
1034
1035 [Tab.TopTabItemBothEdge]
1036 AccentColorHint = 255 200 60; Rollover highlight color
1037 Bgtype = imagefile
1038 BorderColorHint = 145 167 180; Edge color
1039 ContentMargins = 0, 0, 0, 0
1040 FillColorHint = 248 248 246; Tab average color
1041 Imagecount = 5
1042 ImageFile = Light\tabItemTopBoth.bmp
1043 Imagelayout = vertical
1044 SizingMargins = 6, 6, 6, 6
1045 Transparent = True
1046 TransparentColor = 255 0 255
1047 FONT = Ubuntu, 8
1048 TextColor = 112 112 112
1049 TextShadowColor =255 255 255
1050 TEXTSHADOWOFFSET = 1,1
1051 TextShadowType = Single
1052
1053 [Tab.TopTabItemLeftEdge]
1054 AccentColorHint = 255 200 60; Rollover highlight color
1055 Bgtype = imagefile
1056 BorderColorHint = 145 167 180; Edge color
1057 ContentMargins = 3, 3, 0, 0
1058 FillColorHint = 248 248 246; Tab average color
1059 Imagecount = 5
1060 ImageFile = Light\tabItemTopLeft.bmp
1061 Imagelayout = vertical
1062 SizingMargins = 6, 6, 6, 6
1063 Transparent = True
1064 TransparentColor = 255 0 255
1065 TextShadowType = Single
1066 TextShadowColor =255 255 255
1067 TEXTSHADOWOFFSET = 1,1
1068 TextColor = 112 112 112
1069 FONT = Ubuntu, 8
1070
1071 [Tab.TopTabItemRightEdge]
1072 AccentColorHint = 255 200 60; Rollover hilite color
1073 Bgtype = imagefile
1074 BorderColorHint = 145 167 180; Edge color
1075 ContentMargins = 0, 0, 0, 0
1076 FillColorHint = 248 248 246; Tab average color
1077 Imagecount = 5
1078 ImageFile = Light\tabItemTopRight.bmp
1079 Imagelayout = vertical
1080 SizingMargins = 6, 6, 6, 6
1081 Transparent = True
1082 TransparentColor = 255 0 255
1083 FONT = Ubuntu, 8
1084 TextColor = 112 112 112
1085 TextShadowColor =255 255 255
1086 TEXTSHADOWOFFSET = 1,1
1087 TextShadowType = none
1088
1089 [TaskBand.FlashButton]
1090 AccentColorHint = 255 192 91; Attention highlight color
1091 BgType = ImageFile
1092 ContentMargins = 0, 0, 2, 2
1093 FillColorHint = 56 130 234; Average background color
1094 ImageCount = 1
1095 ImageFile = Light\TaskBandFlashButton.bmp
1096 ImageLayout = vertical
1097 SizingMargins = 4, 4, 16, 4
1098 SizingType = Stretch
1099 Transparent = True
1100 TransparentColor = 255 0 255
1101 TextColor =255 255 255
1102 TextShadowColor = 184 95 41
1103 TEXTSHADOWOFFSET = 1,1
1104 TextShadowType = none
1105
1106 [TaskBand.FlashButtonGroupMenu]
1107 AccentColorHint = 255 192 91; Attention highlight color
1108 BgType = ImageFile
1109 ContentMargins = 0, 0, 2, 2
1110 FillColorHint = 56 130 234; Average background color
1111 ImageCount = 1
1112 ImageFile = Light\TaskBandFlashButtonGroupMenu.bmp
1113 SizingMargins = 4, 4, 4, 4
1114 SizingType = Stretch
1115 Transparent = True
1116 TransparentColor = 255 0 255
1117
1118 [TaskBand.GroupCount]
1119 Font = Ubuntu, 10, Bold
1120 TextColor =255 255 255
1121
1122 ; taskbar background (bottom)
1123 [TaskBar.BackgroundBottom]
1124 BgType = ImageFile
1125 FillColorHint = 36 94 220; Average background color
1126 ImageCount = 1
1127 ImageFile = Light\TaskbarBackgroundBottom.bmp
1128 SizingMargins = 0, 0, 15, 14
1129 SizingType = Stretch
1130 Transparent = True
1131 TransparentColor = 255 0 255
1132
1133 ; taskbar background (left)
1134 [TaskBar.BackgroundLeft]
1135 BgType = ImageFile
1136 FillColorHint = 36 94 220; Average background color
1137 ImageCount = 1
1138 ImageFile = Light\TaskbarBackgroundLeft.bmp
1139 SizingMargins = 15, 12, 0, 0
1140 SizingType = Stretch
1141
1142 ; taskbar background (right)
1143 [TaskBar.BackgroundRight]
1144 BgType = ImageFile
1145 FillColorHint = 36 94 220; Average background color
1146 ImageCount = 1
1147 ImageFile = Light\TaskbarBackgroundRight.bmp
1148 SizingMargins = 15, 12, 0, 0
1149 SizingType = Stretch
1150
1151 ; taskbar background (top)
1152 [TaskBar.BackgroundTop]
1153 BgType = ImageFile
1154 FillColorHint = 36 94 220; Average background color
1155 ImageCount = 1
1156 ImageFile = Light\TaskbarBackgroundTop.bmp
1157 SizingMargins = 0, 0, 15, 14
1158 SizingType = Stretch
1159
1160 ; resizing for the taskbar (bottom)
1161 [TaskBar.SizingBarBottom]
1162 BgType = ImageFile
1163 FillColorHint = 50 128 231; Average color
1164 ImageCount = 1
1165 ImageFile = Light\TaskbarSizingBarBottom.bmp
1166 SizingType = Tile
1167
1168 ; resizing for the taskbar (left)
1169 [TaskBar.SizingBarLeft]
1170 BgType = ImageFile
1171 FillColorHint = 50 128 231
1172 ImageCount = 1
1173 ImageFile = Light\TaskbarSizingBarLeft.bmp
1174 SizingType = Tile
1175
1176 ; resizing for the taskbar (right)
1177 [TaskBar.SizingBarRight]
1178 BgType = ImageFile
1179 FillColorHint = 50 128 231; Average color
1180 ImageCount = 1
1181 ImageFile = Light\TaskbarSizingBarRight.bmp
1182 SizingType = Stretch
1183
1184 ; resizing for the taskbar (top)
1185 [TaskBar.SizingBarTop]
1186 BgType = ImageFile
1187 FillColorHint = 50 128 231; Average color
1188 ImageCount = 1
1189 ImageFile = Light\TaskbarSizingBarTop.bmp
1190 SizingType = Tile
1191
1192 ; toolbar
1193 ;-------------------------------------------------------
1194 ; Button and menu bars in some applicatons
1195
1196 [Toolbar]
1197 BgType = Borderfill
1198 Bordersize = 0
1199 FillColor = 239 238 243
1200 TextColor = 75 75 75
1201
1202 [Toolbar(Pressed)]
1203 TextColor = 112 112 112
1204
1205 [Toolbar.Button]
1206 Bgtype = imagefile
1207 BorderColorHint = 206 206 195; Edge color
1208 ContentMargins = 0, 0, 0, 0
1209 FillColorHint = 241 243 239; Average fill color
1210 ImageCount = 6
1211 ImageFile = Light\ToolbarButtons.bmp
1212 Imagelayout = vertical
1213 SizingMargins = 4, 4, 4, 4
1214 SizingType = Stretch
1215 Transparent = True
1216 TransparentColor = 255 0 255
1217
1218 [Toolbar.DropdownButton]
1219 Bgtype = imagefile
1220 BorderColorHint = 206 206 195; Edge color
1221 ContentMargins = 0, 0, 0, 0
1222 FillColorHint = 241 243 239; Average fill color
1223 ImageCount = 6
1224 ImageFile = Light\ToolbarButtons.bmp
1225 Imagelayout = vertical
1226 SizingMargins = 4, 4, 4, 4
1227 SizingType = Stretch
1228 Transparent = True
1229 TransparentColor = 255 0 255
1230
1231 [Toolbar.Separator]
1232 Bgtype = imagefile
1233 FillColorHint = 202 198 175
1234 ImageCount = 1
1235 ImageFile = Light\Separator.bmp
1236 SizingMargins = 5, 2, 2, 2
1237 SizingType = tile
1238 Transparent = True
1239 TransparentColor = 255 0 255
1240
1241 [Toolbar.SeparatorVert]
1242 Bgtype = imagefile
1243 FillColorHint = 202 198 175
1244 ImageCount = 1
1245 ImageFile = Light\SeparatorVert.bmp
1246 SizingMargins = 2, 1, 5, 1
1247 SizingType = tile
1248 Transparent = True
1249 TransparentColor = 255 0 255
1250
1251 [Toolbar.SplitButton]
1252 Bgtype = imagefile
1253 BorderColorHint = 206 206 195; Edge color
1254 FillColorHint = 241 243 239; Average fill color
1255 ImageCount = 6
1256 ImageFile = Light\ToolbarButtonsSplit.bmp
1257 Imagelayout = vertical
1258 SizingMargins = 4, 2, 4, 4
1259 SizingType = Stretch
1260 Transparent = True
1261 TransparentColor = 255 0 255
1262
1263 [Toolbar.SplitButtonDropdown]
1264 Bgtype = imagefile
1265 BorderColorHint = 206 206 195; Edge color
1266 FillColorHint = 241 243 239; Average fill color
1267 GlyphImageFile = Light\ToolbarButtonsSplitDropdownGlyph.bmp
1268 GlyphTransparent = True
1269 GlyphType = ImageGlyph
1270 ImageCount = 6
1271 ImageFile = Light\ToolbarButtonsSplitDropdown.bmp
1272 Imagelayout = vertical
1273 SizingMargins = 2, 4, 4, 4
1274 SizingType = Stretch
1275 Transparent = True
1276 TransparentColor = 255 0 255
1277
1278 ; tooltip
1279 ;-------------------------------------------------------
1280 ; Set the color or image background for tooltips
1281
1282 [Tooltip.Close]
1283 BgType = ImageFile
1284 Imagecount = 3
1285 ImageFile = Light\BalloonClose.bmp
1286 Imagelayout = vertical
1287 Sizingtype = Truesize
1288
1289
1290 ; TrackBar
1291 ;-------------------------------------------------------
1292 ; Volume sliders and such
1293
1294 [TrackBar]
1295 BgType = borderFill
1296 BorderColor = 235 235 228
1297 Bordersize = 1
1298 FillColor = 235 235 228
1299 FillType = Solid
1300
1301 [TrackBar.Thumb]
1302 AccentColorHint = 71 196 70; Rollover color
1303 Bgtype = imagefile
1304 BorderColorHint = 181 196 205; Edge color
1305 FillColorHint = 243 243 239; Average background color
1306 Imagecount = 5
1307 ImageFile = Light\TrackbarHorizontal.bmp
1308 Imagelayout = vertical
1309 SizingMargins = 3, 4, 3, 4
1310 Sizingtype = tile
1311
1312
1313 ; Track slider thumb (bottom)
1314 [TrackBar.ThumbBottom]
1315 AccentColorHint = 71 196 70
1316 Bgtype = imagefile
1317 BorderColorHint = 181 196 205
1318 FillColorHint = 243 243 239
1319 Imagecount = 5
1320 ImageFile1 = Light\TrackBarDown13.bmp
1321 ImageFile2 = Light\TrackBarDown16.bmp
1322 ImageFile3 = Light\TrackBarDown25.bmp
1323 ImageLayout = vertical
1324 ImageSelectType = Dpi
1325 MinDpi1 = 96
1326 MinDpi2 = 118
1327 MinDpi3 = 185
1328 SizingMargins = 3, 6, 6, 10
1329 Sizingtype = Truesize
1330 Transparent = True
1331 TransparentColor = 255 0 255
1332 TrueSizeScalingType = Dpi
1333 TrueSizeStretchMark = 50
1334 UniformSizing = True
1335
1336 ; Track slider thumb (left)
1337 [TrackBar.ThumbLeft]
1338 AccentColorHint = 71 196 70; Rollover color
1339 Bgtype = imagefile
1340 BorderColorHint = 181 196 205; Edge color
1341 FillColorHint = 243 243 239; Average background color
1342 Imagecount = 5
1343 ImageFile1 = Light\TrackBarLeft13.bmp
1344 ImageFile2 = Light\TrackBarLeft16.bmp
1345 ImageFile3 = Light\TrackBarLeft25.bmp
1346 ImageLayout = vertical
1347 ImageSelectType = Dpi
1348 MinDpi1 = 96
1349 MinDpi2 = 118
1350 MinDpi3 = 185
1351 Sizingtype = Truesize
1352 Transparent = True
1353 TransparentColor = 255 0 255
1354 TrueSizeScalingType = Dpi
1355 TrueSizeStretchMark = 50
1356 UniformSizing = True
1357
1358
1359 ; Track slider thumb (right)
1360 [TrackBar.ThumbRight]
1361 AccentColorHint = 71 196 70; Rollover color
1362 Bgtype = imagefile
1363 BorderColorHint = 181 196 205; Edge color
1364 FillColorHint = 243 243 239; Average background color
1365 Imagecount = 5
1366 ImageFile = Light\TrackbarRight13.bmp
1367 ImageFile1 = Light\TrackBarRight13.bmp
1368 ImageFile2 = Light\TrackBarRight16.bmp
1369 ImageFile3 = Light\TrackBarRight25.bmp
1370 ImageLayout = vertical
1371 ImageSelectType = Dpi
1372 MinDpi1 = 96
1373 MinDpi2 = 118
1374 MinDpi3 = 185
1375 Sizingtype = Truesize
1376 Transparent = True
1377 TransparentColor = 255 0 255
1378 TrueSizeScalingType = Dpi
1379 TrueSizeStretchMark = 50
1380 UniformSizing = True
1381
1382 ; Track slider thumb (top)
1383 [TrackBar.ThumbTop]
1384 AccentColorHint = 71 196 70; Rollover color
1385 Bgtype = imagefile
1386 BorderColorHint = 181 196 205; Edge color
1387 FillColorHint = 243 243 239; Average background color
1388 Imagecount = 5
1389 ImageFile1 = Light\TrackBarUp13.bmp
1390 ImageFile2 = Light\TrackBarUp16.bmp
1391 ImageFile3 = Light\TrackBarUp25.bmp
1392 Imagelayout = vertical
1393 ImageSelectType = Dpi
1394 MinDpi1 = 96
1395 MinDpi2 = 118
1396 MinDpi3 = 185
1397 Sizingtype = Truesize
1398 Transparent = True
1399 TransparentColor = 255 0 255
1400 TrueSizeScalingType = Dpi
1401 TrueSizeStretchMark = 50
1402 UniformSizing = True
1403
1404 [TrackBar.ThumbVert]
1405 AccentColorHint = 71 196 70; Rollover color
1406 Bgtype = imagefile
1407 BorderColorHint = 181 196 205; Edge color
1408 FillColorHint = 243 243 239; Average background color
1409 Imagecount = 5
1410 ImageFile = Light\TrackbarVertical.bmp
1411 ImageLayout = vertical
1412 SizingMargins = 3, 4, 3, 4
1413 Sizingtype = tile
1414
1415 [TrackBar.Tics]
1416 Color = 153 153 153
1417
1418 [TrackBar.TicsVert]
1419 Color = 153 153 153
1420
1421 ; Track along which the slider moves (horizontal)
1422 [TrackBar.Track]
1423 Bgtype = imagefile
1424 BorderColorHint = 157 156 153
1425 FillColorHint = 242 241 233
1426 Imagecount = 1
1427 ImageFile = Light\SliderTrack.bmp
1428 SizingMargins = 3, 3, 2, 2
1429 Sizingtype = stretch
1430
1431 ; Track along which the slider moves (vertical)
1432 [TrackBar.TrackVert]
1433 Bgtype = imagefile
1434 BorderColorHint = 157 156 153
1435 FillColorHint = 242 241 233
1436 Imagecount = 1
1437 ImageFile = Light\SliderTrackVert.bmp
1438 SizingMargins = 2, 2, 3, 3
1439 Sizingtype = stretch
1440
1441
1442 ; tree view
1443 ;-------------------------------------------------------
1444
1445 [TreeView]
1446 BgType = BorderFill
1447 BorderColor = 150 150 150
1448 BorderSize = 1
1449 FillColor = 255 255 255
1450
1451 [TreeView.Glyph]
1452 Bgtype = imagefile
1453 Imagecount = 2
1454 ImageFile = Light\treeExpandCollapse.bmp
1455 ImageFile1=default\treeExpandCollapse.bmp
1456 ImageFile2=default\treeExpandCollapse10.bmp
1457 ImageFile3=default\treeExpandCollapse15.bmp
1458 ImageLayout = vertical
1459 ImageSelectType = Dpi
1460 MinDpi1=96
1461 MinDpi2=133
1462 MinDpi3=150
1463 SizingType = TrueSize
1464 TrueSizeScalingType = Dpi
1465 TrueSizeStretchMark = 50
1466 UniformSizing = True
1467
1468 ; window
1469 ;-------------------------------------------------------
1470
1471 [Window]
1472 BgType = ImageFile
1473 TextShadowOffset = 1,1
1474 TextShadowColor = 20 21 35
1475 Transparent = True
1476
1477 ; window frame border (caption)
1478 [Window.Caption]
1479 CaptionMargins = 4, 3, 0, 0
1480 ContentMargins = 1, 1, 1, 1
1481 ContentAlignment = Left
1482 FillColorHint = 0 0 0; Average background color
1483 ImageCount = 2
1484 ImageFile = Light\FrameCaption.bmp
1485 Imagelayout = Vertical
1486 SizingMargins = 28, 35, 9, 17
1487 SizingType = stretch
1488 Transparent = True
1489
1490 [Window.Caption(Active)]
1491 TextColor = 42 42 42
1492
1493 [Window.Caption(Disabled)]
1494 IconEffect = Alpha
1495
1496 [Window.Caption(Inactive)]
1497 IconEffect = Alpha
1498
1499 [Window.CaptionSizingTemplate]
1500 ContentMargins = 18, 18, 26, 0
1501 ImageCount = 2
1502 ImageFile = Light\FrameCaptionSizing.bmp
1503 Imagelayout = vertical
1504 SizingMargins = 28, 35, 9, 17
1505 SizingType = tile
1506 Transparent = True
1507 TransparentColor = 0 0 0
1508
1509 ;Background for dialog boxes
1510 [Window.Dialog]
1511 BgType = BorderFill
1512 BorderColor = 239 238 243
1513 FillColor = 239 238 243
1514
1515 ; window frame border (bottom)
1516 [Window.FrameBottom]
1517 Borderonly = False
1518 ImageCount = 2
1519 ImageFile = Light\FrameBottom.bmp
1520 ImageLayout = vertical
1521 SizingMargins = 6, 6, 1, 2
1522 SizingType = stretch
1523 Transparent = True
1524 TRANSPARENTCOLOR = 255 0 255
1525
1526 ; window frame border (left)
1527 [Window.FrameLeft]
1528 Borderonly = False
1529 ImageCount = 2
1530 ImageFile = Light\frameLeft.bmp
1531 ImageLayout = vertical
1532 SizingMargins = 2, 1, 0, 0
1533 SizingType = stretch
1534 Transparent = False
1535
1536 ; window frame border (right)
1537 [Window.FrameRight]
1538 Borderonly = False
1539 ImageCount = 2
1540 ImageFile = Light\frameRight.bmp
1541 ImageLayout = vertical
1542 SizingMargins = 1, 2, 0, 0
1543 SizingType = stretch
1544 Transparent = False
1545
1546 ; close button in window titlebar
1547 [Window.CloseButton]
1548 BgType = ImageFile
1549 BorderColorHint =
1550 ContentMargins = 2, 2, 2, 2
1551 FillColorHint = 228 93 61
1552 GlyphTransparent = True
1553 GlyphType = ImageGlyph
1554 ImageCount = 8
1555 ImageFile = Light\CloseButton.bmp
1556 ImageFile1 = Light\CloseGlyph6.bmp
1557 ImageFile2 = Light\CloseGlyph9.bmp
1558 ImageFile3 = Light\CloseGlyph.bmp
1559 ImageFile4 = Light\CloseGlyph19.bmp
1560 ImageFile5 = Light\CloseGlyph23.bmp
1561 ImageLayout = Vertical
1562 ImageSelectType = size
1563 MinDpi1 = 96
1564 MinDpi2 = 126
1565 MinDpi3 = 170
1566 Offset = 25, 5
1567 OffsetType = TopRight
1568 SizingMargins = 5, 5, 5, 5
1569 SizingType = Stretch
1570 UniformSizing = True
1571 Transparent = True
1572 TransparentColor = 255 0 255
1573
1574 ; Help button in window titlebar
1575 [Window.HelpButton]
1576 BgType = ImageFile
1577 BorderColorHint = ; Edge color
1578 ContentMargins = 2, 2, 2, 2
1579 FillColorHint = 74 121 246; Titlebar button color
1580 GlyphTransparent = True
1581 GlyphType = ImageGlyph
1582 ImageCount = 8
1583 ImageFile = Light\CaptionButton.bmp
1584 ImageFile1 = Light\HelpGlyph6.bmp
1585 ImageFile2 = Light\HelpGlyph9.bmp
1586 ImageFile3 = Light\HelpGlyph.bmp
1587 ImageFile4 = Light\HelpGlyph19.bmp
1588 ImageFile5 = Light\HelpGlyph23.bmp
1589 ImageLayout = Vertical
1590 ImageSelectType = size
1591 MinDpi1 = 96
1592 MinDpi2 = 126
1593 MinDpi3 = 170
1594 MirrorImage = True; don't remove this
1595 Offset = 73, 5
1596 OffsetType = TopRight
1597 SizingMargins = 5, 5, 5, 5
1598 SizingType = Stretch
1599 UniformSizing = True
1600
1601 ; Maximize button in window titlebar
1602 [Window.MaxButton]
1603 BgType = ImageFile
1604 BorderColorHint = ; Edge color
1605 ContentMargins = 2, 2, 2, 2
1606 FillColorHint = 74 121 246; Titlebar button color
1607 GlyphTransparent = True
1608 GlyphType = ImageGlyph
1609 ImageCount = 8
1610 ImageFile = Light\CaptionButton.bmp
1611 ImageFile1 = Light\MaximizeGlyph6.bmp
1612 ImageFile2 = Light\MaximizeGlyph9.bmp
1613 ImageFile3 = Light\MaximizeGlyph.bmp
1614 ImageFile4 = Light\MaximizeGlyph19.bmp
1615 ImageFile5 = Light\MaximizeGlyph23.bmp
1616 ImageLayout = Vertical
1617 ImageSelectType = size
1618 MinDpi1 = 96
1619 MinDpi2 = 126
1620 MinDpi3 = 170
1621 Offset = -49, 5
1622 OffsetType = TopRight
1623 SizingMargins = 5, 5, 5, 5
1624 SizingType = Stretch
1625 UniformSizing = True
1626
1627 ; top bar whilst window is maximised
1628 [Window.MaxCaption]
1629 CaptionMargins = 4, 3, 4, 2
1630 ContentAlignment = left
1631 ContentMargins = 1, 1, 1, 1
1632 FillColorHint = 0 84 229; Average background color
1633 ImageCount = 2
1634 ImageFile = Light\FrameMaximized.bmp
1635 Imagelayout = vertical
1636 SizingMargins = 46, 75, 16, 4
1637 SizingType = stretch
1638 SizingType = Tile
1639
1640 [Window.MaxCaption(Active)]
1641 TextColor = 42 42 42
1642
1643 ; Close button for maximized MDI windows
1644 [Window.MDICloseButton]
1645 BgType = ImageFile
1646 BorderColorHint = ; Edge color
1647 ContentMargins = 0, 0, 0, 0
1648 FillColorHint = 241 239 229
1649 GlyphImageFile = Light\MDIGlyphClose.bmp
1650 GlyphTransparent = True
1651 GlyphType = ImageGlyph
1652 ImageCount = 4
1653 ImageFile = Light\MDICaptionButton.bmp
1654 ImageLayout = Vertical
1655 Offset = 19, 1
1656 OffsetType = TopRight
1657 SizingMargins = 4, 4, 4, 4
1658 SizingType = TrueSize
1659
1660 ; Minimize button for maximized MDI windows
1661 [Window.MDIMinButton]
1662 BgType = ImageFile
1663 BorderColorHint = ; Edge color
1664 ContentMargins = 0, 0, 0, 0
1665 FillColorHint = 241 239 229; Average background color
1666 GlyphImageFile = Light\MDIGlyphMinimize.bmp
1667 GlyphTransparent = True
1668 GlyphType = ImageGlyph
1669 ImageCount = 4
1670 ImageFile = Light\MDICaptionButton.bmp
1671 ImageLayout = Vertical
1672 Offset = 53, 1
1673 OffsetType = TopRight
1674 SizingMargins = 4, 4, 4, 4
1675 SizingType = TrueSize
1676
1677
1678 ; Restore button for maximized MDI windows
1679 [Window.MDIRestoreButton]
1680 BgType = ImageFile
1681 BorderColorHint = ; Edge color
1682 ContentMargins = 0, 0, 0, 0
1683 FillColorHint = 241 239 229; Average background color
1684 GlyphImageFile = Light\MDIGlyphRestore.bmp
1685 GlyphTransparent = True
1686 GlyphType = ImageGlyph
1687 ImageCount = 4
1688 ImageFile = Light\MDICaptionButton.bmp
1689 ImageLayout = Vertical
1690 Offset = -37, 1
1691 OffsetType = TopRight
1692 SizingMargins = 4, 4, 4, 4
1693 SizingType = stretch
1694
1695 ;Minimize button in window titlebar
1696 [Window.MinButton]
1697 BgType = ImageFile
1698 BorderColorHint = ; Edge color
1699 ContentMargins = 2, 2, 2, 2
1700 FillColorHint = 74 121 246; Titlebar button color
1701 GlyphTransparent = True
1702 GlyphType = ImageGlyph
1703 ImageCount = 8
1704 ImageFile = Light\CaptionButton.bmp
1705 ImageFile1 = Light\MinimizeGlyph6.bmp
1706 ImageFile2 = Light\MinimizeGlyph9.bmp
1707 ImageFile3 = Light\MinimizeGlyph.bmp
1708 ImageFile4 = Light\MinimizeGlyph19.bmp
1709 ImageFile5 = Light\MinimizeGlyph23.bmp
1710 ImageLayout = Vertical
1711 ImageSelectType = size
1712 MinDpi1 = 96
1713 MinDpi2 = 126
1714 MinDpi3 = 170
1715 OffsetType = TopRight
1716 Offset = -73, 5
1717 SizingMargins = 5, 5, 5, 5
1718 sizingType = Stretch
1719 UniformSizing = True
1720
1721 [Window.MinCaption]
1722 CaptionMargins = 4, 3, 0, 0
1723 ContentMargins = 3, 3, 0, 3
1724 FillColorHint = 0 84 229; Average background color
1725 ImageCount = 2
1726 ImageFile = Light\FrameCaptionMin.bmp
1727 ImageLayout = vertical
1728 SizingMargins = 23, 26, 12, 8
1729 SizingType = stretch
1730
1731 [Window.RestoreButton]
1732 BgType = ImageFile
1733 BorderColorHint = ; Edge color
1734 ContentMargins = 2, 2, 2, 2
1735 FillColorHint = 74 121 246; Titlebar button color
1736 GlyphTransparent = True
1737 GlyphType = ImageGlyph
1738 ImageCount = 8
1739 ImageFile = Light\CaptionButton.bmp
1740 ImageFile1 = Light\RestoreGlyph6.bmp
1741 ImageFile2 = Light\RestoreGlyph9.bmp
1742 ImageFile3 = Light\RestoreGlyph.bmp
1743 ImageFile4 = Light\RestoreGlyph19.bmp
1744 ImageFile5 = Light\RestoreGlyph23.bmp
1745 ImageLayout = Vertical
1746 ImageSelectType = size
1747 MinDpi1 = 96
1748 MinDpi2 = 126
1749 MinDpi3 = 170
1750 Offset = 49, 5
1751 OffsetType = TopRight
1752 SizingMargins = 5, 5, 5, 5
1753 SizingType = Stretch
1754 UniformSizing = True
1755
1756 [Window.SmallCaption]
1757 ContentMargins = 1, 1, 1, 1
1758 ContentAlignment = left
1759 FillColorHint = 0 84 229; Average background color
1760 ImageCount = 2
1761 ImageFile = Light\SmallFrameCaption.bmp
1762 Imagelayout = vertical
1763 SizingMargins = 24, 37, 9, 8
1764 SizingType = Stretch
1765
1766 [Window.SmallCaptionSizingTemplate]
1767 ContentMargins = 14, 14, 12, 16
1768 ImageCount = 2
1769 ImageFile = Light\SmallFrameCaptionSizing.bmp
1770 Imagelayout = vertical
1771 SizingMargins = 24, 37, 9, 8
1772 SizingType = tile
1773 Transparent = True
1774 TransparentColor = 0 0 0
1775
1776 [Window.SmallCloseButton]
1777 BgType = ImageFile
1778 BorderColorHint = ; Edge color
1779 ContentMargins = 0, 0, 0, 0
1780 FillColorHint = 228 93 61; Close box average color
1781 GlyphImageFile = Light\SmallCloseGlyph.bmp
1782 GlyphTransparent = True
1783 GlyphType = ImageGlyph
1784 ImageCount = 8
1785 ImageFile = Light\SmallCloseButton.bmp
1786 ImageLayout = Vertical
1787 Offset = 16, 3
1788 OffsetType = TopRight
1789 SizingMargins = 5, 5, 5, 5
1790 SizingType = TrueSize
1791
1792 [Window.SmallFrameBottom]
1793 Borderonly = False
1794 ImageCount = 2
1795 ImageFile = Light\FrameBottom.bmp
1796 ImageLayout = vertical
1797 SizingMargins = 6, 6, 1, 2
1798 SizingType = stretch
1799 Transparent = True
1800 TRANSPARENTCOLOR = 255 0 255
1801
1802 [Window.SmallFrameLeft]
1803 Borderonly = False
1804 ImageCount = 2
1805 ImageFile = Light\frameLeft.bmp
1806 ImageLayout = vertical
1807 SizingMargins = 2, 1, 0, 0
1808 SizingType = stretch
1809 Transparent = False
1810
1811 [Window.SmallFrameRight]
1812 Borderonly = False
1813 ImageCount = 2
1814 ImageFile = Light\frameRight.bmp
1815 ImageLayout = vertical
1816 SizingMargins = 1, 2, 0, 0
1817 SizingType = stretch
1818 Transparent = False
1819
1820 ;The Titlebar icon
1821 [Window.SysButton]
1822 Offset = 10, 3
1823 OffsetType = TopLeft
1824
1825 [ExplorerBar::Rebar]
1826 Bgtype = imagefile
1827 FillColorHint = 243 247 253
1828 Font = Ubuntu, 10
1829 ImageFile = Light\ExplorerBarToolbarBackground.bmp
1830 Sizingmargins = 0, 0, 34, 0
1831 Sizingtype = stretch
1832 TextColor = 127 124 115
1833
1834 [ExplorerBar::Rebar.Band]
1835 Bgtype = none
1836 ContentMargins = 2, 0, 0, 0
1837
1838 [ExplorerBar::Rebar.Chevron]
1839 Bgtype = imagefile
1840 ContentMargins = 0, 0, 0, 0
1841 FillColorHint = 75 75 75
1842 GlyphImageFile = Light\Chevron.bmp
1843 GlyphTransparent = True
1844 GlyphType = ImageGlyph
1845 ImageCount = 6
1846 ImageFile = Light\ExplorerBarToolbarButtons.bmp
1847 Imagelayout = vertical
1848 SizingMargins = 4, 4, 4, 4
1849 SizingType = Stretch
1850 Transparent = True
1851 VAlign = Top
1852
1853 [ExplorerBar::Rebar.ChevronVert]
1854 Bgtype = imagefile
1855 ContentMargins = 0, 0, 0, 0
1856 FillColorHint = 75 75 75
1857 GlyphImageFile = Light\Chevron.bmp
1858 GlyphTransparent = True
1859 GlyphType = ImageGlyph
1860 ImageCount = 6
1861 ImageFile = Light\ExplorerBarToolbarButtons.bmp
1862 Imagelayout = vertical
1863 SizingMargins = 4, 4, 4, 4
1864 SizingType = Stretch
1865 Transparent = True
1866 VAlign = Top
1867
1868 [ExplorerBar::Rebar.Gripper]
1869 Bgtype = imagefile
1870 ContentMargins = 3, 0, 0, 0
1871 FillColorHint = 171 167 149
1872 ImageFile = Light\Gripper.bmp
1873 SizingMargins = 0, 0, 6, 4
1874 SizingType = Tile
1875 Transparent = True
1876 TransparentColor = 255 0 0
1877
1878 [ExplorerBar::Rebar.GripperVert]
1879 Bgtype = imagefile
1880 FillColorHint = 171 167 149
1881 ImageFile = Light\GripperVert.bmp
1882 SizingMargins = 9, 8, 0, 0
1883 SizingType = Tile
1884 Transparent = True
1885 TransparentColor = 255 0 0
1886
1887 [ExplorerBar::Toolbar.Button]
1888 Bgtype = imagefile
1889 BorderColorHint = 168 191 234
1890 ContentMargins = 0, 0, 0, 0
1891 FillColorHint = 238 243 248
1892 ImageCount = 6
1893 ImageFile = Light\ExplorerBarToolbarButtons.bmp
1894 Imagelayout = vertical
1895 SizingMargins = 4, 4, 4, 4
1896 SizingType = Stretch
1897 Transparent = True
1898 TransparentColor = 255 0 255
1899
1900 [ExplorerBar::Toolbar.DropdownButton]
1901 Bgtype = imagefile
1902 BorderColorHint = 168 191 234
1903 ContentMargins = 0, 0, 0, 0
1904 FillColorHint = 238 243 248
1905 ImageCount = 6
1906 ImageFile = Light\ExplorerBarToolbarButtons.bmp
1907 Imagelayout = vertical
1908 SizingMargins = 4, 4, 4, 4
1909 SizingType = Stretch
1910 Transparent = True
1911 TransparentColor = 255 0 255
1912
1913 [ExplorerBar::Toolbar.Separator]
1914 Bgtype = imagefile
1915 FillColorHint = 202 198 175
1916 ImageCount = 1
1917 ImageFile = Light\Separator.bmp
1918 SizingMargins = 5, 2, 2, 1
1919 SizingType = tile
1920 Transparent = True
1921 TransparentColor = 255 0 0
1922
1923 [ExplorerBar::Toolbar.SeparatorVert]
1924 Bgtype = imagefile
1925 FillColorHint = 202 198 175
1926 ImageCount = 1
1927 ImageFile = Light\SeparatorVert.bmp
1928 SizingMargins = 2, 1, 5, 1
1929 SizingType = tile
1930 Transparent = True
1931 TransparentColor = 255 0 0
1932
1933 [ExplorerBar::Toolbar.SplitButton]
1934 Bgtype = imagefile
1935 BorderColorHint = 168 191 234
1936 FillColorHint = 238 243 248
1937 ImageCount = 6
1938 ImageFile = Light\ExplorerBarToolbarButtonsSplit.bmp
1939 Imagelayout = vertical
1940 SizingMargins = 4, 2, 4, 4
1941 SizingType = Stretch
1942 Transparent = True
1943 TransparentColor = 255 0 255
1944
1945 [ExplorerBar::Toolbar.SplitButtonDropdown]
1946 Bgtype = imagefile
1947 BorderColorHint = 168 191 234
1948 FillColorHint = 238 243 248
1949 GlyphImageFile = Light\ToolbarButtonsSplitDropdownGlyph.bmp
1950 GlyphTransparent = True
1951 GlyphType = ImageGlyph
1952 ImageCount = 6
1953 ImageFile = Light\ExplorerBarToolbarButtonsSplitDropdown.bmp
1954 Imagelayout = vertical
1955 SizingMargins = 2, 4, 4, 4
1956 SizingType = Stretch
1957 Transparent = True
1958 TransparentColor = 255 0 255
1959
1960 [Placesbar::Toolbar]
1961 Bgtype = imagefile
1962 ContentMargins = 0, 0, 0, 0
1963 FillColorHint = 249 248 243
1964 ImageCount = 1
1965 ImageFile = Light\PlaceBarBackground.bmp
1966 SizingMargins = 4, 4, 4, 4
1967 SizingType = tile
1968
1969 [Placesbar::Toolbar.Button]
1970 Bgtype = imagefile
1971 BorderColorHint = 122 152 175; Outline color
1972 ContentMargins = 0, 0, 4, 2
1973 FillColorHint = 255 255 255; Selected color
1974 ImageCount = 6
1975 ImageFile = Light\PlaceBarButtons.bmp
1976 Imagelayout = vertical
1977 SizingMargins = 4, 4, 4, 4
1978 SizingType = stretch
1979 Transparent = True
1980 TextColor = 112 112 112
1981 TextShadowColor = 253 253 253
1982 TEXTSHADOWOFFSET = 1,1
1983 TextShadowType = Single
1984
1985 [Start::Button]
1986 BgType = ImageFile
1987 ContentMargins = -82, 95, 1, 1
1988 FillColorHint = 74 153 73; Average color
1989 Font = Arial, 10, italic
1990 ImageCount = 3
1991 ImageFile = Light\StartButton.bmp
1992 ImageLayout = Vertical
1993 SizingMargins = 1, 1, 1, 1
1994 SizingType = TrueSize
1995 TextColor = 255 255 255
1996 TextShadowColor = 76 76 76
1997 TEXTSHADOWOFFSET = 2, 2
1998 Transparent = True
1999 TransparentColor = 255 0 255
2000
2001 [StartMenu::MenuBand]
2002 TextColor = 75 75 75
2003
2004 [StartMenu::MenuBand(Hot)]
2005 TextColor = 75 75 75
2006
2007 [StartMenu::MenuBand.NewAppButton]
2008 BgType = ImageFile
2009 ContentMargins = 10, 0, 3, 0
2010 FillcolorHint = 254 234 182; new app Background color
2011 ImageCount = 1
2012 ImageFile = Light\StartGroupNewAppButton.bmp
2013 SizingMargins = 23, 1, 0, 0
2014 SizingType = Stretch
2015 Transparent = True
2016 TransparentColor = 255 0 0
2017
2018 [StartMenu::MenuBand.Seperator]
2019 BgType = ImageFile
2020 ContentMargins = 10, 0, 3, 0
2021 FillColorHint = 211 211 200; Separator color
2022 ImageCount = 1
2023 ImageFile = Light\StartGroupSeperator.bmp
2024 SizingMargins = 6, 1, 3, 0
2025 SizingType = Stretch
2026 Transparent = True
2027 TransparentColor = 255 0 255
2028
2029 [StartMenu::Toolbar]
2030 AccentColorHint = 48 127 229; Left edge of More Programs menu
2031 BgType = ImageFile
2032 ContentMargins = 0, 0, 0, 0
2033 FillColorHint = 255 255 255; Background of More Programs menu
2034 Font = Ubuntu, 10
2035 ImageFile = Light\StartGroupBackground.bmp
2036 SizingMargins = 24, 3, 3, 4
2037 SizingType = Stretch
2038 TextColor = 112 112 112
2039
2040 [StartMenu::Toolbar(Hot)]
2041 TextColor = 112 112 112
2042
2043 [StartMenu::Toolbar.Button]
2044 BgType = ImageFile
2045 ContentMargins = 2, 2, 3, 0
2046 FillColorHint = 22 101 203
2047 ImageCount = 3
2048 ImageFile = Light\StartGroupToolbarButton.bmp
2049 ImageLayout = vertical
2050 SizingMargins = 24, 3, 3, 4
2051 SizingType = Stretch
2052 Transparent = True
2053 TransparentColor = 255 0 0
2054
2055 [TaskBand::ScrollBar.ArrowBtn]
2056 BgType = ImageFile
2057 ContentMargins = 0, 0, 3, 3
2058 FillColorHint = 25 66 205; Average background color
2059 GlyphImageFile = Light\TaskBandScrollArrowGlyphs.bmp
2060 GlyphTransparent = True
2061 GlyphType = ImageGlyph
2062 ImageCount = 16
2063 ImageFile = Light\TaskbandScrollArrows.bmp
2064 ImageLayout = Vertical
2065 SizingMargins = 4, 4, 6, 5
2066 SizingType = Stretch
2067
2068 ; Scrollbar thumb gripper (horizontal)
2069 [TaskBand::ScrollBar.GripperHorz]
2070 BgType = ImageFile
2071 FillColorHint = 44 96 226; Thumb gripper lighter color
2072 ImageCount = 4
2073 ImageFile = Light\TaskBandScrollThumbGripperHorizontal.BMP
2074 Imagelayout = vertical
2075 SizingType = TrueSize
2076 Transparent = True
2077
2078 ; Scrollbar thumb gripper (Vertical)
2079 [TaskBand::ScrollBar.GripperVert]
2080 BgType = ImageFile
2081 FillColorHint = 44 96 226; Thumb gripper lighter color
2082 ImageCount = 4
2083 ImageFile = Light\TaskBandScrollThumbGripperVertical.BMP
2084 ImageLayout = Vertical
2085 SizingType = TrueSize
2086 Transparent = True
2087
2088 ; Lower scrollbar tracks (horizontal)
2089 [TaskBand::ScrollBar.LowerTrackHorz]
2090 BgType = imagefile
2091 FillColorHint = 37 90 225; Average background color
2092 ImageCount = 4
2093 ImageFile = Light\TaskBandScrollShaftHorizontal.bmp
2094 ImageLayout = Vertical
2095 SizingMargins = 0, 0, 1, 1
2096
2097 ; Lower scrollbar track (vertical)
2098 [TaskBand::ScrollBar.LowerTrackVert]
2099 BgType = imagefile
2100 FillColorHint = 37 90 225; Average background color
2101 ImageCount = 4
2102 ImageFile = Light\TaskBandScrollShaftVertical.bmp
2103 ImageLayout = Vertical
2104 SizingMargins = 1, 1, 0, 0
2105
2106 [TaskBand::ScrollBar.ThumbBtnHorz]
2107 BgType = ImageFile
2108 ContentMargins = 4, 4, 0, 0
2109 FillColorHint = 25 66 205; Average background color
2110 ImageCount = 4
2111 ImageFile = Light\TaskBandScrollThumbHorizontal.bmp
2112 ImageLayout = Vertical
2113 SizingMargins = 5, 5, 5, 5
2114
2115 ; Scrollbar Thumb (vertical)
2116 [TaskBand::ScrollBar.ThumbBtnVert]
2117 BgType = ImageFile
2118 ContentMargins = 0, 0, 4, 4
2119 FillColorHint = 25 66 205; Average background color
2120 ImageCount = 4
2121 ImageFile = Light\TaskBandScrollThumbVertical.bmp
2122 ImageLayout = vertical
2123 SizingMargins = 5, 5, 5, 5
2124 Transparent = True
2125 TransparentColor = 255 0 255
2126
2127 ; Upper scrollbar tracks (horizontal)
2128 [TaskBand::ScrollBar.UpperTrackHorz]
2129 BgType = imagefile
2130 FillColorHint = 37 90 225; Average background color
2131 ImageCount = 4
2132 ImageFile = Light\TaskBandScrollShaftHorizontal.bmp
2133 ImageLayout = Vertical
2134 SizingMargins = 0, 0, 1, 1
2135
2136 ; Upper scrollbar tracks (vertical)
2137 [TaskBand::ScrollBar.UpperTrackVert]
2138 BgType = imagefile
2139 FillColorHint = 37 90 225; Average background color
2140 ImageCount = 4
2141 ImageFile = Light\TaskBandScrollShaftVertical.bmp
2142 ImageLayout = Vertical
2143 SizingMargins = 1, 1, 0, 0
2144
2145 [TaskBand::Toolbar]
2146 BgType = None
2147 Font = Ubuntu, 10
2148 TextColor = 42 42 42
2149 TextShadowType = Single
2150
2151 [TaskBand::Toolbar(Checked)]
2152 TextColor = 28 28 28
2153 TextShadowColor = 8 8 8
2154 TextShadowType = Single
2155
2156 [TaskBand::Toolbar(Hot)]
2157 TextColor = 28 28 28
2158
2159 [TaskBand::Toolbar(HotChecked)]
2160 TextColor = 28 28 28
2161 TextShadowColor = 8 8 8
2162 TextShadowType = Single
2163
2164 [TaskBand::Toolbar(Pressed)]
2165 TextColor = 28 28 28
2166 TextShadowColor = 8 8 8
2167 TextShadowType = Single
2168
2169 [TaskBand::Toolbar.Button]
2170 BgType = ImageFile
2171 ContentMargins = 0, 4, 2, 2
2172 FillColorHint = 54 127 239
2173 ImageCount = 6
2174 ImageFile = Light\TaskBandButton.bmp
2175 ImageLayout = vertical
2176 SizingMargins = 10, 7, 15, 8
2177 SizingType = Stretch
2178 TextColor = 255 255 255
2179 Transparent = True
2180
2181 [TaskBand::Toolbar.DropdownButton]
2182 BgType = ImageFile
2183 ContentMargins = 0, 4, 2, 2
2184 FillColorHint = 54 127 239; Average background color
2185 ImageCount = 6
2186 ImageFile = Light\TaskBandButton.bmp
2187 ImageLayout = vertical
2188 SizingMargins = 17, 5, 15, 8
2189 SizingType = Stretch
2190 Transparent = True
2191
2192 [TaskBandGroupMenu::Toolbar]
2193 AccentColorHint = 255 199 60; Menu top highlight color
2194 BgType = ImageFile
2195 ContentMargins = 6, 11, 6, 6
2196 FillColorHint = 33 87 213; Average background color
2197 Font = Ubuntu, 10
2198 ImageFile = Light\TaskBandBackground.bmp
2199 SizingMargins = 6, 6, 6, 6
2200 SizingType = Stretch
2201 TextColor = 112 112 112
2202 TransparentColor = 255 0 255
2203 Transparent = True
2204
2205 [TaskBandGroupMenu::Toolbar.Button]
2206 AccentColorHint = 79 150 255; Rollover hightlight color
2207 BgType = ImageFile
2208 ContentMargins = 6, -6, 7, 7
2209 ImageCount = 3
2210 ImageFile = Light\TaskBandHover.bmp
2211 ImageLayout = vertical
2212 SizingMargins = 8, 8, 5, 5
2213 SizingType = stretch
2214 Transparent = True
2215
2216 [TaskBandVert::Toolbar]
2217 BgType = None
2218 Font = Ubuntu, 10
2219 TextColor = 28 28 28
2220
2221 [TaskBandVert::Toolbar.Button]
2222 BgType = ImageFile
2223 ContentMargins = 0, 4, 4, 4
2224 FillColorHint = 54 127 239; Average background color
2225 ImageCount = 6
2226 ImageFile = Light\TaskBandButtonVertical.bmp
2227 ImageLayout = vertical
2228 SizingMargins = 16, 7, 12, 6
2229 SizingType = Stretch
2230 Transparent = True
2231
2232 [TaskBandVert::Toolbar.DropdownButton]
2233 BgType = ImageFile
2234 ContentMargins = 0, 4, 4, 4
2235 FillColorHint = 54 127 239; Average background color
2236 ImageCount = 6
2237 ImageFile = Light\TaskBandButtonVertical.bmp
2238 ImageLayout = vertical
2239 SizingMargins = 16, 7, 12, 6
2240 SizingType = Stretch
2241 Transparent = True
2242
2243 [TaskBar::Rebar]
2244 BgType = None
2245 Font = Ubuntu, 10
2246 TextColor = 123 182 232
2247
2248 [TaskBar::Rebar.Band]
2249 BgType = None
2250
2251 [TaskBar::Rebar.Chevron]
2252 BgType = ImageFile
2253 ContentMargins = 0, 0, 0, 7
2254 FillColorHint = 6 45 159; Overflow glyph color
2255 GlyphImageFile = Light\taskbarchevron.bmp
2256 GlyphTransparent = True
2257 GlyphType = ImageGlyph
2258 ImageCount = 6
2259 ImageFile = Light\TaskBandButtonNoEdge.bmp
2260 ImageLayout = vertical
2261 SizingMargins = 8, 3, 21, 5
2262 SizingType = Stretch
2263 Transparent = True
2264 VAlign = Top
2265
2266 [TaskBar::Rebar.ChevronVert]
2267 BgType = ImageFile
2268 ContentMargins = 0, 0, 0, 0
2269 FillColorHint = 6 45 159; Overflow glyph color
2270 GlyphImageFile = Light\TaskbarChevronVert.bmp
2271 GlyphTransparent = True
2272 GlyphType = ImageGlyph
2273 ImageCount = 6
2274 ImageFile = Light\TaskBandButtonVertical.bmp
2275 ImageLayout = vertical
2276 SizingMargins = 15, 5, 6, 4
2277 SizingType = Stretch
2278 Transparent = True
2279
2280 [TaskBar::Rebar.Gripper]
2281 BgType = ImageFile
2282 ContentMargins = 2, 1, 0, 0
2283 FillColorHint = 6 45 159; Gripper dot color
2284 ImageCount = 1
2285 ImageFile = Light\TaskbarGripper.bmp
2286 SizingMargins = 1, 1, 5, 5
2287 SizingType = Tile
2288 Transparent = True
2289 TransparentColor = 255 0 255
2290
2291 [TaskBar::Rebar.GripperVert]
2292 BgType = ImageFile
2293 ContentMargins = 0, 0, 2, 1
2294 FillColorHint = 6 45 159; Gripper dot color
2295 ImageCount = 1
2296 ImageFile = Light\TaskbarGripperVertical.bmp
2297 SizingMargins = 4, 6, 0, 0
2298 SizingType = Tile
2299 Transparent = True
2300 TransparentColor = 255 0 255
2301
2302 [TaskBar::Toolbar]
2303 BgType = None
2304 Font = Ubuntu, 10
2305 TextColor = 28 28 28
2306
2307 [TaskBar::Toolbar.Button]
2308 BgType = ImageFile
2309 ContentMargins = 0, 0, 4, 4
2310 FillColorHint = 53 122 238; Average background color
2311 ImageCount = 6
2312 ImageFile = Light\TaskBandButtonNoEdge.bmp
2313 ImageLayout = vertical
2314 SizingMargins = 8, 3, 18, 8
2315 SizingType = Stretch
2316 Transparent = True
2317
2318 [TaskBar::Toolbar.DropdownButton]
2319 BgType = ImageFile
2320 ContentMargins = 2, 0, 4, 4
2321 FillColorHint = 53 122 238; Average background color
2322 ImageCount = 6
2323 ImageFile = Light\TaskBandButtonNoEdge.bmp
2324 ImageLayout = vertical
2325 SizingMargins = 8, 3, 18, 8
2326 SizingType = Stretch
2327 Transparent = True
2328
2329 [TaskBarVert::Toolbar]
2330 BgType = None
2331 Font = Ubuntu, 10
2332 TextColor = 255 255 255
2333
2334 [TaskBarVert::Toolbar(Checked)]
2335 TextColor = 255 255 255
2336
2337 [TaskBarVert::Toolbar(HotChecked)]
2338 TextColor = 255 255 255
2339
2340 [TaskBarVert::Toolbar(Pressed)]
2341 TextColor = 255 255 255
2342
2343 [TaskBarVert::Toolbar.Button]
2344 BgType = ImageFile
2345 ContentMargins = 1, 1, 1, 1
2346 FillColorHint = 53 122 238; Average background color
2347 ImageCount = 6
2348 ImageFile = Light\TaskBandButtonNoEdgeVertical.bmp
2349 ImageLayout = vertical
2350 SizingMargins = 15, 5, 6, 4
2351 SizingType = Stretch
2352 Transparent = True
2353
2354 [TaskBarVert::Toolbar.DropdownButton]
2355 BgType = ImageFile
2356 ContentMargins = 1, 1, 1, 1
2357 FillColorHint = 53 122 238
2358 ImageCount = 6
2359 ImageFile = Light\TaskBandButtonNoEdgeVertical.bmp
2360 ImageLayout = vertical
2361 SizingMargins = 15, 5, 6, 4
2362 SizingType = Stretch
2363 Transparent = True
2364
2365 [TrayNotify::Clock]
2366 Font = Ubuntu, 10
2367 TextColor = 255 255 255
2368
2369 [TrayNotify::Toolbar]
2370 BgType = None
2371
2372 [TrayNotify::Toolbar.Button]
2373 BgType = None
2374
2375 [TrayNotifyHoriz::Button]
2376 BgType = ImageFile
2377 FillColorHint = 56 173 243; Average background color
2378 ImageCount = 3
2379 ImageFile = Light\TrayChevronHorizontal.bmp
2380 Imagelayout = vertical
2381 SizingType = TrueSize
2382 Transparent = True
2383 TransparentColor = 255 0 255
2384
2385 [TrayNotifyHoriz::TrayNotify.Background]
2386 BgType = ImageFile
2387 ContentMargins = 29, 7, 0, 0
2388 FillColorHint = 13 141 234; Average background color
2389 ImageCount = 1
2390 ImageFile = Light\TaskbarTray.bmp
2391 SizingMargins = 1, 0, 23, 0
2392 SizingType = Stretch
2393 Transparent = True
2394 TransparentColor = 255 0 255
2395
2396 [TrayNotifyHorizOpen::Button]
2397 BgType = ImageFile
2398 FillColorHint = 56 173 243; Average background color
2399 ImageCount = 3
2400 ImageFile = Light\TrayChevronHorizontalOpen.bmp
2401 Imagelayout = vertical
2402 SizingType = TrueSize
2403 Transparent = True
2404 TransparentColor = 255 0 255
2405
2406 [TrayNotifyVert::Button]
2407 BgType = ImageFile
2408 FillColorHint = 56 173 243; Average background color
2409 ImageCount = 3
2410 ImageFile = Light\TrayChevronHorizontal.bmp
2411 Imagelayout = vertical
2412 SizingType = TrueSize
2413 Transparent = True
2414
2415 [TrayNotifyVert::TrayNotify.Background]
2416 BgType = ImageFile
2417 ContentMargins = 0, 0, 19, 7
2418 FillColorHint = 13 141 234; Average background color
2419 ImageCount = 1
2420 ImageFile = Light\TaskbarTrayVertical.bmp
2421 SizingMargins = 14, 1, 5, 5
2422 SizingType = Stretch
2423 Transparent = True
2424 TransparentColor = 255 0 255
2425
2426 [TrayNotifyVertOpen::Button]
2427 BgType = ImageFile
2428 FillColorHint = 56 173 243; Average background color
2429 ImageCount = 3
2430 ImageFile = Light\TrayChevronHorizontalOpen.bmp
2431 Imagelayout = vertical
2432 SizingType = TrueSize
2433 Transparent = True