/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

////////////////////////////////////////////////////////////////
// slate theme
//

////////////////////////////////////////////////////////////////
// set variables
//
@use "../wijmo" with (
  $wj-bkg: #f4f4f4,
  $wj-txt: #4b5860,
  $wj-bdr-rad: 4px,

  $wj-hdr-bkg: #4b5860,
  $wj-hdr-txt: #fff,

  $wj-sel-bkg: #f7941d,
  $wj-sel-txt: #fff,
  $wj-msel-bkg: #b87729,
  $wj-msel-txt: #fff,
  $wj-cell-grp-bkg: #aaa,
  $wj-cell-grp-txt: #444,
  $wj-cell-bdr: none,
  $wj-cell-alt: #e7e7e7,
  $wj-cell-frz: #e6eef2,
  $wj-cell-frz-alt: #d5e3e9,

  $wj-btn-bkg: #4b5860,
  $wj-btn-hvr: #61727d,
  $wj-btn-txt: #fff,

  $wj-tooltip: #e6eef2,
  $wj-tooltip-txt: #000,
  $wj-sort-index-txt: #f7941d
);

////////////////////////////////////////////////////////////////
// apply variables
//
// Handled by @use '../wijmo' above
