kinghat / tabbed-card

a custom card for home assistant that utilizes tabs to segregate individual cards.
MIT License
87 stars 10 forks source link

Feature request: Style individual tabs #47

Closed Aleborg closed 1 year ago

Aleborg commented 1 year ago

Feature request:

Style individual tabs. Would be nice to be able to give individual tabs different colors

tabs:
  - card:
      ...
    styles:
      --mdc-theme-primary: rgba(255,255,0)
      --mdc-tab-text-label-color-default: rgba(255,255,255,0.8)
  - card:
      ...
    styles:
      --mdc-theme-primary: rgba(255,180,0)
      --mdc-tab-text-label-color-default: rgba(255,180,0,0.6)