Sha256: 960339b71b76f2bd92725645fef8ce3f4ea78e0941c3f6891ba619d718b0cd3f

Contents?: true

Size: 1.11 KB

Versions: 25

Compression:

Stored size: 1.11 KB

Contents

// Colors
// ========================================

  // Black
  $black-base:   #4A4A4A;
  $black-dark:   #333333;

  // Blue
  $blue-base:    #00ADEF;
  $blue-medium:  #0094CC;
  $blue-dark:    #024E6E;

  // Green
  $green-base:  #C4DC6E;
  $green-dark:  #89C540;

  // Grey
  $grey-light:   #EBEBEB;
  $grey-base:    #DEDEDE;
  $grey-dark:    #9B9B9B;

  // Red
  $red-base:     #F7917C;
  $red-dark:     #DF4F32;

  // Yellow
  $yellow-base:  #F3C859;
  $yellow-dark:  #FFC107;

  // White
  $white-light:  #FAFAFA;
  $white-base:   #FFFFFF;
  $white-dark:   #F1F1F1;


  //MAIN PALETTE LIST
  $colors: (
    black-base    $black-base,
    black-dark    $black-dark,
    blue-base     $blue-base,
    blue-medium   $blue-medium,
    blue-dark     $blue-dark,
    grey-light    $grey-light,
    grey-base     $grey-base,
    grey-dark     $grey-dark,
    green-base    $green-base,
    green-dark    $green-dark,
    red-base      $red-base,
    red-dark      $red-dark,
    yellow-base   $yellow-base,
    yellow-dark   $yellow-dark,
    white-light   $white-light,
    white-base    $white-base,
    white-dark    $white-dark
  );

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
fuel-0.4.10 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.9 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.8 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.7 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.6 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.5 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.4 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.3 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.2 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.4.1 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.34 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.33 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.32 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.31 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.30 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.29 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.28 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.27 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.26 app/assets/stylesheets/fuel/settings/variables/_colors.scss
fuel-0.3.25 app/assets/stylesheets/fuel/settings/variables/_colors.scss