clean-up config file. remove unnecessary values.
[AROS.git] / images / Themes / AmigaOS1.x / system / Config
blobb8f06d8b65484375bf1b1867f6d89cfdfc9b1146
1 /* ===================== AmigaOS 1.x theme =============================== */
2 CloseRight          = No         /* put the Close image to the right */
4 RightBorderGads     = 16         /* width of the right border when gadgets are used */
5 BottomBorderGads    = 18         /* height of the bottom border when gadgets are used */
7 /* the following configuration values are double ints, the first is an offset, the 2nd a width/hight */
9 ContainerTop        = 0   2      /* top part of the propotional container */
10 ContainerVertTile   = 2   2      /* the tileable part of the container */
11 ContainerBottom     = 4   2      /* the bottom part of the container */
13 ContainerLeft       = 0   2      /* as above but for the vertical bars */
14 ContainerHorTile    = 2   2
15 ContainerRight      = 4   2
17 /* knobs consist of a top/left, a upper/left tileable part, a gripper, a bottom/right tileable part and a bottom/right part */
18 KnobTop             = 0   2      /* upper part of the knob */
19 KnobTileTop         = 2   2      /* the upper tileable part */
20 KnobVertGripper     = 2   2      /* the gripper */
21 KnobTileBottom      = 2   2      /* the bottom tileable part */
22 KnobBottom          = 4   2      /* the bottom part */
24 KnobLeft            = 0   2      /* as above but for horizontal knob */
25 KnobTileLeft        = 2   2
26 KnobHorGripper      = 2   2
27 KnobTileRight       = 2   2
28 KnobRight           = 4   2 
30 /* =================================================================== */
32 UseGradients        = No         /* use gradients instead of the default image in Borders */
34 NoInactiveSelected  = No         /* Window border gadgets have only 3 states? */
36 /* =================================================================== */
38 SBarHeight          = 20         /* height of the Screentitlebar */
39 LogoOffset          = 0          /* put the Screenlogo at this offset (horizontal position) */
40 TitleOffset         = 5          /* offset for the Title of a Screen */
41 SBarChildPre        = 56  4
42 SBarChildFill       = 60  2
43 SBarChildPost       = 78  4
44 SBarGadPre          = 92  2
45 SBarGadFill         = 94  2
46 SBarGadPost         = 96  4
48 /* =================================================================== */
50 FrameStyle          = 0          /* Dont "Frame" Window borders */
51 BarHeight           = 20         /* Height of window titlebar */
53 BarLayout           = Vertical   /* Horizontal (default) or Vertical, should be Vertical */
54 BarRounded          = No         /* Titlebar top corners should be rounded? (BETA maybe it will not work 100%) */
55 BarMasking          = No         /* Picture mask defines titlebar shape? */
57 /* =================================================================== */
59 BarPre              = 0   1      /* Left end of titlebar if no gadgets follow */
60 BarPreGadget        = 0   4      /* Left end of titlebar if some gadgets follow */
61 BarLGadgetFill      = 4   2      /* Tileable background for left-side gadgets */
62 BarJoinGB           = 6   1      /* Join between gadgets and left part of dragbar */
63 BarLFill            = 6   1      /* Tileable background for left part of dragbar */
64 BarJoinBT           = 6   1      /* Join between left part of dragbar and title */
65 BarTitleFill        = 7   2      /* Tileable background for title */
66 BarJoinTB           = 10  2      /* Join between title and right part of dragbar */
67 BarRFill            = 12  4      /* Tileable background for right part of dragbar */
68 BarJoinBG           = 15  2      /* Join between right part of dragbar and gadgets */
69 BarRGadgetFill      = 17  2      /* Tileable background for right-side gadgets */
70 BarPostGadget       = 19  5      /* Right end of titlebar if some gadgets precede */
71 BarPost             = 15  2      /* Right end of titlebar if no gadgets precede */
73 /* =================================================================== */
74 /* sizes of borders when no gadgets are alive */
76 LeftBorder          = 2
77 RightBorder         = 2
78 BottomBorder        = 2