UI-Lovelace-Minimalist / UI

UI-Lovelace-Minimalist is a "theme" for HomeAssistant
https://ui-lovelace-minimalist.github.io/UI/
Other
1.57k stars 420 forks source link

Inconsistency of naming main interface colours in the theme files #1482

Open jkobusinski opened 2 months ago

jkobusinski commented 2 months ago

Describe the bug Naming of main interface colors in theme files is not consistent. This applies to all 4 files and both the light and dark schemes.

Assuming that the output color set is '--color-*', the definition of '--google-pink', '--google-purple' is missing. Instead, there is only '--google-violet', which has no equivalent by name, but corresponds to the colour '--color-purple'

As some cards (ApexChart) do not accepts RGB color represenation (only HEX one) it's important to have both definition in sync.

To Reproduce n/a

Expected behavior

Screenshots n/a

  modes:
    light:
      # main interface colors
      google-violet: "#661FFF"
      color-purple: "102, 31, 255"
      color-pink: "233, 30, 99"