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

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

  $wj-hdr-bkg: #2c2c2c,
  $wj-hdr-txt: #fff,

  $wj-sel-bkg: #00a379,
  $wj-sel-txt: #fff,
  $wj-msel-bkg: #00c190,
  $wj-msel-txt: #fff,
  $wj-cell-grp-bkg: #222222,
  $wj-cell-grp-txt: #dadada,
  $wj-cell-frz: #347199,
  $wj-cell-frz-txt: #fff,
  $wj-cell-bdr: none,

  $wj-btn-bkg: #3498db,
  $wj-btn-hvr: #217dbb,
  $wj-btn-txt: #fff,
  $wj-btn-grp-bdr: none,

  $wj-tooltip: #3498db,
  $wj-tooltip-txt: #fff,
  $wj-sort-index-txt: #00a379
);

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