# Erstellt mit HATG v1.0.0
# Theme: Awesome-Leather – Grundfarbe #0A5CFF, Akzent #FF8200, Karten-Radius 10px
# Generiert am 2026-08-02

Awesome-Leather:
  # card-mod (theme-global; muss auf Theme-Ebene stehen, nicht unter modes.light/dark)
  card-mod-theme: "Awesome-Leather"
  card-mod-card: |
    /* HATG:CARDMOD:eigene-3d-hintergrund-mit-abgesetzten-rand:START */
    {% if not is_state('input_boolean.theme_card_mod_switch', 'off') %}
        /* --- BLOCK 1: Standard-Karten mit 5 Ausnahmen--- */
        :host(:not(hui-heading-card):not(hui-markdown-card):not(advanced-camera-card):not(mushroom-chips-card):not(mushroom-title-card)) ha-card {
          background: var(--custom-card-gradient) !important;
          box-shadow: var(--custom-card-shadows) !important;
          border: var(--custom-card-border) !important;
        }

        /* --- BLOCK 2: Universeller Bubble-Card-Hintergrund --- */
        /* Schließt Popups von den transparenten Variablen aus */
        :host([class*="bubble-"]:not([class*="pop-up"])) {
          --bubble-main-background-color: transparent !important;
          --bubble-button-background-color: transparent !important;
          --bubble-climate-background-color: transparent !important;
        }
        :host([class*="bubble-"]:not([class*="pop-up"])) ha-card,
        :host([class*="bubble-"]) .bubble-container,
        :host([class*="bubble-"]) .bubble-climate-container,
        :host([class*="bubble-"]) .bubble-climate-card,
        :host([class*="bubble-"]) .bubble-button-card-container,
        :host([class*="bubble-"]) .bubble-card-background {
          background: var(--custom-card-gradient) !important;
          box-shadow: var(--custom-card-shadows) !important;
          border: var(--custom-card-border) !important;
        }

        /* --- BLOCK 3: Separator & Empty Column HART überschreiben und reinigen --- */
        :host([class*="bubble-"]):has(.bubble-separator) ha-card,
        :host([class*="bubble-"]):has(.bubble-empty-column) ha-card,
        :host([class*="bubble-"]) .bubble-separator,
        :host([class*="bubble-"]) .bubble-empty-column,
        .bubble-separator,
        .bubble-empty-column {
          background: transparent !important;
          background-color: transparent !important;
          border: none !important;
          box-shadow: none !important;
        }

        /* --- BLOCK 4: Textfarbe für Heading-Karten --- */
        :host(.type-heading),
        :host([data-type="heading"]),
        ha-card.type-heading {
          --heading-card-title-color: var(--heading-text-color) !important;
          --heading-card-subtitle-color: var(--heading-text-color) !important;
          --primary-text-color: var(--heading-text-color) !important;
          color: var(--heading-text-color) !important;
        }

        ha-card.type-heading .title,
        ha-card.type-heading .subtitle {
          color: var(--heading-text-color) !important;
        }
        {% endif %}
    /* HATG:CARDMOD:eigene-3d-hintergrund-mit-abgesetzten-rand:END */
  modes:
    light:
      # Grundfarben & Text / Grundfarben
      accent-color: "#FF8200"
      primary-color: "#0A5CFF"
      dark-primary-color: "#0A5CFF"
      light-primary-color: "#BAD1FF"
      disabled-color: "#464646"
      error-color: "#DD453A"
      warning-color: "#FDF60A"
      success-color: "#30D158"
      info-color: "#DD6C0A"
      red-color: "#DD453A"
      green-color: "#208148"
      blue-color: "#0A84FF"
      orange-color: "#FF8200"
      yellow-color: "#FDF60A"
      purple-color: "#BF5AF2"
      pink-color: "#DD375F"
      cyan-color: "#32CDE6"
      grey-color: "#C7C7CC"
      deep-purple-color: "#6E41AB"
      indigo-color: "#3F51A5"
      light-blue-color: "#03A9F4"
      teal-color: "#009688"
      light-green-color: "#8BA34A"
      lime-color: "#BDCC39"
      amber-color: "#DDC107"
      deep-orange-color: "#DD6F22"
      brown-color: "#795548"
      light-grey-color: "#DDDDDD"
      dark-grey-color: "#606060"
      blue-grey-color: "#306D7B"
      black-color: "#000000"
      white-color: "#FFFFFF"
      printer-cyan-color: "#33C3EE"
      printer-magenta-color: "#EE3EA8"
      printer-yellow-color: "#FDF60A"

      # Grundfarben & Text / Text
      primary-text-color: "#16202B"
      secondary-text-color: "#43474A"
      text-primary-color: "#FFFFFF"
      disabled-text-color: "#8E8E93"

      # HA-Grundgerüst / Card
      card-background-color: "#C3D3E8"
      ha-card-background: "#D0E0F6"
      ha-card-background-color: "#D0E0F6"
      wa-color-surface-raised: "#D0E0F6"
      ha-card-border-color: "rgba(0, 0, 0, 0.55)"
      ha-card-border-radius: "10px"
      ha-card-border-width: "1px"
      ha-card-box-shadow: "no"
      table-row-background-color: "#D0E0F6"
      table-row-alternative-background-color: "#D0E0F6"

      # HA-Grundgerüst / Hintergründe
      primary-background-color: "#D0E0F5"
      background-color: "#D9E9FF"
      lovelace-background: 'linear-gradient(rgba(208, 224, 245, 0.80), rgba(208, 224, 245, 0.80)), url("/local/wallpaper/leather-light.jpg") center / cover no-repeat'
      secondary-background-color: "#E7ECF3"
      glass-effect-style: "off"
      background-style: "bild"

      # HA-Grundgerüst / Theme
      mdc-theme-background: "#D0E0F6"
      mdc-theme-surface: "#DFDFFF"
      mdc-theme-on-surface: "#16202B"

      # HA-Grundgerüst / Header
      app-header-background-color: "rgba(179, 195, 216, 0)"
      app-header-text-color: "#16202B"
      app-header-backdrop-filter: "no"
      app-header-edit-background-color: "rgba(30, 33, 54, 0)"
      app-header-edit-text-color: "rgba(234, 235, 238, 0.98)"
      app-theme-color: "rgb(0, 0, 0)"
      app-toolbar-background-color: "#CCDCEF"
      toolbar-background-color: "#CCDCEF"
      app-toolbar-text-color: "#1C1C1E"
      toolbar-text-color: "#1C1C1E"

      # HA-Grundgerüst / App Drawer
      app-drawer-background-color: "#DCDCEF"
      app-drawer-text-color: "#3C3C43"
      app-drawer-icon-color: "#007AFF"

      # HA-Grundgerüst / Sidebar
      sidebar-background-color: "rgba(179, 195, 216, 0)"
      sidebar-selected-background-color: "#E5F1FF"
      sidebar-text-color: "#16202B"
      sidebar-icon-color: "rgba(22, 32, 43, 0.6)"
      sidebar-selected-text-color: "#1C1C1E"
      sidebar-selected-icon-color: "#007AFF"

      # HA-Grundgerüst / Status, Icons & Entitäten
      state-icon-color: "#007AFF"
      state-icon-active-color: "#2F6FE0"
      state-icon-unavailable-color: "#E7ECF3"
      state-active-color: "#007AFF"
      state-inactive-color: "#626262"
      state-unavailable-color: "#6F6F6F"
      state-on-color: "#34C759"
      state-off-color: "#626262"
      state-light-color: "#007AFF"
      state-light-active-color: "#007AFF"
      state-light-on-color: "#ff9300"
      state-switch-color: "#007AFF"
      state-switch-active-color: "#2F6FE0"
      state-switch-on-color: "#2F6FE0"
      state-climate-cool-color: "#007AFF"
      state-climate-heat-color: "#ff2600"
      state-climate-auto-color: "#007AFF"
      state-climate-dry-color: "#007AFF"
      state-climate-fan_only-color: "#5AC8FA"
      state-climate-heat_cool-color: "#FFC107"
      state-cover-color: "#007ABF"
      state-cover-active-color: "#007ABF"
      state-cover-open-color: "#929000"
      state-cover-closed-color: "#Bf2600"
      state-fan-color: "#007AFF"
      state-fan-active-color: "#007AFF"
      state-media_player-color: "#007AFF"
      state-media_player-active-color: "#007AFF"
      state-vacuum-color: "#007AFF"
      state-vacuum-active-color: "#007AFF"
      state-vacuum-error-color: "#FF3B30"
      state-lock-locked-color: "#007AFF"
      state-lock-locking-color: "#ff2600"
      state-lock-unlocked-color: "#007AFF"
      state-lock-unlocking-color: "#929000"
      state-lock-jammed-color: "#FF3B30"
      state-lock-open-color: "#FF3B30"
      state-lock-opening-color: "#007AFF"
      state-alarm_control_panel-triggered-color: "#ff2600"
      state-alarm-triggered-color: "#ff2600"
      state-alarm_control_panel-armed_home-color: "#ffd478"
      state-alarm_control_panel-armed_away-color: "#ffd478"
      state-alarm-armed-color: "#ffd478"
      state-alarm_control_panel-disarmed-color: "#ff9300"
      state-alarm-disarmed-color: "#ff9300"
      state-alarm_control_panel-armed_custom_bypass-color: "#34C759"
      state-alarm_control_panel-armed_night-color: "#34C759"
      state-alarm_control_panel-armed_vacation-color: "#34C759"
      state-alarm_control_panel-arming-color: "#007AFF"
      state-alarm_control_panel-disarming-color: "#007AFF"
      state-alarm_control_panel-pending-color: "#007AFF"
      state-alert-off-color: "#007AFF"
      state-alert-on-color: "#FF3B30"
      state-binary_sensor-active-color: "#FFC107"
      state-binary_sensor-battery-on-color: "#FF3B30"
      state-binary_sensor-carbon_monoxide-on-color: "#FF3B30"
      state-binary_sensor-gas-on-color: "#FF3B30"
      state-binary_sensor-heat-on-color: "#FF3B30"
      state-binary_sensor-lock-on-color: "#FF3B30"
      state-binary_sensor-moisture-on-color: "#FF3B30"
      state-binary_sensor-problem-on-color: "#FF3B30"
      state-binary_sensor-safety-on-color: "#FF3B30"
      state-binary_sensor-smoke-on-color: "#FF3B30"
      state-binary_sensor-sound-on-color: "#FF3B30"
      state-binary_sensor-tamper-on-color: "#FF3B30"
      state-device_tracker-active-color: "#007AFF"
      state-device_tracker-home-color: "#34C759"
      state-humidifier-on-color: "#007AFF"
      state-lawn_mower-active-color: "#009688"
      state-lawn_mower-error-color: "#FF3B30"
      state-person-active-color: "#007AFF"
      state-person-home-color: "#34C759"
      state-plant-active-color: "#FF3B30"
      state-siren-active-color: "#FF3B30"
      state-sun-above_horizon-color: "#FFC107"
      state-sun-below_horizon-color: "#3F51B5"
      state-update-active-color: "#007AFF"
      state-valve-active-color: "#007AFF"
      state-water_heater-eco-color: "#34C759"
      state-water_heater-electric-color: "#007AFF"
      state-water_heater-gas-color: "#007AFF"
      state-water_heater-heat_pump-color: "#007AFF"
      state-water_heater-high_demand-color: "#FF6F22"
      state-water_heater-performance-color: "#FF6F22"
      state-weather-clear_night-color: "#6E41AB"
      state-weather-cloudy-color: "#BDBDBD"
      state-weather-exceptional-color: "#FF3B30"
      state-weather-fog-color: "#3C3C43"
      state-weather-hail-color: "#5AC8FA"
      state-weather-lightning_rainy-color: "#CDDC39"
      state-weather-lightning-color: "#FFCC00"
      state-weather-partlycloudy-color: "#607D8B"
      state-weather-pouring-color: "#3F51B5"
      state-weather-rainy-color: "#007AFF"
      state-weather-snowy_rainy-color: "#03A9F4"
      state-weather-snowy-color: "#C0E0FF"
      state-weather-sunny-color: "#FFC107"
      state-weather-windy_variant-color: "#34C759"
      state-weather-windy-color: "#34C759"
      state-battery-low-color: "#ff2600"
      state-sensor-battery-high-color: "#34A759"
      state-sensor-battery-medium-color: "#006ADF"
      state-sensor-battery-low-color: "#DF3B30"
      label-badge-background-color: "#E5F1FF"
      label-badge-text-color: "rgba(23, 23, 23, 0.9)"
      label-badge-red: "#FF3B30"
      label-badge-blue: "#007AFF"
      label-badge-green: "#34C759"
      label-badge-yellow: "#FFCC00"
      state-battery-alert-color: "#ff2600"

      # HA-Grundgerüst / Schalter, Toggle & Slider
      ha-control-switch-color: "#007AFF"
      ha-control-switch-checked-color: "#2F6FE0"
      ha-control-switch-unchecked-color: "#D1D1D6"
      ha-switch-background-color: "#D1D1D6"
      ha-switch-background-color-hover: "#D1D1D6"
      ha-switch-border-color: "rgba(0,0,0,0)"
      ha-switch-thumb-background-color: "#E5F1FF"
      ha-switch-thumb-background-color-hover: "#E5F1FF"
      ha-switch-thumb-border-color: "rgba(0,0,0,0)"
      ha-switch-thumb-border-color-hover: "rgba(0,0,0,0)"
      ha-switch-checked-background-color: "#D5E7F6"
      ha-switch-checked-background-color-hover: "#C5D7F6"
      ha-switch-checked-border-color: "rgba(0,0,0,0)"
      ha-switch-checked-thumb-background-color: "#2F6FE0"
      ha-switch-checked-thumb-background-color-hover: "#2F6FE0"
      ha-switch-checked-thumb-border-color: "rgba(0,0,0,0)"
      ha-switch-checked-thumb-border-color-hover: "rgba(0,0,0,0)"
      control-slider-color: "#007AFF"
      slider-color: "#2F6FE0"
      slider-secondary-color: "#E5F1FF"
      slider-track-color: "#D1D1D6"

      # HA-Grundgerüst / Buttons & Chips
      control-button-background-color: "#E7ECF3"
      control-button-icon-color: "#2F6FE0"
      control-button-border-radius: "10px"

      # HA-Grundgerüst / Eingaben & Auswahlfelder
      input-background-color: "#E7ECF3"
      input-fill-color: "#E7ECF3"
      input-disabled-fill-color: "rgba(249, 249, 251, 0.55)"
      input-disabled-ink-color: "rgba(0, 0, 0, 0.37)"
      input-disabled-label-ink-color: "#8E8E93"
      input-disabled-line-color: "rgba(0, 0, 0, 0.06)"
      input-dropdown-icon-color: "rgba(0, 0, 0, 0.54)"
      input-hover-line-color: "rgba(0, 0, 0, 0.87)"
      input-idle-line-color: "rgba(0, 0, 0, 0.42)"
      input-ink-color: "rgba(0, 0, 0, 0.87)"
      input-label-ink-color: "rgba(0, 0, 0, 0.6)"
      input-outlined-disabled-border-color: "rgba(0, 0, 0, 0.1)"
      mdc-select-idle-line-color: "#C6C6C8"
      mdc-select-dropdown-icon-color: "#3C3C43"
      mdc-select-hover-line-color: "#C6C6C8"
      mdc-text-field-idle-line-color: "#C6C6C8"
      mdc-text-field-hover-line-color: "#C6C6C8"
      ha-color-form-background: "#E5F1FF"
      ha-color-form-background-hover: "#F9F9FB"
      ha-color-form-background-disabled: "rgba(249, 249, 251, 0.55)"

      # HA-Grundgerüst / Material, Paper & MDC
      mdc-theme-primary: "#2F6FE0"
      mdc-theme-secondary: "#2F6FE0"
      mdc-theme-on-primary: "#FFFFFF"
      md-sys-color-primary: "#2F6FE0"
      md-sys-color-on-primary: "#007AFF"
      md-sys-color-primary-container: "#E5F1FF"
      md-sys-color-on-primary-container: "#D0E0F6"
      md-sys-color-on-surface: "#D0E0F6"
      ha-on-surface-color: "#D0E0F6"
      md-radio-selected-icon-color: "#007AFF"
      mdc-radio-unchecked-color: "#3C3C43"

      # HA-Grundgerüst / HA 2026 / Web Awesome
      ha-color-fill-primary-normal-resting: "rgba(47, 111, 224, 0.15)"
      ha-color-fill-primary-normal-hover: "rgba(47, 111, 224, 0.25)"
      ha-color-fill-primary-quiet-resting: "rgba(47, 111, 224, 0.08)"
      ha-color-fill-primary-quiet-hover: "rgba(47, 111, 224, 0.15)"
      ha-color-fill-disabled-normal-resting: "rgba(142, 142, 147, 0.12)"
      ha-color-on-disabled-normal: "rgba(60, 60, 67, 0.55)"
      ha-color-fill-disabled-loud-resting: "rgba(142, 142, 147, 0.22)"
      ha-color-on-disabled-loud: "rgba(60, 60, 67, 0.65)"
      ha-color-on-disabled-quiet: "rgba(60, 60, 67, 0.50)"
      ha-color-fill-neutral-quiet-resting: "#D0E0F6"
      ha-color-fill-neutral-quiet-hover: "#F9F9FB"
      ha-color-fill-neutral-quiet-active: "#E5F1FF"
      ha-color-fill-neutral-normal-resting: "#F9F9FB"
      ha-color-fill-neutral-normal-hover: "#FFFFFF"
      ha-color-fill-neutral-normal-active: "#E5F1FF"
      ha-color-fill-danger-normal-resting: "rgba(255, 59, 48, 0.15)"
      ha-color-fill-danger-normal-hover: "rgba(255, 59, 48, 0.22)"
      ha-color-fill-danger-normal-active: "rgba(255, 59, 48, 0.28)"
      ha-color-on-danger-normal: "#FF3B30"
      ha-color-fill-warning-normal-resting: "rgba(255, 204, 0, 0.15)"
      ha-color-fill-warning-normal-hover: "rgba(255, 204, 0, 0.22)"
      ha-color-fill-warning-normal-active: "rgba(255, 204, 0, 0.28)"
      ha-color-on-warning-normal: "#8A5A00"
      ha-tooltip-background-color: "#F9F9FB"
      ha-tooltip-text-color: "#1C1C1E"

      # HA-Grundgerüst / Abstände, Rundungen, Schatten & Rahmen
      border-color: "rgba(0, 0, 0, 0.2)"
      border-radius: "10px"
      box-shadow: "no"
      divider-color: "rgba(0, 0, 0, 0.12)"
      outline-color: "rgba(0, 0, 0, 0.12)"
      outline-variant-color: "#C6C6C8"
      outline-hover-color: "rgba(0, 0, 0, 0.24)"
      ha-line-height-condensed: "1.25"
      ha-line-height-expanded: "1.35"
      ha-line-height-normal: "1.5"

      # HA-Grundgerüst / Schrift & Typografie
      primary-font-family: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-body: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-heading: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-longform: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-code: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      mdc-typography-font-family: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-size-scale: "1"
      ha-font-size-2xs: "8px"
      ha-font-size-xs: "8px"
      ha-font-size-s: "12px"
      ha-font-size-m: "14px"
      ha-font-size-l: "16px"
      ha-font-size-xl: "18px"
      ha-font-size-2xl: "20px"
      ha-font-size-3xl: "22px"
      ha-font-size-4xl: "24px"
      ha-font-weight-light: "300"
      ha-font-weight-normal: "400"
      ha-font-weight-body: "400"
      ha-font-weight-medium: "500"
      ha-font-weight-heading: "500"
      ha-font-weight-action: "500"
      ha-font-weight-bold: "700"

      # HA-Grundgerüst / RGB-Hilfswerte
      rgb-primary-color: "47, 111, 224"
      rgb-accent-color: "47, 111, 224"
      rgb-primary-text-color: "22, 32, 43"
      rgb-secondary-text-color: "85, 103, 122"
      rgb-card-background-color: "152, 185, 251"
      rgb-primary-background-color: "152, 185, 251"
      rgb-blue-color: "0, 122, 255"
      rgb-orange-color: "255, 149, 0"
      rgb-state-switch-color: "0, 122, 255"
      rgb-state-light-color: "0, 122, 255"
      rgb-state-cover-color: "0, 122, 255"
      rgb-state-fan-color: "0, 122, 255"
      rgb-state-media_player-color: "0, 122, 255"

      # HA-Grundgerüst / Graphen & Energie
      graph-color-1: "#ff9300"
      graph-color-2: "#007AFF"
      graph-color-3: "#34C759"
      graph-color-4: "#AF52DE"
      graph-color-5: "#FF3B30"
      graph-color-6: "#5AC8FA"
      graph-color-7: "#00C7BE"
      graph-color-8: "#FF2D55"
      graph-color-9: "#FF6B22"
      graph-color-10: "#5856D6"
      graph-color-11: "#A3D977"
      graph-color-12: "#FFCC00"
      graph-color-13: "#AF52DE"
      graph-color-14: "#8E6E53"
      color-1: "#ff9300"
      color-2: "#007AFF"
      color-3: "#34C759"
      color-4: "#AF52DE"
      color-5: "#FF3B30"
      color-6: "#5AC8FA"
      color-7: "#00C7BE"
      color-8: "#FF2D55"
      color-9: "#FF6B22"
      color-10: "#5856D6"
      color-11: "#A3D977"
      color-12: "#FFCC00"
      color-13: "#AF52DE"
      color-14: "#8E6E53"
      energy-grid-consumption-color: "#007AFF"
      energy-grid-return-color: "#AF52DE"
      energy-solar-color: "#ff9300"
      energy-non-fossil-color: "#34C759"
      energy-battery-out-color: "#00C7BE"
      energy-battery-in-color: "#AF52DE"
      energy-gas-color: "#FF3B30"
      energy-water-color: "#5AC8FA"

      # Bubble Card / Karten & Hintergründe
      bubble-card-background-color: "#D0E0F6"
      bubble-main-buttons-background-color: "#D0E0F6"
      bubble-secondary-background-color: "#E7ECF3"
      bubble-icon-background-color: "#B4C1D3"
      bubble-icon-color: "#FF8200"
      bubble-name-color: "#16202B"
      bubble-state-color: "#43474A"
      bubble-accent-color: "#FF8200"
      bubble-active-color: "#FF8200"
      bubble-toggle-color: "#FF8200"
      bubble-line-background-color: "rgba(0, 0, 0, 0.12)"
      bubble-border: "1px solid #7D7D7D"
      bubble-border-color: "rgba(0, 0, 0, 0.55)"
      bubble-border-radius: "10px"
      bubble-box-shadow: "no"
      bubble-card-border-radius: "10px"
      bubble-icon-border-radius: "14px"

      # Bubble Card / Select (Auswahlkarte)
      bubble-select-main-background-color: "#D0E0F6"
      bubble-select-background-color: "#D0E0F6"
      bubble-select-border-radius: "10px"
      bubble-select-list-background-color: "#E5F1FF"
      bubble-select-list-border-radius: "18px"
      bubble-select-list-width: "220px"
      bubble-select-list-item-accent-color: "#007AFF"
      bubble-select-arrow-background-color: "#F9F9FB"
      bubble-select-button-border-radius: "18px"
      bubble-select-icon-background-color: "#E7ECF3"
      bubble-select-icon-border-radius: "14px"
      bubble-select-box-shadow: "no"

      # Bubble Card / Buttons
      bubble-button-background-color: "#D0E0F6"
      bubble-button-active-background-color: "#FF8200"
      bubble-button-icon-color: "#FF8200"
      bubble-button-active-icon-color: "#E7ECF3"
      bubble-button-text-color: "#1C1C1E"
      bubble-button-active-text-color: "#FFFFFF"
      bubble-button-border-radius: "10px"
      bubble-button-card-background-color: "#D0E0F6"
      bubble-button-main-background-color: "#D0E0F6"
      bubble-button-active-color: "#FF8200"
      bubble-button-icon-border-radius: "14px"
      bubble-button-icon-background-color: "#B4C1D3"
      bubble-light-white-color: "#FFFFFF"
      bubble-light-color: "#FFC107"
      bubble-button-box-shadow: "no"

      # Bubble Card / Sub-Buttons
      bubble-sub-button-background-color: "#D0E0F6"
      bubble-sub-button-active-background-color: "#007AFF"
      bubble-sub-button-icon-color: "#FF8200"
      bubble-sub-button-active-icon-color: "#FFFFFF"
      bubble-sub-button-text-color: "#3C3C43"
      bubble-sub-button-active-text-color: "#FFFFFF"
      bubble-sub-button-border-radius: "14px"
      bubble-sub-button-box-shadow: "no"
      bubble-sub-buttons-main-background-color: "#D0E0F6"
      bubble-sub-slider-border-radius: "18px"
      bubble-sub-slider-background-color: "#F9F9FB"
      bubble-sub-slider-height: "48px"
      bubble-sub-button-dark-text-color: "#1C1C1E"
      bubble-footer-width: "320px"
      bubble-footer-bottom: "16px"
      bubble-footer-box-shadow: "no"

      # Bubble Card / Separator
      bubble-separator-background-color: "#D0E0F6"
      bubble-separator-icon-background-color: "#F9F9FB"
      bubble-separator-icon-color: "#FF8200"
      bubble-separator-line-color: "rgba(0, 0, 0, 0.12)"
      bubble-separator-name-color: "#1C1C1E"
      bubble-separator-text-color: "#1C1C1E"
      bubble-separator-border-radius: "10px"

      # Bubble Card / Popup & Dialog
      bubble-pop-up-background-color: "#B3C3D8"
      bubble-pop-up-backdrop-filter: "blur(18px)"
      bubble-pop-up-border-radius: "18px"
      bubble-pop-up-box-shadow: "no"
      dialog-box-shadow: "no"
      more-info-header-background: "#B3C3D8"
      more-info-header-color: "#1C1C1E"
      popup-border-radius: "12px"
      ha-dialog-scrim-backdrop-filter: "blur(10px)"
      ha-dialog-surface-background: "rgba(208, 224, 246, 1)"
      mdc-dialog-scrim-color: "rgba(0, 0, 0, 0.35)"
      bubble-pop-up-main-background-color: "#B3C3D8"
      bubble-backdrop-background-color: "rgba(0, 0, 0, 0.32)"

      # Bubble Card / Horizontal Buttons Stack
      bubble-horizontal-buttons-stack-background-color: "#B3C3D8"
      bubble-horizontal-buttons-stack-button-background-color: "#F9F9FB"
      bubble-horizontal-buttons-stack-button-icon-color: "#3C3C43"
      bubble-horizontal-buttons-stack-button-text-color: "#1C1C1E"
      bubble-horizontal-buttons-stack-border-radius: "10px"
      bubble-horizontal-buttons-stack-box-shadow: "no"

      # Bubble Card / Climate
      bubble-climate-background-color: "#D0E0F6"
      bubble-climate-main-background-color: "#B4C1D3"
      bubble-climate-button-background-color: "#B4C1D3"
      bubble-climate-button-icon-color: "#5C5C63"
      bubble-climate-border-radius: "10px"
      bubble-climate-box-shadow: "no"
      bubble-climate-icon-border-radius: "10px"
      bubble-state-climate-fan-only-color: "#32ADE6"
      bubble-state-climate-dry-color: "#FF9500"
      bubble-state-climate-cool-color: "#007AFF"
      bubble-state-climate-heat-color: "#FF3B30"
      bubble-state-climate-auto-color: "#34C759"
      bubble-state-climate-heat-cool-color: "#AF52DE"
      bubble-climate-accent-color: "#007AFF"

      # Bubble Card / Cover
      bubble-cover-background-color: "#D0E0F6"
      bubble-cover-main-background-color: "#D0E0F6"
      bubble-cover-button-background-color: "#B4C1D3"
      bubble-cover-button-icon-color: "#3C3C43"
      bubble-cover-border-radius: "10px"
      bubble-cover-box-shadow: "no"
      bubble-cover-icon-border-radius: "14px"
      bubble-cover-icon-background-color: "#B4C1D3"

      # Bubble Card / Media Player
      bubble-media-player-background-color: "#D0E0F6"
      bubble-media-player-main-background-color: "#D0E0F6"
      bubble-media-player-button-background-color: "#F9F9FB"
      bubble-media-player-button-icon-color: "#3C3C43"
      bubble-media-player-border-radius: "10px"
      bubble-media-player-box-shadow: "no"
      bubble-media-player-buttons-border-radius: "14px"
      bubble-media-player-slider-background-color: "#F2F2F7"
      bubble-media-player-icon-border-radius: "14px"
      bubble-media-player-icon-background-color: "#B4C1D3"

      # Bubble Card / Calendar
      bubble-calendar-main-background-color: "#D0E0F6"
      bubble-calendar-height: "56px"
      bubble-calendar-mask-size: "16px"
      bubble-calendar-border-radius: "10px"
      bubble-event-background-color: "#F9F9FB"
      bubble-event-background-image: "none"

      # Mushroom / Karten & Hintergründe
      mush-card-background: "#D0E0F6"
      mush-control-background-color: "#E7ECF3"
      mush-card-primary-color: "#16202B"
      mush-card-secondary-color: "#43474A"
      mush-title-color: "#16202B"
      mush-subtitle-color: "#43474A"

      # Mushroom / Icons
      mush-icon-background-color: "#F9F9FB"
      mush-icon-color: "#3C3C43"
      mush-icon-active-color: "#FF8200"

      # Mushroom / Toggle
      mush-toggle-color: "#FF8200"
      mush-toggle-background-color: "#D1D1D6"

      # Mushroom / Slider
      mush-slider-color: "#FF8200"
      mush-slider-track-color: "#D1D1D6"
      mush-slider-background-color: "#F9F9FB"

      # Mushroom / Chips
      mush-chip-background: "#D0E0F6"
      mush-chip-active-background: "#F9F9FB"
      mush-chip-color: "#1C1C1E"
      mush-chip-icon-color: "#FF8200"
      mush-chip-active-color: "#FF8200"
      mush-chip-active-icon-color: "#FF8200"
      mush-chip-border-color: "rgba(0, 0, 0, 0.55)"
      mush-chip-border-radius: "16px"
      mush-chip-font-size: "12px"

      # Mushroom / RGB-Hilfswerte
      mush-rgb-primary-text-color: "22, 32, 43"
      mush-rgb-secondary-text-color: "67, 71, 74"
      mush-rgb-state-switch: "0, 122, 255"
      mush-rgb-state-light: "0, 122, 255"
      mush-rgb-state-cover: "0, 122, 255"
      mush-rgb-state-entity: "255, 130, 0"
      mush-rgb-state-fan: "0, 122, 255"
      mush-rgb-state-media-player: "0, 122, 255"
      mush-rgb-state-vacuum: "0, 122, 255"
      mush-rgb-success: "52, 199, 89"
      mush-rgb-warning: "255, 204, 0"
      mush-rgb-danger: "255, 59, 48"
      mush-rgb-disabled: "142, 142, 147"
      mush-rgb-info: "0, 122, 255"

      # Card-mod & Generator
      card-backdrop-blur: "none"

      # Eigene Theme-Einträge (Freitext, siehe "Alle Felder" / Typ "Sonstige")
      custom-card-gradient: "linear-gradient(180deg, rgba(218, 229, 255, 0.7) 0%, rgba(197, 209, 238, 0.7) 40%, rgba(185, 200, 215, 0.7) 100%)"
      custom-card-shadows: "inset 0 1px 1px rgba(255, 255, 255, 0.24), inset 1px 0px 0px rgba(255, 255, 255, 0.12), 0 0 0 1px #8da0b5, 0 0 0 2px #b0c2d9"
      custom-card-border: "1px solid #6b7a84"
      heading-text-color: "#221100"

    dark:
      # Grundfarben & Text / Grundfarben
      accent-color: "#FFB200"
      primary-color: "#0A5CFF"
      dark-primary-color: "#0A5CFF"
      light-primary-color: "#BAD1FF"
      disabled-color: "#464646"
      error-color: "#FF453A"
      warning-color: "#FFD60A"
      success-color: "#30D158"
      info-color: "#FF6C0A"
      red-color: "#FF453A"
      green-color: "#30D158"
      blue-color: "#0A84FF"
      orange-color: "#FF9F0A"
      yellow-color: "#FFD60A"
      purple-color: "#BF5AF2"
      pink-color: "#FF375F"
      cyan-color: "#32ADE6"
      grey-color: "#C7C7CC"
      deep-purple-color: "#6E41AB"
      indigo-color: "#3F51B5"
      light-blue-color: "#03A9F4"
      teal-color: "#009688"
      light-green-color: "#8BC34A"
      lime-color: "#CDDC39"
      amber-color: "#FFC107"
      deep-orange-color: "#FF6F22"
      brown-color: "#795548"
      light-grey-color: "#BDBDBD"
      dark-grey-color: "#606060"
      blue-grey-color: "#607D8B"
      black-color: "#000000"
      white-color: "#FFFFFF"
      printer-cyan-color: "#33C3FF"
      printer-magenta-color: "#FF3EA8"
      printer-yellow-color: "#FFE14D"

      # Grundfarben & Text / Text
      primary-text-color: "#E7EDF5"
      secondary-text-color: "#9DA9B7"
      text-primary-color: "#000000"
      disabled-text-color: "#636366"

      # HA-Grundgerüst / Card
      card-background-color: "#161C25"
      ha-card-background: "#161C25"
      ha-card-background-color: "#161C25"
      wa-color-surface-raised: "#10151C"
      ha-card-border-color: "rgba(225, 225, 225, 0.15)"
      ha-card-border-radius: "10px"
      ha-card-border-width: "1px"
      ha-card-box-shadow: "no"
      table-row-background-color: "#161C25"
      table-row-alternative-background-color: "#161C25"

      # HA-Grundgerüst / Hintergründe
      primary-background-color: "#10151C"
      background-color: "#10151C"
      lovelace-background: 'linear-gradient(rgba(16, 21, 28, 0.40), rgba(16, 21, 28, 0.40)), url("/local/wallpaper/leather-dark.jpg") center / cover no-repeat'
      secondary-background-color: "#10151C"
      glass-effect-style: "off"
      background-style: "bild"

      # HA-Grundgerüst / Theme
      mdc-theme-background: "#10151C"
      mdc-theme-surface: "#10151C"
      mdc-theme-on-surface: "#E7EDF5"

      # HA-Grundgerüst / Header
      app-header-background-color: "rgba(16, 21, 28, 0)"
      app-header-text-color: "#E7EDF5"
      app-header-backdrop-filter: "no"
      app-header-edit-background-color: "rgba(30, 33, 54, 0)"
      app-header-edit-text-color: "rgba(234, 235, 238, 0.98)"
      app-theme-color: "rgb(0, 0, 0)"
      app-toolbar-background-color: "#1C1C1E"
      toolbar-background-color: "#1C1C1E"
      app-toolbar-text-color: "#F2F2F7"
      toolbar-text-color: "#F2F2F7"

      # HA-Grundgerüst / App Drawer
      app-drawer-background-color: "#10151C"
      app-drawer-text-color: "#C7C7CC"
      app-drawer-icon-color: "#ff9300"

      # HA-Grundgerüst / Sidebar
      sidebar-background-color: "rgba(16, 21, 28, 0)"
      sidebar-selected-background-color: "#d5d5d5"
      sidebar-text-color: "#E7EDF5"
      sidebar-icon-color: "rgba(231, 237, 245, 0.6)"
      sidebar-selected-text-color: "#d5d5d5"
      sidebar-selected-icon-color: "#FFB200"

      # HA-Grundgerüst / Status, Icons & Entitäten
      state-icon-color: "#0A68FF"
      state-icon-active-color: "#FFB200"
      state-icon-unavailable-color: "#929292"
      state-active-color: "#FF9300"
      state-inactive-color: "#929292"
      state-unavailable-color: "#929292"
      state-on-color: "#30D158"
      state-off-color: "#636366"
      state-light-color: "#FF9300"
      state-light-active-color: "#FF9300"
      state-light-on-color: "#ff9300"
      state-switch-color: "#0A84FF"
      state-switch-active-color: "#FFA200"
      state-switch-on-color: "#FFA200"
      state-climate-cool-color: "#0A84FF"
      state-climate-heat-color: "#DD4600"
      state-climate-auto-color: "#ffd478"
      state-climate-dry-color: "#0A84FF"
      state-climate-fan_only-color: "#32ADE6"
      state-climate-heat_cool-color: "#FFC107"
      state-cover-color: "#0A84BB"
      state-cover-active-color: "#B2B200"
      state-cover-open-color: "#8424F9"
      state-cover-closed-color: "#007777"
      state-fan-color: "#0A84FF"
      state-fan-active-color: "#0A84FF"
      state-media_player-color: "#0A84FF"
      state-media_player-active-color: "#0A84FF"
      state-vacuum-color: "#0A84FF"
      state-vacuum-active-color: "#0A84FF"
      state-vacuum-error-color: "#FF453A"
      state-lock-locked-color: "#ff2600"
      state-lock-locking-color: "#ff2600"
      state-lock-unlocked-color: "#929000"
      state-lock-unlocking-color: "#929000"
      state-lock-jammed-color: "#FF453A"
      state-lock-open-color: "#FF453A"
      state-lock-opening-color: "#0A84FF"
      state-alarm_control_panel-triggered-color: "#ff2600"
      state-alarm-triggered-color: "#ff2600"
      state-alarm_control_panel-armed_home-color: "#ffd478"
      state-alarm_control_panel-armed_away-color: "#ffd478"
      state-alarm-armed-color: "#ffd478"
      state-alarm_control_panel-disarmed-color: "#ff9300"
      state-alarm-disarmed-color: "#ff9300"
      state-alarm_control_panel-armed_custom_bypass-color: "#30D158"
      state-alarm_control_panel-armed_night-color: "#30D158"
      state-alarm_control_panel-armed_vacation-color: "#30D158"
      state-alarm_control_panel-arming-color: "#0A84FF"
      state-alarm_control_panel-disarming-color: "#0A84FF"
      state-alarm_control_panel-pending-color: "#0A84FF"
      state-alert-off-color: "#0A84FF"
      state-alert-on-color: "#FF453A"
      state-binary_sensor-active-color: "#FFC107"
      state-binary_sensor-battery-on-color: "#FF453A"
      state-binary_sensor-carbon_monoxide-on-color: "#FF453A"
      state-binary_sensor-gas-on-color: "#FF453A"
      state-binary_sensor-heat-on-color: "#FF453A"
      state-binary_sensor-lock-on-color: "#FF453A"
      state-binary_sensor-moisture-on-color: "#FF453A"
      state-binary_sensor-problem-on-color: "#FF453A"
      state-binary_sensor-safety-on-color: "#FF453A"
      state-binary_sensor-smoke-on-color: "#FF453A"
      state-binary_sensor-sound-on-color: "#FF453A"
      state-binary_sensor-tamper-on-color: "#FF453A"
      state-device_tracker-active-color: "#0A84FF"
      state-device_tracker-home-color: "#30D158"
      state-humidifier-on-color: "#0A84FF"
      state-lawn_mower-active-color: "#009688"
      state-lawn_mower-error-color: "#FF453A"
      state-person-active-color: "#0A84FF"
      state-person-home-color: "#30D158"
      state-plant-active-color: "#FF453A"
      state-siren-active-color: "#FF453A"
      state-sun-above_horizon-color: "#FFC107"
      state-sun-below_horizon-color: "#3F51B5"
      state-update-active-color: "#0A84FF"
      state-valve-active-color: "#0A84FF"
      state-water_heater-eco-color: "#30D158"
      state-water_heater-electric-color: "#0A84FF"
      state-water_heater-gas-color: "#0A84FF"
      state-water_heater-heat_pump-color: "#0A84FF"
      state-water_heater-high_demand-color: "#FF6F22"
      state-water_heater-performance-color: "#FF6F22"
      state-weather-clear_night-color: "#6E41AB"
      state-weather-cloudy-color: "#BDBDBD"
      state-weather-exceptional-color: "#FF453A"
      state-weather-fog-color: "#C7C7CC"
      state-weather-hail-color: "#32ADE6"
      state-weather-lightning_rainy-color: "#CDDC39"
      state-weather-lightning-color: "#FFD60A"
      state-weather-partlycloudy-color: "#607D8B"
      state-weather-pouring-color: "#3F51B5"
      state-weather-rainy-color: "#0A84FF"
      state-weather-snowy_rainy-color: "#03A9F4"
      state-weather-snowy-color: "#C0E0FF"
      state-weather-sunny-color: "#FFC107"
      state-weather-windy_variant-color: "#30D158"
      state-weather-windy-color: "#30D158"
      state-battery-low-color: "#ff2600"
      state-sensor-battery-high-color: "#30D158"
      state-sensor-battery-medium-color: "#FFC107"
      state-sensor-battery-low-color: "#FF453A"
      label-badge-background-color: "#1C1C1E"
      label-badge-text-color: "rgba(231, 237, 245, 0.8)"
      label-badge-red: "#FF453A"
      label-badge-blue: "#FF6C0A"
      label-badge-green: "#30D158"
      label-badge-yellow: "#FFD60A"
      state-battery-alert-color: "#ff2600"

      # HA-Grundgerüst / Schalter, Toggle & Slider
      ha-control-switch-color: "#FF9300"
      ha-control-switch-checked-color: "#0000AA"
      ha-control-switch-unchecked-color: "#3A3A3C"
      ha-switch-background-color: "#2B2F3A"
      ha-switch-background-color-hover: "#3B3F4A"
      ha-switch-border-color: "rgba(85, 85, 85, 1)"
      ha-switch-thumb-background-color: "#2B2F3A"
      ha-switch-thumb-background-color-hover: "#3B3F4A"
      ha-switch-thumb-border-color: "rgba(85, 85, 85, 1)"
      ha-switch-thumb-border-color-hover: "rgba(119, 119, 119, 1)"
      ha-switch-checked-background-color: "#2B2F3A"
      ha-switch-checked-background-color-hover: "#3B3F4A"
      ha-switch-checked-border-color: "rgba(85, 85, 85, 1)"
      ha-switch-checked-thumb-background-color: "#FF8800"
      ha-switch-checked-thumb-background-color-hover: "#FF8800"
      ha-switch-checked-thumb-border-color: "rgba(85, 85, 85, 1)"
      ha-switch-checked-thumb-border-color-hover: "rgba(255, 187, 0, 1)"
      control-slider-color: "#ff9300"
      slider-color: "#FFA200"
      slider-secondary-color: "#1F3A5F"
      slider-track-color: "#48484A"

      # HA-Grundgerüst / Buttons & Chips
      control-button-background-color: "#10151C"
      control-button-icon-color: "#FFB200"
      control-button-border-radius: "10px"

      # HA-Grundgerüst / Eingaben & Auswahlfelder
      input-background-color: "#10151C"
      input-fill-color: "#1B222C"
      input-disabled-fill-color: "rgba(44, 44, 46, 0.50)"
      input-disabled-ink-color: "rgba(255, 255, 255, 0.37)"
      input-disabled-label-ink-color: "#636366"
      input-disabled-line-color: "rgba(255, 255, 255, 0.06)"
      input-dropdown-icon-color: "rgba(255, 255, 255, 0.54)"
      input-hover-line-color: "rgba(255, 255, 255, 0.87)"
      input-idle-line-color: "rgba(255, 255, 255, 0.42)"
      input-ink-color: "rgba(255, 255, 255, 0.87)"
      input-label-ink-color: "rgba(255, 255, 255, 0.6)"
      input-outlined-disabled-border-color: "rgba(255, 255, 255, 0.1)"
      mdc-select-idle-line-color: "#38383A"
      mdc-select-dropdown-icon-color: "#C7C7CC"
      mdc-select-hover-line-color: "#38383A"
      mdc-text-field-idle-line-color: "#38383A"
      mdc-text-field-hover-line-color: "#38383A"
      ha-color-form-background: "#2C2C2E"
      ha-color-form-background-hover: "#2C2C2E"
      ha-color-form-background-disabled: "rgba(44, 44, 46, 0.50)"

      # HA-Grundgerüst / Material, Paper & MDC
      mdc-theme-primary: "#0A5CFF"
      mdc-theme-secondary: "#FFA200"
      mdc-theme-on-primary: "#000000"
      md-sys-color-primary: "#0A5CFF"
      md-sys-color-on-primary: "#0A84FF"
      md-sys-color-primary-container: "#1F3A5F"
      md-sys-color-on-primary-container: "#000000"
      md-sys-color-on-surface: "#feffff"
      ha-on-surface-color: "#feffff"
      md-radio-selected-icon-color: "#0A84FF"
      mdc-radio-unchecked-color: "#C7C7CC"

      # HA-Grundgerüst / HA 2026 / Web Awesome
      ha-color-fill-primary-normal-resting: "rgba(255, 162, 0, 0.15)"
      ha-color-fill-primary-normal-hover: "rgba(255, 162, 0, 0.25)"
      ha-color-fill-primary-quiet-resting: "rgba(255, 162, 0, 0.08)"
      ha-color-fill-primary-quiet-hover: "rgba(255, 162, 0, 0.15)"
      ha-color-fill-disabled-normal-resting: "rgba(99, 99, 102, 0.08)"
      ha-color-on-disabled-normal: "rgba(199, 199, 204, 0.50)"
      ha-color-fill-disabled-loud-resting: "rgba(99, 99, 102, 0.22)"
      ha-color-on-disabled-loud: "rgba(199, 199, 204, 0.55)"
      ha-color-on-disabled-quiet: "rgba(199, 199, 204, 0.50)"
      ha-color-fill-neutral-quiet-resting: "#1C1C1E"
      ha-color-fill-neutral-quiet-hover: "#2C2C2E"
      ha-color-fill-neutral-quiet-active: "#1C1C1E"
      ha-color-fill-neutral-normal-resting: "#2C2C2E"
      ha-color-fill-neutral-normal-hover: "#1C1C1E"
      ha-color-fill-neutral-normal-active: "#2C2C2E"
      ha-color-fill-danger-normal-resting: "rgba(255, 69, 58, 0.15)"
      ha-color-fill-danger-normal-hover: "rgba(255, 69, 58, 0.22)"
      ha-color-fill-danger-normal-active: "rgba(255, 69, 58, 0.28)"
      ha-color-on-danger-normal: "#F2F2F7"
      ha-color-fill-warning-normal-resting: "rgba(255, 214, 10, 0.15)"
      ha-color-fill-warning-normal-hover: "rgba(255, 214, 10, 0.22)"
      ha-color-fill-warning-normal-active: "rgba(255, 214, 10, 0.28)"
      ha-color-on-warning-normal: "#F2F2F7"
      ha-tooltip-background-color: "#2C2C2E"
      ha-tooltip-text-color: "#F2F2F7"

      # HA-Grundgerüst / Abstände, Rundungen, Schatten & Rahmen
      border-color: "rgba(225, 225, 225, 0.15)"
      border-radius: "10px"
      box-shadow: "no"
      divider-color: "rgba(225, 225, 225, 0.12)"
      outline-color: "rgba(225, 225, 225, 0.12)"
      outline-variant-color: "#38383A"
      outline-hover-color: "rgba(225, 225, 225, 0.24)"
      ha-line-height-condensed: "1.25"
      ha-line-height-expanded: "1.35"
      ha-line-height-normal: "1.5"

      # HA-Grundgerüst / Schrift & Typografie
      primary-font-family: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-body: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-heading: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-longform: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-family-code: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      mdc-typography-font-family: "-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', sans-serif"
      ha-font-size-scale: "1"
      ha-font-size-2xs: "8px"
      ha-font-size-xs: "8px"
      ha-font-size-s: "12px"
      ha-font-size-m: "14px"
      ha-font-size-l: "16px"
      ha-font-size-xl: "18px"
      ha-font-size-2xl: "20px"
      ha-font-size-3xl: "22px"
      ha-font-size-4xl: "24px"
      ha-font-weight-light: "300"
      ha-font-weight-normal: "400"
      ha-font-weight-body: "400"
      ha-font-weight-medium: "500"
      ha-font-weight-heading: "500"
      ha-font-weight-action: "500"
      ha-font-weight-bold: "700"

      # HA-Grundgerüst / RGB-Hilfswerte
      rgb-primary-color: "10, 92, 255"
      rgb-accent-color: "255, 162, 0"
      rgb-primary-text-color: "231, 237, 245"
      rgb-secondary-text-color: "173, 185, 199"
      rgb-card-background-color: "22, 28, 37"
      rgb-primary-background-color: "16, 21, 28"
      rgb-blue-color: "10, 132, 255"
      rgb-orange-color: "255, 159, 10"
      rgb-state-switch-color: "255, 147, 0"
      rgb-state-light-color: "10, 132, 255"
      rgb-state-cover-color: "10, 132, 187"
      rgb-state-fan-color: "10, 132, 255"
      rgb-state-media_player-color: "10, 132, 255"

      # HA-Grundgerüst / Graphen & Energie
      graph-color-1: "#0A84FF"
      graph-color-2: "#64D2FF"
      graph-color-3: "#30D158"
      graph-color-4: "#BF5AF2"
      graph-color-5: "#FF453A"
      graph-color-6: "#32ADE6"
      graph-color-7: "#64D2FF"
      graph-color-8: "#FF375F"
      graph-color-9: "#FF9F0A"
      graph-color-10: "#5E5CE6"
      graph-color-11: "#A3D977"
      graph-color-12: "#FFD60A"
      graph-color-13: "#BF5AF2"
      graph-color-14: "#A2845E"
      color-1: "#0A84FF"
      color-2: "#64D2FF"
      color-3: "#30D158"
      color-4: "#BF5AF2"
      color-5: "#FF453A"
      color-6: "#32ADE6"
      color-7: "#64D2FF"
      color-8: "#FF375F"
      color-9: "#FF9F0A"
      color-10: "#5E5CE6"
      color-11: "#A3D977"
      color-12: "#FFD60A"
      color-13: "#BF5AF2"
      color-14: "#A2845E"
      energy-grid-consumption-color: "#0A84FF"
      energy-grid-return-color: "#AF4AF2"
      energy-solar-color: "#FF9F0A"
      energy-non-fossil-color: "#30D158"
      energy-battery-out-color: "#64D2FF"
      energy-battery-in-color: "#AF4AF2"
      energy-gas-color: "#FF453A"
      energy-water-color: "#32ADE6"

      # Bubble Card / Karten & Hintergründe
      bubble-card-background-color: "#161C25"
      bubble-main-buttons-background-color: "#161C25"
      bubble-secondary-background-color: "#10151C"
      bubble-icon-background-color: "#2C2C2E"
      bubble-icon-color: "#FFB200"
      bubble-name-color: "#E7EDF5"
      bubble-state-color: "#9DA9B7"
      bubble-accent-color: "#FFA200"
      bubble-active-color: "#FFA200"
      bubble-toggle-color: "#FFA200"
      bubble-line-background-color: "rgba(225, 225, 225, 0.12)"
      bubble-border: "1px solid rgba(225, 225, 225, 0.15)"
      bubble-border-color: "rgba(225, 225, 225, 0.15)"
      bubble-border-radius: "10px"
      bubble-box-shadow: "no"
      bubble-card-border-radius: "10px"
      bubble-icon-border-radius: "14px"

      # Bubble Card / Select (Auswahlkarte)
      bubble-select-main-background-color: "#161C25"
      bubble-select-background-color: "#000000"
      bubble-select-border-radius: "10px"
      bubble-select-list-background-color: "#161C25"
      bubble-select-list-border-radius: "18px"
      bubble-select-list-width: "220px"
      bubble-select-list-item-accent-color: "#0A84FF"
      bubble-select-arrow-background-color: "#2C2C2E"
      bubble-select-button-border-radius: "18px"
      bubble-select-icon-background-color: "#2C2C2E"
      bubble-select-icon-border-radius: "14px"
      bubble-select-box-shadow: "no"

      # Bubble Card / Buttons
      bubble-button-background-color: "#161C25"
      bubble-button-active-background-color: "#FFA200"
      bubble-button-icon-color: "#FFB200"
      bubble-button-active-icon-color: "#000000"
      bubble-button-text-color: "#feffff"
      bubble-button-active-text-color: "#000000"
      bubble-button-border-radius: "10px"
      bubble-button-card-background-color: "#161C25"
      bubble-button-main-background-color: "#161C25"
      bubble-button-active-color: "#FFA200"
      bubble-button-icon-border-radius: "14px"
      bubble-button-icon-background-color: "#2C2C2E"
      bubble-light-white-color: "#FFFFFF"
      bubble-light-color: "#FFC107"
      bubble-button-box-shadow: "no"

      # Bubble Card / Sub-Buttons
      bubble-sub-button-background-color: "#161C25"
      bubble-sub-button-active-background-color: "#FFA200"
      bubble-sub-button-icon-color: "#FFB200"
      bubble-sub-button-active-icon-color: "#000000"
      bubble-sub-button-text-color: "#C7C7CC"
      bubble-sub-button-active-text-color: "#000000"
      bubble-sub-button-border-radius: "8px"
      bubble-sub-button-box-shadow: "no"
      bubble-sub-buttons-main-background-color: "#161C25"
      bubble-sub-slider-border-radius: "18px"
      bubble-sub-slider-background-color: "#2C2C2E"
      bubble-sub-slider-height: "48px"
      bubble-sub-button-dark-text-color: "#1C1C1E"
      bubble-footer-width: "320px"
      bubble-footer-bottom: "16px"
      bubble-footer-box-shadow: "no"

      # Bubble Card / Separator
      bubble-separator-background-color: "#1C1C1E"
      bubble-separator-icon-background-color: "#2C2C2E"
      bubble-separator-icon-color: "#FFB200"
      bubble-separator-line-color: "rgba(225, 225, 225, 0.12)"
      bubble-separator-name-color: "#feffff"
      bubble-separator-text-color: "#feffff"
      bubble-separator-border-radius: "10px"

      # Bubble Card / Popup & Dialog
      bubble-pop-up-background-color: "#10151C"
      bubble-pop-up-backdrop-filter: "blur(5px)"
      bubble-pop-up-border-radius: "18px"
      bubble-pop-up-box-shadow: "no"
      dialog-box-shadow: "no"
      more-info-header-background: "#10151C"
      more-info-header-color: "#F2F2F7"
      popup-border-radius: "12px"
      ha-dialog-scrim-backdrop-filter: "blur(5px)"
      ha-dialog-surface-background: "rgba(16, 21, 28, 1)"
      mdc-dialog-scrim-color: "rgba(0, 0, 0, 0.60)"
      bubble-pop-up-main-background-color: "#161C25"
      bubble-backdrop-background-color: "rgba(0, 0, 0, 0.55)"

      # Bubble Card / Horizontal Buttons Stack
      bubble-horizontal-buttons-stack-background-color: "#1C1C1E"
      bubble-horizontal-buttons-stack-button-background-color: "#2C2C2E"
      bubble-horizontal-buttons-stack-button-icon-color: "#FFB200"
      bubble-horizontal-buttons-stack-button-text-color: "#F2F2F7"
      bubble-horizontal-buttons-stack-border-radius: "10px"
      bubble-horizontal-buttons-stack-box-shadow: "no"

      # Bubble Card / Climate
      bubble-climate-background-color: "#161C25"
      bubble-climate-main-background-color: "#161C25"
      bubble-climate-button-background-color: "#1E2025"
      bubble-climate-button-icon-color: "#FFB200"
      bubble-climate-border-radius: "10px"
      bubble-climate-box-shadow: "no"
      bubble-climate-icon-border-radius: "32px"
      bubble-state-climate-fan-only-color: "#64D2FF"
      bubble-state-climate-dry-color: "#FF9F0A"
      bubble-state-climate-cool-color: "#0A84FF"
      bubble-state-climate-heat-color: "#FF453A"
      bubble-state-climate-auto-color: "#30D158"
      bubble-state-climate-heat-cool-color: "#BF5AF2"
      bubble-climate-accent-color: "#0A84FF"

      # Bubble Card / Cover
      bubble-cover-background-color: "#161C25"
      bubble-cover-main-background-color: "#161C25"
      bubble-cover-button-background-color: "#1E2025"
      bubble-cover-button-icon-color: "#0A84BB"
      bubble-cover-border-radius: "10px"
      bubble-cover-box-shadow: "no"
      bubble-cover-icon-border-radius: "14px"
      bubble-cover-icon-background-color: "#2C2C2E"

      # Bubble Card / Media Player
      bubble-media-player-background-color: "#161C25"
      bubble-media-player-main-background-color: "#161C25"
      bubble-media-player-button-background-color: "#1E2025"
      bubble-media-player-button-icon-color: "#FFB200"
      bubble-media-player-border-radius: "10px"
      bubble-media-player-box-shadow: "no"
      bubble-media-player-buttons-border-radius: "14px"
      bubble-media-player-slider-background-color: "#2C2C2E"
      bubble-media-player-icon-border-radius: "14px"
      bubble-media-player-icon-background-color: "#2C2C2E"

      # Bubble Card / Calendar
      bubble-calendar-main-background-color: "#161C25"
      bubble-calendar-height: "56px"
      bubble-calendar-mask-size: "16px"
      bubble-calendar-border-radius: "10px"
      bubble-event-background-color: "#2C2C2E"
      bubble-event-background-image: "none"

      # Mushroom / Karten & Hintergründe
      mush-card-background: "#161C25"
      mush-control-background-color: "#1B222C"
      mush-card-primary-color: "#E7EDF5"
      mush-card-secondary-color: "#9DA9B7"
      mush-title-color: "#E7EDF5"
      mush-subtitle-color: "#9DA9B7"

      # Mushroom / Icons
      mush-icon-background-color: "#2C2C2E"
      mush-icon-color: "#FFB200"
      mush-icon-active-color: "#FFB200"

      # Mushroom / Toggle
      mush-toggle-color: "#FFA200"
      mush-toggle-background-color: "#48484A"

      # Mushroom / Slider
      mush-slider-color: "#FFB200"
      mush-slider-track-color: "#48484A"
      mush-slider-background-color: "#2C2C2E"

      # Mushroom / Chips
      mush-chip-background: "#161C25"
      mush-chip-active-background: "#1F3A5F"
      mush-chip-color: "#F2F2F7"
      mush-chip-icon-color: "#FFA200"
      mush-chip-active-color: "#FFA200"
      mush-chip-active-icon-color: "#FFA200"
      mush-chip-border-color: "rgba(225, 225, 225, 0.15)"
      mush-chip-border-radius: "16px"
      mush-chip-font-size: "12px"

      # Mushroom / RGB-Hilfswerte
      mush-rgb-primary-text-color: "231, 237, 245"
      mush-rgb-secondary-text-color: "157, 169, 183"
      mush-rgb-state-switch: "255, 147, 0"
      mush-rgb-state-light: "255, 147, 0"
      mush-rgb-state-cover: "10, 132, 187"
      mush-rgb-state-entity: "255, 162, 0"
      mush-rgb-state-fan: "255, 147, 0"
      mush-rgb-state-media-player: "255, 162, 0"
      mush-rgb-state-vacuum: "255, 162, 0"
      mush-rgb-success: "48, 209, 88"
      mush-rgb-warning: "255, 214, 10"
      mush-rgb-danger: "255, 69, 58"
      mush-rgb-disabled: "99, 99, 102"
      mush-rgb-info: "255, 108, 10"

      # Card-mod & Generator
      card-backdrop-blur: "none"

      # Eigene Theme-Einträge (Freitext, siehe "Alle Felder" / Typ "Sonstige")
      custom-card-gradient: "linear-gradient(180deg, rgba(30, 34, 43, 0.7) 0%, rgba(22, 25, 32, 0.7) 50%, rgba(15, 17, 21, 0.7) 100%)"
      custom-card-shadows: "inset 0 1px 0px rgba(255, 255, 255, 0.15), inset 1px 0px 0px rgba(255, 255, 255, 0.08), inset 0 -1px 1px rgba(0, 0, 0, 0.8), inset -1px 0px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px #020405, 0 0 0 2px #0b0d11"
      custom-card-border: "1px solid #2d323f"
      heading-text-color: "#ffbb88"
