/*
 * 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-pane-floating--background: var(--theme-color-2);
  --theme-pane-floating--border-color: var(--theme-color-weak-bdr);
  --theme-pane-floating--box-shadow: var(--theme-shadow-2);
  --theme-pane-floating--color: var(--theme-color-std-text);
  --theme-pane-inline--background: var(--theme-color-1);
  --theme-pane-inline--border-color: var(--theme-color-soft-bdr);
  --theme-pane-inline--box-shadow: none;
  --theme-pane-inline--color: var(--theme-color-std-text);
}