To make the heading transparent, you just use and RGBA code in the theme’s .yaml file. here is the code for my exact header. This assumes that you are now using customer header instead of compact custom header.
ch-background: rgba(137, 156, 170, 0.8)
In order to get time and date instead of the menu button in top right, you need to have custom header installed. Then click on the top right ellipsis>configure IU>raw configuration editor. Then under customer header add this code (I have since changed up my date and time display a little):
Thank you for this very successful theme.
I have a question, I can’t get the dark sidebar… Should it be automatic?
On the other hand, how to make the other pages of HA be modified too (map, history…)
and still not working. Is there something else I need. I installed the theme via HACS. The theme is working just I can’t get the background image to show.
Is it required to enable Lovelace YAML mode in order to be able to see the custom background? I have to disable YAML mode and reboot every time I need to use the GUI editor… and switch to YAML mode and reboot again to get the custom background back. I would much more prefer to just use the regular GUI editor and also see the custom background. Maybe I’m doing something wrong?
Hey all. Im a bit new to HA. Still poking around, getting used to the code, locations, UI, etc.
Obviously I want to mess around with themes right out of the gate. I have a few questions.
To run a theme like this do I need to move to Lovelace YAML? I’ve read lots about themes, UI, Lovelace, but I cant really figure out if this is required. If it is required, is this something I want to do? Would I lose out on being able to config parts of the UI, within the UI? ie; If I move to Lovelace YML, do I have to do ALL UI configuration via YAML?
I used HACS to install this theme. Its enabled in themes under my user. However, I have the same issue as another person in this thread. The UI shows up with a black background and orange headers, with no transparency. How can I fix this?
Looks like the inactive toggle switch was changed from white to dark gray. How do I change this back? I tired changing every color in the Toggles group and nothing will change it.
EDIT: Figured it out and went with a medium gray
switch-unchecked-color: '#a8a8a8' # Knob Off
switch-unchecked-button-color: '#a8a8a8' # Knob Off
switch-unchecked-track-color: '#171717'
Alternatively this gives just an outline for the track
Thank you @kiwijunglist ! Got the background figured out, and you just helped me completely understand using local files. I was trying to figure out where the files in config/www/ are available at /local/ - I was trying to dig into apache settings, trying to figure out how it was pathing it.
yes it’s confusing, everyone gets stuck there. I think they should change it http://homeassistantserver:8123/local/bluegradient.jpeg
would be easier if it was http://homeassistantserver:8123/www/bluegradient.jpeg
this is really cool but I have one question: When using the history card for some data the axis text has a font color which more or less no contrast to the back of the card (using the default settings and green background). Could you please point me where to change the font color of axis?
I added the raw configuration (your step 4), and can see the standard green background.
As you said earlier, everything works except the background.
I added one of the backgrounds from the ios dark theme background instructions (I chose “homekit-bg-4.jpg”), and put it in the www folder. Then I tried viewing it on a browser but it does not display anything: http://homeassistantserver:8123/local/homekit-bg-4.jpg
In my ios dark mode yaml, I have tried changing the background line to things like "background-image: 'center / cover no-repeat fixed url("/local/homekit-bg-4.jpg")'
but nothing ever changes it. I even commented out this line (so there is no background-image line in the theme, and it still shows the green background image.
Has anyone had an issue with this not working anymore on web since the latest update? I have had this work every other version/time but now the automation and input boolean is not working anymore. Any thoughts?