<?php
// Commerce color definitions
$info = array(
  'fields' => array(
    'base'                   => t('Page background'),
    'link'                   => t('Links'),
    'hover'                  => t('Links hover'),
    'text'                   => t('Text'),
    'titles'                 => t('Titles'),
    'borders'                => t('Borders'),
    'sticky'                 => t('Sticky article'),
    'sitename'               => t('Site name'),
    'siteslogan'             => t('Site slogan'),
    'top'                    => t('Header top'),
    'bottom'                 => t('Header bottom'),
    'mainmenu'               => t('Main menu'),
    'mainmenulinks'          => t('Main menu links'),
    'mainmenuhoverbg'        => t('Main menu hover background'),
    'mainmenuhoverlinks'     => t('Main menu hover links'),
    'toggledraw'             => t('Draw background'),
    'toggledrawtext'         => t('Draw text'),
    'toggledrawlinks'        => t('Draw links'),
    'buttoncarttop'          => t('Add to cart top'),
    'buttoncartbottom'       => t('Add to cart bottom'),
    'buttoncarttext'         => t('Add to cart text'),
    'buttontop'              => t('Button top'),
    'buttonbottom'           => t('Button bottom'),
    'buttontext'             => t('Button text'),
    'secondary'              => t('Secondary panel background'),
    'secondarytext'          => t('Secondary panel text'),
    'secondarylinks'         => t('Secondary panel links'),
    'bottompanels'           => t('Bottom panels background'),
    'bottompanelstext'       => t('Bottom panels text'),
    'bottompanelslinks'      => t('Bottom panels links'),
    'footerpanels'           => t('Footer panels background'),
    'footerpanelstext'       => t('Footer panels text'),
    'footerpanelslinks'      => t('Footer panels links'),
    'footer'                 => t('Page Footer'),
  ),
  'schemes' => array(
    'default' => array(
      'title' => t('Blue Pearl (default)'),
      'colors' => array(
        'base'                   => '#f5f5f5',
        'link'                   => '#2079d2',
        'hover'                  => '#18599b',
        'text'                   => '#666666',
        'titles'                 => '#2c2c2c',
        'borders'                => '#d5d5d5',
        'sticky'                 => '#f9f9f9',
        'sitename'               => '#111111',
        'siteslogan'             => '#3b3b3b',
        'top'                    => '#ededed',
        'bottom'                 => '#e5e5e5',
        'mainmenu'               => '#212121',
        'mainmenulinks'          => '#fcfcfc',
        'mainmenuhoverbg'        => '#0c2d4d',
        'mainmenuhoverlinks'     => '#fafafa',
        'toggledraw'             => '#2e2e2e',
        'toggledrawtext'         => '#e7e7e7',
        'toggledrawlinks'        => '#e3e3e3',
        'buttoncarttop'          => '#007100',
        'buttoncartbottom'       => '#588e51',
        'buttoncarttext'         => '#ffffff',
        'buttontop'              => '#e0e0e0',
        'buttonbottom'           => '#ebebeb',
        'buttontext'             => '#333333',
        'secondary'              => '#dddddd',
        'secondarytext'          => '#414141',
        'secondarylinks'         => '#101010',
        'bottompanels'           => '#e8e8e8',
        'bottompanelstext'       => '#404040',
        'bottompanelslinks'      => '#616161',
        'footerpanels'           => '#202020',
        'footerpanelstext'       => '#ababab',
        'footerpanelslinks'      => '#dedede',
        'footer'                 => '#e2e2e2',
      ),
    ),
    'scheme_tiger_lily' => array(
      'title' => t('Tiger Lily'),
      'colors' => array(
        'base'                   => '#ffffff',
        'link'                   => '#ee6630',
        'hover'                  => '#ee6630',
        'text'                   => '#555555',
        'titles'                 => '#2c2c2c',
        'borders'                => '#ebf4cd',
        'sticky'                 => '#f9f9f9',
        'sitename'               => '#111111',
        'siteslogan'             => '#333333',
        'top'                    => '#d6e99a',
        'bottom'                 => '#d6e99a',
        'mainmenu'               => '#51611e',
        'mainmenulinks'          => '#fffff0',
        'mainmenuhoverbg'        => '#3c4816',
        'mainmenuhoverlinks'     => '#fffff0',
        'toggledraw'             => '#51611e',
        'toggledrawtext'         => '#fffff0',
        'toggledrawlinks'        => '#fffff0',
        'buttoncarttop'          => '#007100',
        'buttoncartbottom'       => '#588e51',
        'buttoncarttext'         => '#ffffff',
        'buttontop'              => '#e7e7e7',
        'buttonbottom'           => '#efefef',
        'buttontext'             => '#333333',
        'secondary'              => '#afc46a',
        'secondarytext'          => '#414141',
        'secondarylinks'         => '#101010',
        'bottompanels'           => '#a0ae73',
        'bottompanelstext'       => '#505739',
        'bottompanelslinks'      => '#ee6630',
        'footerpanels'           => '#101404',
        'footerpanelstext'       => '#fffff0',
        'footerpanelslinks'      => '#fffff0',
        'footer'                 => '#ffffff',
      ),
    ),
    'scheme_cherry_blossom' => array(
      'title' => t('Cherry Blossom'),
      'colors' => array(
        'base'                   => '#ffffff',
        'link'                   => '#660000',
        'hover'                  => '#0a0000',
        'text'                   => '#6b6565',
        'titles'                 => '#6b6565',
        'borders'                => '#e2cfcf',
        'sticky'                 => '#f9f9f9',
        'sitename'               => '#1a0101',
        'siteslogan'             => '#1e0606',
        'top'                    => '#f3ecec',
        'bottom'                 => '#f3ecec',
        'mainmenu'               => '#690505',
        'mainmenulinks'          => '#ffffff',
        'mainmenuhoverbg'        => '#4e0303',
        'mainmenuhoverlinks'     => '#fcfcfc',
        'toggledraw'             => '#690505',
        'toggledrawtext'         => '#e7e7e7',
        'toggledrawlinks'        => '#ffffff',
        'buttoncarttop'          => '#007100',
        'buttoncartbottom'       => '#588e51',
        'buttoncarttext'         => '#ffffff',
        'buttontop'              => '#6c0a0a',
        'buttonbottom'           => '#7d2626',
        'buttontext'             => '#ffffff',
        'secondary'              => '#f6f1f1',
        'secondarytext'          => '#6b6565',
        'secondarylinks'         => '#660000',
        'bottompanels'           => '#f3ecec',
        'bottompanelstext'       => '#6b6565',
        'bottompanelslinks'      => '#660000',
        'footerpanels'           => '#0a0000',
        'footerpanelstext'       => '#6b6565',
        'footerpanelslinks'      => '#f3ecec',
        'footer'                 => '#ffffff',
      ),
    ),
  ),
  'css' => array(
    'color/colors.css',
  ),
  'copy' => array(
    'logo.png',
  ),
  'gradients' => array(
    array(
      'dimension' => array(0, 0, 0, 0),
      'direction' => 'vertical',
      'colors' => array('top', 'bottom'),
    ),
  ),
  'fill' => array(),
  'slices' => array(),
  'blend_target' => '#ffffff',
  'preview_image' => 'color/color-preview.png',
  'preview_css' => 'color/preview.css',
  'base_image' => 'color/base.png',
);
