Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jkobusinski opened this issue Apr 8, 2024 · 0 comments
Open
Labels

Comments

@jkobusinski
Copy link

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

  • define '--google-pink' and '--google-purple',
  • remove '--google-violet'.

Screenshots
n/a

  modes:
    light:
      # main interface colors
      google-violet: "#661FFF"
      color-purple: "102, 31, 255"
      color-pink: "233, 30, 99"
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant