//
// Color Theme - Elegance
// --------------------------------------------------

// Include base files
@import 'base';

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

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