$dark-frame-background: #4a4a4a;
$dark-on-frame-foreground: #fff;
$dark-on-frame-contrast: #fff;
$dark-on-frame-shadow: #3a3a3a;
$dark-on-frame-select: #444444;
$dark-content-background: #303030;
$dark-primary: #ff3f50;
$dark-danger: #FFA726;

$dark-tooltip-background: #616161e6;
$dark-tooltip-foreground: #fff;

$dark-footer-background: #4a4a4a;
$dark-footer-foreground: #fff;
$dark-footer-link: #eeeeee;
$dark-footer-link-highlighted: #ff3f50;

$dark-theme: (
  topbar-foreground: $dark-on-frame-foreground,
  topbar-background: $dark-frame-background,
  topbar-border: $dark-content-background,
  topbar-primary: $dark-primary,
  login-info-foreground: $dark-on-frame-foreground,
  sidebar-background: $dark-frame-background,
  sidebar-foreground: $dark-on-frame-foreground,
  sidebar-select: $dark-on-frame-select,
  sidebar-highlight: $dark-content-background,
  sidebar-primary: $dark-primary,
  sidebar-border: $dark-content-background,
  sidebar-image-background: $dark-danger,
  sidebar-image-foreground: #FFF,
  ribbon-background: $dark-frame-background,
  ribbon-foreground: $dark-on-frame-foreground,
  content-background: $dark-content-background,
  footer-background: $dark-footer-background,
  footer-foreground: $dark-footer-foreground,
  footer-link: $dark-footer-link,
  footer-link-highlighted: $dark-footer-link-highlighted,
  shadow: $dark-on-frame-shadow,
  dropdown-background: $dark-frame-background,
  dropdown-select: $dark-on-frame-select,
  dropdown-foreground: $dark-on-frame-foreground,
  tooltip-background: $dark-tooltip-background,
  tooltip-foreground: $dark-tooltip-foreground
);
