update experimental gcc 6 patch to gcc 6.1.0 release
[AROS.git] / images / Themes / AmigaOS4.x / system / Config
blob1bdfa1241dffb38369e7752c5e8eab6b32ddb4a5
1 /* ===================== AmigaOS4.x theme =============================== */
2 CloseRight          = No         /* put the Close image to the right */
4 BaseColors = 0x00c6d7ec 0x00d0d0d0  /* base color fore activated and deactivated borderlines ARGB format */
6 RightBorderGads     = 24         /* width of the right border when gadgets are used */
7 BottomBorderGads    = 24         /* height of the bottom border when gadgets are used */
9 /* the following configuration values are double ints, the first is an offset, the 2nd a width/hight */
11 ContainerTop        = 0    11    /* top part of the propotional container */
12 ContainerVertTile   = 12  272    /* the tileable part of the container */
13 ContainerBottom     = 284  12    /* the bottom part of the container */
15 ContainerLeft       = 0    11    /* as above but for the vertical bars */
16 ContainerHorTile    = 12  272
17 ContainerRight      = 284  12
19 /* knobs consist of a top/left, a upper/left tileable part, a gripper, a bottom/right tileable part and a bottom/right part */
20 KnobTop             = 0     4     /* upper part of the knob */
21 KnobTileTop         = 4    54     /* the upper tileable part */
22 KnobVertGripper     = 64   10     /* the gripper */
23 KnobTileBottom      = 75   52     /* the bottom tileable part */
24 KnobBottom          = 136   4     /* the bottom part */
26 KnobLeft            = 0     4     /* as above but for horizontal knob */
27 KnobTileLeft        = 4    54
28 KnobHorGripper      = 64   10
29 KnobTileRight       = 75   52
30 KnobRight           = 136   4 
32 /* =================================================================== */
34 UseGradients        = No          /* use gradients instead of the default image in Borders */
35 ActivatedGradient   = 0xf3f3f3 0xf1f1f1 0     /* top bottom and arc for the Activated Gradient (ARGB Format) maybe arc does not work */
36 DeactivatedGradient = 0xf2f2f2 0xf2f2f2 0   /* same but for deactivated windows */
38 NoInactiveSelected  = No          /* Window border gadgets have only 3 states? */
40 /* =================================================================== */
42 SBarHeight          = 28           /* height of the Screentitlebar */
43 LogoOffset          = 0 1          /* put the Screenlogo at this offset (horizontal position) */
44 TitleOffset         = 21          /* offset for the Title of a Screen */
45 SBarChildPre       = 189   1
46 SBarChildFill       = 190   2
47 SBarChildPost       = 192   1
48 SBarGadPre       = 194   2
49 SBarGadFill       = 196   2
50 SBarGadPost       = 198   2
52 /* =================================================================== */
54 FillTitleBar        = Yes\r
56 BarHeight           = 31        /* Height of window titlebar */
58 BarLayout           = Vertical  /* Horizontal (default) or Vertical, should be Vertical */
59 BarRounded          = Yes        /* Titlebar top corners should be rounded? (BETA maybe it will not work 100%) */
60 BarMasking          = Yes        /* Picture mask defines titlebar shape? */
62 /* =================================================================== */
64 BarPre              =   0     8  /*   Left end of titlebar if no gadgets follow */
65 BarPreGadget        =   0     8  /* Left end of titlebar if some gadgets follow */
66 BarLGadgetFill      =   10     2  /*  Tileable background for left-side gadgets */
67 BarJoinGB           =   10    1  /* Join between gadgets and left part of dragbar */
68 BarLFill            =   10    2  /*  Tileable background for left part of dragbar */
69 BarJoinBT           =   10    1  /* Join between left part of dragbar and title */
70 BarTitleFill        =   10    2  /* Tileable background for title */
71 BarJoinTB           =   10    1  /*  Join between title and right part of dragbar */
72 BarRFill            =   10    2  /* Tileable background for right part of dragbar */
73 BarJoinBG           =   10  1  /* Join between right part of dragbar and gadgets */
74 BarRGadgetFill      =   10   2  /* Tileable background for right-side gadgets */
75 BarPostGadget       =   292   8  /* Right end of titlebar if some gadgets precede */
76 BarPost             =   292   8  /* Right end of titlebar if no gadgets precede */
78 /* =================================================================== */
79 /* sizes of borders when no gadgets are alive */
81 LeftBorder          = 6
82 RightBorder         = 6
83 BottomBorder        = 6