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

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

  $wj-hdr-bkg: #49525d,
  $wj-hdr-txt: #fff,

  $wj-sel-bkg: #70b3af,
  $wj-sel-txt: #fff,
  $wj-msel-bkg: #8cc2c0,
  $wj-msel-txt: #fff,
  $wj-cell-grp-bkg: #e9ebed,
  $wj-cell-grp-txt: #3c434b,
  $wj-cell-frz: #ebebeb,
  $wj-cell-frz-alt: #dedede,
  $wj-cell-frz-bdr-clr: #444,

  $wj-btn-bkg: #f48027,
  $wj-btn-hvr: #db7323,
  $wj-btn-txt: #fff,

  $wj-tooltip: #a9a9a9,
  $wj-tooltip-txt: #fff,
  $wj-sort-index-txt: #70b3af
);

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