/**
 * @license
 * Copyright Akveo. 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';

// default the base theme
$theme: (
  color-bg: #3d3780,
  color-bg-active: #494299,
  color-fg: #a1a1e5,
  color-fg-heading: #ffffff,
  color-fg-text: #d1d1ff,
  color-fg-highlight: #00f9a6,

  color-gray: rgba(81, 113, 165, 0.15),
  color-neutral: transparent,
  color-white: #ffffff,
  color-disabled: rgba(255, 255, 255, 0.4),
  color-primary: #7659ff,
  color-success: #00d977,
  color-info: #0088ff,
  color-warning: #e6b045,
  color-danger: #ff386a,

  separator: #342e73,
  shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6),

  layout-bg: #2c2961,

  scrollbar-fg: #554db3,
  scrollbar-bg: #332e73,

  radial-gradient: radial-gradient(circle at 50% 50%, #423f8c, #302c6e),
  linear-gradient: linear-gradient(to right, #171749, #413789),

  sidebar-fg: color-secondary,
  sidebar-bg: color-bg,

  header-fg: color-white,
  header-bg: color-bg,

  footer-fg: color-fg,
  footer-bg: color-bg,

  actions-fg: color-fg,
  actions-bg: color-bg,

  user-fg: color-bg,
  user-bg: color-fg,

  footer-height: header-height,

  sidebar-width: 16.25rem,
  sidebar-width-compact: 3.45rem,

  menu-fg: color-fg,
  menu-bg: color-bg,
  menu-active-fg: color-white,
  menu-group-fg: color-white,
  menu-submenu-bg: layout-bg,
  menu-submenu-fg: color-fg,

  card-separator: transparent,

  modal-separator: transparent,
);

// register the theme
$nga-themes: nga-register-theme($theme, cosmic, default);
