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

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

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

  $wj-sel-bkg: #cccccc,
  $wj-sel-txt: #000,
  $wj-msel-bkg: #b3b3b3,
  $wj-msel-txt: #fff,
  $wj-cell-grp-bkg: #cccccc,
  $wj-cell-grp-txt: #000,
  $wj-cell-frz: #e4e4e4,
  $wj-cell-frz-alt: #d7d7d7,

  $wj-btn-bkg: #dddddd,
  $wj-btn-hvr: #c4c4c4,
  $wj-btn-txt: #000,

  $wj-tooltip: #eeeeee,
  $wj-tooltip-txt: #000,
  $wj-sort-index-txt: #cccccc
);

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