/*
 * SPDX-FileCopyrightText: 2025 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

/*
 * NOTE: This file is automatically generated.
 * Do NOT edit this file directly — changes will be overwritten.
 * To make permanent changes ask for assistant inside the pull request
 */
@mixin setVars {
  --theme-group--border-radius: var(--theme-default-border-radius);
  --theme-group--border-radius--focus: var(--theme-min-border-radius);
  --theme-group-header--color: var(--theme-color-std-text);
  --theme-group-item--background: var(--theme-color-component-1);
  --theme-group-item--background--active: var(--theme-color-component-1--active);
  --theme-group-item--background--disabled: var(--theme-color-component-1);
  --theme-group-item--background--hover: var(--theme-color-component-1--hover);
  --theme-group-item--background--selected: var(--theme-color-ghost--selected);
  --theme-group-item--border-color: var(--theme-color-0);
  --theme-group-item--border-color--active: var(--theme-color-0);
  --theme-group-item--border-color--disabled: var(--theme-color-0);
  --theme-group-item--border-color--hover: var(--theme-color-0);
  --theme-group-item--border-color--selected: var(--theme-color-0);
  --theme-group-item-icon--color: var(--theme-color-std-text);
  --theme-group-item-icon--color--disabled: var(--theme-color-weak-text);
  --theme-group-item-indicator--background: var(--theme-color-0);
  --theme-group-item-indicator--background--selected: var(--theme-color-dynamic);
  --theme-group-item-indicator--background--subselected: var(--theme-color-dynamic);
  --theme-group-item-subtext--color: var(--theme-color-soft-text);
  --theme-group-item-subtext--color--disabled: var(--theme-color-weak-text);
  --theme-group-item-text--color: var(--theme-color-std-text);
  --theme-group-item-text--color--disabled: var(--theme-color-weak-text);
  --theme-group-node-closed--color: var(--theme-color-std-text);
  --theme-group-node-open--color: var(--theme-color-std-text);
  --theme-group-subheader--color: var(--theme-color-std-text);
}