//
// Color Theme - Earth
// --------------------------------------------------

// Include base files
@import 'base';

// Generate color theme
@include color-theme(
  $theme-earth-primary,
  $theme-earth-light,
  $theme-earth-lighter,
  $theme-earth-dark,
  $theme-earth-darker,
  $theme-earth-body-bg,
  $theme-earth-body-bg-dark,
  $theme-earth-body-bg-light,
  $theme-earth-body-color,
  $theme-earth-body-color-dark,
  $theme-earth-body-color-light,
  $theme-earth-link-color,
  $theme-earth-link-hover-color,
  $theme-earth-input-btn-focus-color,
  $theme-earth-input-btn-focus-box-shadow,
  $theme-earth-input-bg,
  $theme-earth-input-color,
  $theme-earth-input-border-color,
  $theme-earth-input-focus-bg,
  $theme-earth-input-focus-color,
  $theme-earth-input-focus-border-color,
  $theme-earth-header-bg,
  $theme-earth-header-dark-bg,
  $theme-earth-sidebar-bg,
  $theme-earth-sidebar-dark-bg,
  $theme-earth-side-overlay-bg
);

@include color-theme-dark(
  $theme-earth-primary,
  $theme-earth-light,
  $theme-earth-lighter,
  $theme-earth-dark,
  $theme-earth-darker,
  $theme-earth-body-bg,
  $theme-earth-body-bg-dark,
  $theme-earth-body-bg-light,
  $theme-earth-body-color,
  $theme-earth-body-color-dark,
  $theme-earth-body-color-light,
  $theme-earth-link-color,
  $theme-earth-link-hover-color
);