make.tmpl: add missing compiler attribute to build_progs
[AROS.git] / images / Themes / Ice / system / Config
blobedf367c6d1d6d86ad1db7e1143892870ac81564d
1 /* ===================== dAmir - Glasstic theme =============================== */
2 CloseRight = No    /* put the Close image to the right */
4 BaseColors = 0x00eeeeee 0x00dddddd  /* base color fore activated and deactivated borderlines ARGB format */
6 RightBorderGads = 21  /* width of the right border when gadgets are used */
7 BottomBorderGads = 21 /* 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 3           /* top part of the propotional container */
12 ContainerVertTile = 4 100    /* the tileable part of the container */
13 ContainerBottom = 193 3      /* the bottom part of the container */
15 ContainerLeft = 0 3          /* as above but for the vertical bars */
16 ContainerHorTile = 4 100
17 ContainerRight = 193 3
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 3                /* upper part of the knob */
21 KnobTileTop = 10 40          /* the upper tileable part */
22 KnobVertGripper = 62 12      /* the gripper */
23 KnobTileBottom = 80 40       /* the bottom tileable part */
24 KnobBottom = 137 3           /* the bottom part */
26 KnobLeft = 0 3               /* as above but for horizontal knob */
27 KnobTileLeft = 10 40
28 KnobHorGripper = 66 12
29 KnobTileRight = 80 40
30 KnobRight = 137 3 
32 /* =================================================================== */
34 UseGradients = Yes           /* 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 = 18           /* height of the Screentitlebar */
43 LogoOffset = 0            /* put the Screenlogo at this offset (horizontal position) */
44 TitleOffset = 20          /* offset for the Title of a Screen */
46 /* =================================================================== */
48 BarHeight    = 25        /* Height of window titlebar */
50 BarLayout    = Vertical  /* Horizontal (default) or Vertical, should be Vertical */
51 BarRounded   = No        /* Titlebar top corners should be rounded? (BETA maybe it will not work 100%) */
52 BarMasking   = No        /* Picture mask defines titlebar shape? */
54 /* =================================================================== */
56 BarPre         =   0  5  /*   Left end of titlebar if no gadgets follow */
57 BarPreGadget   =   0  5  /* Left end of titlebar if some gadgets follow */
58 BarLGadgetFill =   10 60 /*  Tileable background for left-side gadgets */
59 BarJoinGB      =   100 5 /* Join between gadgets and left part of dragbar */
60 BarLFill       =   10  60 /*  Tileable background for left part of dragbar */
61 BarJoinBT      =   70 10  /* Join between left part of dragbar and title */
62 BarTitleFill   =   10 60 /* Tileable background for title */
63 BarJoinTB      =   70 10  /*  Join between title and right part of dragbar */
64 BarRFill       =  100 100  /* Tileable background for right part of dragbar */
65 BarJoinBG      =  210 10  /* Join between right part of dragbar and gadgets */
66 BarRGadgetFill =  10 60 /* Tileable background for right-side gadgets */
67 BarPostGadget  =  295  5  /* Right end of titlebar if some gadgets precede */
68 BarPost        =  295  5  /* Right end of titlebar if no gadgets precede */
70 /* =================================================================== */
73 /* sizes of borders when no gadgets are alive */
75 LeftBorder = 10
76 RightBorder = 10
77 BottomBorder = 10