/*!
    *
    * 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
    *
    */

////////////////////////////////////////////////////////////////
// minimal theme
//

////////////////////////////////////////////////////////////////
// set variables
//
@use "../wijmo" with (
  $wj-bkg: #fff,
  $wj-txt: #666666,
  $wj-bdr-rad: 0,

  $wj-hdr-bkg: #dddddd,
  $wj-hdr-txt: #666666,

  $wj-sel-bkg: #a2bdeb,
  $wj-sel-txt: #fff,
  $wj-msel-bkg: #a0b0ca,
  $wj-msel-txt: #fff,
  $wj-cell-grp-bkg: #e8e8e8,
  $wj-cell-grp-txt: #999999,
  $wj-cell-alt: #f2f2f2,
  $wj-cell-frz: #e4ecf2,
  $wj-cell-frz-alt: #d3e0ea,
  $wj-cell-bdr: none,

  $wj-btn-bkg: #a2bdeb,
  $wj-btn-hvr: #7da2e2,
  $wj-btn-txt: #fff,

  $wj-tooltip: #fafafa,
  $wj-tooltip-txt: #888888,
  $wj-sort-index-txt: #a2bdeb
);

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