bbbenji / synthwave-hass

Synthwave inspired theme for Home Assistant
MIT License
154 stars 24 forks source link

Text too dark in States and in HACS #11

Closed atomicpapa closed 4 years ago

atomicpapa commented 5 years ago

In Developer Tools > States the entities are way too dark

and in HACS the links for "Upgrade", "Repository", etc on detail screen for any specific item appear to match the background color.

niemyjski commented 5 years ago

@atomicpapa not to take over this issue... how do you even get this working in HACS? I've clicked install, added code to configuration and I can't set any theme.. It's grayed out in the ui

bbbenji commented 5 years ago

@niemyjski did you install synthwave-hass or synthwave-hass-extras? The latter is optional, the first is the actual theme. Once you have it installed you can enable it from your profile page.

Also, this is off-topic, please create a new issue next time.

flexage commented 5 years ago

I too had noticed the entity links on the Developer Tools > States and the link on the HACS store were too dark.

It seems that Home Assistant is using the --primary-color css variable, and we actually want it to pull the dark-primary-color or accent-color vaiable.

I tried to find some CSS reference for the HA Developer Tools but couldn't turn anything up with a quick search on google and through the HA Polymer repo.

HACS on the other hand has some info for theming it - https://hacs.netlify.com/usage/theming/

I noticed none of the variables documented on that link are present on this theme.

Great work though, this theme is my daily driver 👍

bbbenji commented 4 years ago

@flexage Thanks! I will definitely take a look when I find a moment.

cjd commented 4 years ago

The issue may be that on those pages HA is using primary-background-color for the background and primary-color for the text/links - but in synthwave.yaml they are set to the same thing

moostmartijn commented 4 years ago

This issue is holding me back from using this theme. Do you think this is gonna be fixed sometime?

GabrieleMandalari commented 4 years ago

Any news about this issue?

bbbenji commented 4 years ago

Fixed via https://github.com/bbbenji/synthwave-hass-extras/pull/2