.os-theme-custom {
  /* Gesamtdicke von Scrollbar (Breite bei vertikal, Höhe bei horizontal) */
  --os-size: 2px;
  /* Hintergrund der Track-Leiste */
  --os-track-bg: transparent;
  /* Hintergrund beim Hover über die Track-Leiste */
  --os-track-bg-hover: transparent;
  /* Hintergrund des Draggable-Handles */
  --os-handle-bg: var(--accent_color);
  /* Hover-Zustand des Handles */
  --os-handle-bg-hover: var(--accent_color);
  /* Rundungen für Track und Handle */
  --os-track-border-radius: 2px;
  --os-handle-border-radius: 2px;
}