/**
 * @license
 * Copyright Endlessjs. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import '../core/functions';
@import '../core/mixins';
@import 'default';

$theme: (
  background-basic-color-1: color-basic-800,
  background-basic-color-2: color-basic-900,
  background-basic-color-3: color-basic-1000,
  background-basic-color-4: color-basic-1100,

  border-basic-color-1: color-basic-800,
  border-basic-color-2: color-basic-900,
  border-basic-color-3: color-basic-1000,
  border-basic-color-4: color-basic-1100,
  border-basic-color-5: color-basic-1100,

  background-alternative-color-1: color-basic-100,
  background-alternative-color-2: color-basic-200,
  background-alternative-color-3: color-basic-300,
  background-alternative-color-4: color-basic-400,

  border-alternative-color-1: color-basic-100,
  border-alternative-color-2: color-basic-200,
  border-alternative-color-3: color-basic-300,
  border-alternative-color-4: color-basic-400,
  border-alternative-color-5: color-basic-500,

  text-basic-color: color-basic-100,
  text-alternate-color: color-basic-900,
  text-control-color: color-basic-100,
  text-disabled-color: color-basic-transparent-600,
  text-hint-color: color-basic-600,

  shadow: 0 0.5rem 1rem 0 #1a1f33,
  outline-color: color-basic-700,
);

// register the theme
$el-themes: el-register-theme($theme, dark, default);
