/* "Morpho" (short from "Morpho menelaus" =)) is a remake of "Ferox" MorphOS skin. */
/* I've made this from screenshots so it's not a 100% accurate remake */
/* Have fun, Damir Sijakovic (d98o) */

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

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

WindowTitleMode = Shadow                    /* titlebar title effect */
WindowTitleColors = 0x00000000 0x0092B3DF   /* titlebar title active and effect color  */
ScreenTitleMode = Shadow                    /* screenbar title effect */
ScreenTitleColors = 0x00111111 0x00FFFFFF   /* 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 = 62 12      /* the gripper */
KnobTileBottom = 80 40       /* the bottom tileable part */
KnobBottom = 135 5           /* the bottom part */

KnobLeft = 0 5               /* as above but for horizontal knob */
KnobTileLeft = 10 40
KnobHorGripper = 62 12
KnobTileRight = 80 40
KnobRight = 135 5 

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

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

SBarHeight = 22              /* height of the Screentitlebar */
LogoOffset = 0              /* put the Screenlogo at this offset (horizontal position) */
TitleOffset = 52             /* offset for the Title of a Screen */

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

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

BarHeight    = 22            /* 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  5        /* left end of titlebar if no gadgets follow */
BarPreGadget   = 0  5        /* left end of titlebar if some gadgets follow */
BarLGadgetFill = 3 19       /* tileable background for left-side gadgets */
BarJoinGB      = 10 1        /* join between gadgets and left part of dragbar */
BarLFill       = 10 1        /* tileable background for left part of dragbar */
BarJoinBT      = 23 20       /* join between left part of dragbar and title */
BarTitleFill   = 50 100      /* tileable background for title */
BarJoinTB      = 143 7       /* join between title and right part of dragbar */
BarRFill       = 50 100     /* tileable background for right part of dragbar */
BarJoinBG      = 238 19      /* join between right part of dragbar and gadgets */
BarRGadgetFill = 3 19      /* tileable background for right-side gadgets */
BarPostGadget  = 295 5       /* right end of titlebar if some gadgets precede */
BarPost        = 295 5       /* right end of titlebar if no gadgets precede */

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

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

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

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

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

