Blue/Grey Night theme

Since a few version the gauge has the theme option.
Create a theme in your themes.yaml

th_gauge_3:
  label-badge-blue: "#55acee"
  label-badge-green: "#9bc53d"
  label-badge-yellow: "#fde74c"
  label-badge-red: "#c3423f"

and define it in the gauge config.

theme: th_gauge_3

So you can use every color for the gauges.

3 Likes

Hi,
this is my favorite theme.
But in Logbook and History the date field is “hidden” because too dark.
How can i fix this problem?
image

Thank you.

1 Like

I think it cannot be changed… I can’t find a variable that changes this.

Below are the css attributes I modified to attempt resolving that with my dark theme. Some modifications I still need to make are lumo-shade (or lumo-shady can’t inspect at the moment) and the percentage versions of it. It’s not perfect yet but it’s an improvement.

image

  lumo-primary-text-color: '#00b706'
  lumo-body-text-color: '#FFFFFF'
  lumo-primary-color: '#00b706'
  lumo-primary-color-50pct: 'rgba(0, 183, 6, .5)'
  lumo-primary-color-10pct: 'rgba(0, 183, 6, .1)'
2 Likes

Interested. Resource from https://github.com/vaadin/vaadin-lumo-styles ? Can this be used if not? Also, the text issue work around I have used is here: Darkest-Nightz Theme , but would love to tweak with the vaadin-lumo-styles… Any insight would be greatly appreciated, thanks!

Yeah the lumo styles were what needed to be modified, I just didn’t have time to dig into what did what until today. I managed to fix the calendar and entity drop-down menus in the theme I posted today.

1 Like

Thanks all. I have updated the theme.

I like a lot this black theme. Thanks!!!

The only think that I would change are some badgets that appear like this:

however some other badgets appear nicer, like this:

imagen

Do you know how can I change the first one to the blue circle?

Best regards

Is there a way to get the garage door to turn yellow when it is in the open state?

entities:
  - entity: cover.garage_door
show_icon: true
show_name: true
show_state: true
type: glance
theme: Backend-selected

When you use the alarm panel, the default lovelace skin has a red badge on the top right corner to show the alarm is active (screenshot 1). Is there a way to have the same badge show up here? Currently it just comes empty (or maybe black and it is matching with the background?) and you can’t tell when the alarm is armed.
Edit- I’m pretty confident the badge turns black and blends into the background.

Default Lovelace skin badge
Capture3

This Skin

As an FYI- when the alarm is not armed, it correctly shows the green badge

Thanks for your help.

New Unused entities page looks weird with the skin:

Also, disabled buttons are barely visible, for example on the Z-wave config page:

1 Like

I do not think this part is themable yet! Waiting for future update.

Updated the first post to fix this.

Both themes are now included in HACS!

Feel free to check it out at GitHub:

They are not listed in HACS for me. None of the themes are by the way. How to add them?

Is your HACS plugin up to date?

yes, do I need to add a custom repository?

Do you have themes enabled? It’s disabled by default.

The issue with this theme and the Unused Entities page (and the Configuration > Devices page) can be fixed by adding card-background-color: 'var(--primary-background-color)' as a new line at the end of the YAML file (make sure to include leading spaces so it matches the previous line).

2 Likes

Thanks! I have updated the theme in the TS. Not the one for HACS yet, since I don’t know how to push my changes with this review system…