/* "Micro Series - Wimpamp" winamp 3 skin. */
/* Use with Vera Sans bold 12 font */
/* Damir Sijakovic (d98o) */

  /* ==== color ==== */

BaseColors = 0x52525E 0x52525E /* blending color for activated and deactivated borderlines ARGB format */
UseGradients = Yes                          /* use gradients instead of the default image in Borders folder */
ActivatedGradient = 0x3B3B43 0x585865 90     /* top bottom and arc for the Activated Gradient (ARGB Format), arc works but not correctly */
DeactivatedGradient = 0x3B3B43 0x585865 0   /* same but for deactivated windows,  */

WindowTitleMode = Shadow                    /* titlebar title effect (Shadow, Outline) */
WindowTitleColors = 0x00E5DBD0 0x003B3B43   /* titlebar title active and effect color  */
ScreenTitleMode = Shadow                    /* screenbar title effect */
ScreenTitleColors = 0x00E5DBD0 0x003B3B43   /* screenbar title active and effect color */

  /* ==== scrollbar ==== */

ContainerTop = 0 6           /* top part of the propotional container */
ContainerVertTile = 15 100   /* the tileable part of the container */
ContainerBottom = 190 6      /* the bottom part of the container */

ContainerLeft = 0 6          /* as above but for the vertical bars */
ContainerHorTile = 15 100
ContainerRight = 190 6

KnobTop = 0 5                /* upper part of the knob */
KnobTileTop = 10 40          /* the upper tileable part */
KnobVertGripper = 97 6       /* the gripper */
KnobTileBottom = 10 40       /* the bottom tileable part */
KnobBottom = 195 5           /* the bottom part */

KnobLeft = 0 5               /* as above but for horizontal knob */
KnobTileLeft = 10 40
KnobHorGripper = 97 6
KnobTileRight = 10 40
KnobRight = 195 5 

AddUpDown = 0 0 	           /* arrows spacing */
AddLeftRight = 0 0

  /* ==== screenbar ==== */

SBarHeight = 14              /* height of the Screentitlebar */
LogoOffset = 8              /* put the Screenlogo at this offset (horizontal position) */
TitleOffset = 30             /* offset for the Title of a Screen */

  /* ==== titlebar ==== */

CloseRight = No              /* put the close titlebar button to the right (win-like) */

BarHeight    = 14            /* height of window titlebar */
BarLayout    = Vertical      /* horizontal (default) or Vertical, should be Vertical */
BarRounded   = Yes           /* titlebar top corners should be rounded */
BarMasking   = Yes           /* picture mask defines titlebar shape? */

BarPre         = 0  2        /* left end of titlebar if no gadgets follow */
BarPreGadget   = 0  2        /* left end of titlebar if some gadgets follow */
BarLGadgetFill = 3 19       /* tileable background for left-side gadgets */
BarJoinGB      = 10 5        /* join between gadgets and left part of dragbar */
BarLFill       = 10 1        /* tileable background for left part of dragbar */
BarJoinBT      = 23 1       /* join between left part of dragbar and title */
BarTitleFill   = 2 58      /* tileable background for title */
BarJoinTB      = 54 9       /* join between title and right part of dragbar */
BarRFill       = 63 100    /* tileable background for right part of dragbar */
BarJoinBG      = 202 10      /* join between right part of dragbar and gadgets */
BarRGadgetFill = 3 19      /* tileable background for right-side gadgets */
BarPostGadget  = 274 1     /* right end of titlebar if some gadgets precede */
BarPost        = 273 2       /* right end of titlebar if no gadgets precede */

  /* ==== border ==== */

LeftBorder = 3              /* window border size */
RightBorder = 3
BottomBorder = 3

RightBorderGads = 14         /* width of the right border with scrollbar */
BottomBorderGads = 14        /* height of the bottom border with size gadget */
NoInactiveSelected = No      /* window border gadgets have only 3 states? */

  /* ==== autosize ==== */

SBarGadgetAutoSize  = No    /* bitmap determines gadget size? */
WBarGadgetAutoSize  = No
ArrowGadgetAutoSize = No
SizeGadgetAutoSize  = Mo

