/**
 * @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';

// define the base theme (empty for default)
$theme: (
  color-bg: white,
  color-fg: #2f3234,

  layout-bg: #f6f7fc,

  sidebar-fg: color-secondary,
  sidebar-bg: color-bg,

  header-fg: color-fg,
  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,

  layout-padding: 2.5rem,
  footer-height: header-height,

  sidebar-width: 16.25rem,
  sidebar-width-compact: 3.45rem,
  sidebar-padding: 0,

  menu-fg: color-fg,
  menu-bg: color-bg,

  tabs-separator: transparent,
);

// register the theme
$nga-themes: nga-register-theme($theme, light, default);
