//
// Color Theme - Pulse
// --------------------------------------------------

// Include base files
@import 'base';

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

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