Share your Themes

wow! thank you

i dont know how i omitted the same word twice without noticing

follow-up: does anyone know how to recolor the “links” in the entity column on the dev-state page?

This is my Night Theme

Night_Theme:
  # Main Stuff #
  primary-color: "#0179d8" # Primary (most of the UI)
  primary-background-color: "#060606" # Primary background colour (dialogs, e.t.c)
  secondary-background-color: "#060606" # Secondary background colour (main UI background)
  paper-card-background-color: "#131313" # Card background colour
  paper-item-icon-color: "#0179d8" # Icon colour
  primary-text-color: "#FFFFFF" # Primary text colour
  secondary-text-color: "rgba(255, 255, 255, 0.5)" # Secondary text colour
  disabled-text-color: "rgba(255, 255, 255, 0.5)" # Disabled text colour
  divider-color: "rgba(255, 255, 255, 0.12)" # Divider colour
  paper-card-header-color: "#FFFFFF" # Card header text colour

  # Nav Menu #
  paper-listbox-background-color: "#131313" # Listbox background colour
  paper-listbox-color: "#FFFFFF" # Listbox text colour
  paper-grey-200: "#060606" # Listbox selected item background colour

  # Switches #
  paper-toggle-button-checked-ink-color: "#d80129"
  paper-toggle-button-checked-button-color: "#0179d8"
  paper-toggle-button-checked-bar-color: "#FFFFFF"

  # Sliders #
  paper-slider-knob-color: "#0179d8"
  paper-slider-knob-start-color: "#0179d8"
  paper-slider-pin-color: "#0179d8"
  paper-slider-active-color: "#0179d8"
  paper-slider-secondary-color: "#0179d8"

  # Tables #
  table-row-background-color: transparant
  table-row-alternative-background-color: transparant

Screenshot:

13 Likes

What does it means?

No more themes available on HA?

sorry i just deleted my post do not panic lol

Here is my vintage theme -

4 Likes

Nvm i used a theme from @PhysicalMagic and edited only base-hue to 120

@PhysicalMagic Is it possible to change the base-Hue from an input_number? I don’t think the themes are currently templateable, are they?

Could you use the same method as below but on but on a global scale…

1 Like

@Bobby_Nobble Interesting. I’ll have a look. Thanks

This is what I did.

Here you find the code:

Regards Mike

11 Likes

Hi all
I am beginner user HA. Can you give me full manual step by step how add more than defualt themes ? I want add themes which is presented on this topic…
Thanks.

I just add them into a file called frontend.yaml

  extra_html_url:
    - /local/custom_ui/state-card-floorplan.html
    - /local/custom_ui/state-card-sstvremote.html
  javascript_version: latest
  themes:
    carbon_green:
      #Color List
      make-light-carbon: "#93A5AB"
      make-carbon: "#111924"
      make-grey: "#DEE5E7"
      make-green: "#C2DD08"
      blah blah blah
    teal:
      # Main Stuff #
      primary-color: "#1DE9B6" # Primary (most of the UI)
      primary-background-color: "#303030" # Primary background colour (dialogs, e.t.c)
      secondary-background-color: "#303030" # Secondary background colour (main UI background)
      blah blah blah

and call it from configuration.yaml with …
frontend: !include frontend.yaml

Thanks for reply
But if I want ads more than one theme how put it to frontend.yaml file?

Can you share your theme cyan ?

My example shows how to add more than one theme :stuck_out_tongue:

Thanks I added more than one theme. Thanks

Trying to use this REALLY NICE theme but something went wrong so i can’t se the devices names in the logbook! Any ideas what to change?

1 Like

you can find it here: Dark Cyan Theme

is there an overview of built-in colors we can use out of the box? red, green, white yellow seem to work when creating a theme, but grey or brown not.

Other then specifying the colors like this “#4e4e4e” id love to read which colors are builtin so to speak.

Cheers,
Marius