lovelace-ios-dark-mode-theme icon indicating copy to clipboard operation
lovelace-ios-dark-mode-theme copied to clipboard

Attempting to fix `round-slider-path-color` and panel-mode margins.

Open jfrux opened this issue 4 years ago • 3 comments

image

Anybody had any luck with overriding these? or is it due to it being an SVG? If it's the SVG, can we replace the SVG somehow?

Margins should look more like this but that is with me changing the root > * manually in dev tools. image

jfrux avatar Jan 17 '20 19:01 jfrux

disabled-text-color: rgba(0, 0, 0, 0.2)

Improvements: image

Actually, no! This. disabled-text-color: rgba(255, 255, 255, 0.2)

image

jfrux avatar Jan 17 '20 20:01 jfrux

Now we just need to get the white icons tamed down when they're "off" similar to Home app. And then make them "pop" when they're on.

jfrux avatar Jan 17 '20 20:01 jfrux

Hi @jfrux, there is this issue https://github.com/basnijholt/lovelace-ios-dark-mode-theme/issues/2

The problem is that disabled-text-color changes many things.

basnijholt avatar May 07 '20 07:05 basnijholt