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

Alternative background colours #301

Open
RexNoctis opened this issue Jan 30, 2023 · 0 comments
Open

Alternative background colours #301

RexNoctis opened this issue Jan 30, 2023 · 0 comments

Comments

@RexNoctis
Copy link

Would it be possible to have an option to change the background colours for different states?

I have found this code in the .js file but altering the '--thermostat-off-fill' and '--thermostat-idle-fill' does not appear to change the dial as I would have expected;

      .dial {
        user-select: none;
        --thermostat-off-fill: #222;    //Originally #555
        --thermostat-idle-fill: #555;   //Originally #222
        --thermostat-path-color: rgba(255, 255, 255, 0.3);
        --thermostat-heating-fill: #e36304;
        --thermostat-cooling-fill: #007af1;
        --thermostat-path-active-color: rgba(255, 255, 255, 0.8);
        --thermostat-path-active-color-large: rgba(255, 255, 255, 1);
        --thermostat-text-color: white;
        --thermostat-toggle-color: grey;
        --thermostat-toggle-off-color: darkgrey;
        --thermostat-toggle-on-color: lightgrey;
      }

Is this something that could be configured in the card configuration or am I doing something dumb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant