bokub / rgb-light-card

💡 A Home Assistant card for RGB lights
MIT License
419 stars 24 forks source link

Configuration for example cards in README #7

Closed carlos-sarmiento closed 4 years ago

carlos-sarmiento commented 4 years ago

I'm trying to replicate the colors used on the first two examples in the README file. But haven't found it anywhere. Would you mind sharing them?

xaviml commented 4 years ago

These are the colors used in the "Justify" section:

colors:
  - rgb_color:
      - 234
      - 136
      - 140
  - rgb_color:
      - 251
      - 180
      - 140
  - rgb_color:
      - 135
      - 198
      - 237
  - rgb_color:
      - 249
      - 222
      - 139
  - rgb_color:
      - 139
      - 231
      - 185
rasssta commented 4 years ago

Please add it to the README :)