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

////////////////////////////////////////////////////////////////
// set variables
//
@use "../wijmo" with (
  $wj-bkg: #000,
  $wj-txt: #fff,
  $wj-link: #667cff,
  $wj-bdr-rad: 0,
  $wj-bdr-clr: rgba(110, 110, 110, 0.8),
  $wj-hdr-bkg: #a34661,
  $wj-hdr-txt: #fff,

  $wj-sel-bkg: #4261e3,
  $wj-tab-panel-color: #5f79e7,
  $wj-sel-txt: #fff,
  $wj-msel-bkg: #587694,
  $wj-msel-txt: #fff,
  $wj-cell-grp-bkg: #eea7c1,
  $wj-cell-grp-txt: #000,
  $wj-cell-frz: #2f8727,
  $wj-cell-frz-alt: #248746,
  $wj-cell-alt: #202020,
  $wj-cell-bdr-clr: rgba(255, 255, 255, 0.55),
  $wj-cell-maker-svg: #0069cc,

  $wj-btn-bkg: #8b0d39,
  $wj-btn-hvr: #e71562,
  $wj-btn-txt: #fff,
  $wj-btn-grp-bdr: none,
  $wj-cell-maker-btn-bkg: #8b0d39,

  $wj-tooltip: #f2e1e8,
  $wj-tooltip-txt: #000,
  $wj-sort-index-txt: #b0efec,
  $wj-highlight-cell-maker: #ffd60a,
  $wj-columnfiltereditor-outline: 1px solid #b3b3b3,
  $wj-search-highlight-txt: #000,
  $wj-group-focus: #000
);
////////////////////////////////////////////////////////////////
// apply variables
//
// Handled by @use '../wijmo' above
