Share your Themes

Your website is down again, do you have it on GitHub somewhere?

Github history is a great thing. youll have to comb through the history and see if that background image was ever uploaded.

1 Like




Hello there!

I am new here (2, 3 weeks in Home assistant) and here is my theme. It plays video on background and has a buton to change it. If you are interesed in how i make it, let me know and i will try to recreate the steps that i folowed.

9 Likes

That would be super!

Very nice. Please do share. Thanks

found this variable in one of the above themes:

markdown-code-background-color: 'var(--background-color)'

and tried that, but none of my markdown cards use it apparently… what is this for, anyone using it?

Hi guys with the update 2022.3 there are some changes in the text fields
with the following addition this is solved

# text boxes in [2022.3]
  input-idle-line-color: 'var(--background-color)'
  input-hover-line-color: 'var(--background-color)'
  input-disabled-line-color: 'var(--text-medium-light-color)' 
  input-outlined-idle-border-color: 'var(--text-medium-light-color)' 
  input-outlined-hover-border-color: 'var(--text-medium-light-color)' 
  input-outlined-disabled-border-color: 'var(--text-medium-light-color)' 
  input-fill-color: 'var(--background-color)'
  input-disabled-fill-color: 'var(--background-color)'
  input-ink-color: 'var(--text-color)'
  input-label-ink-color: 'var(--text-color)'
  input-disabled-ink-color: 'var(--text-color)'
  input-dropdown-icon-color: 'var(--text-color)'

in the 2022.11 update the divider colour doesn’t match anymore
please see new version below


#########################################################################################################################################
#
#                  dark Sjefske v2 
#
#########################################################################################################################################

Dark-Sjefskev2:
# Global
  lovelace-background: 'center / cover no-repeat url("https://MY_PICTURE_URL.jpg") fixed'

# Colors
  text-color: '#f0f0f0'                                                         # Grey text
  text-medium-light-color: '#bbbcbf'                                            # Medium-light grey text
  text-medium-color: '#9d9ea3'                                                  # Medium grey text
  text-dark-color: '#7b7c85'                                                    # Dark grey text
  accent-color: '#ffa500'                                                       # Orange
  accent-medium-color: '#d49115'                                                # Decent orange
  background-color: '#000000'                                                   # BLACK background
  background-color-transp: 'rgba(10, 10, 10, 0.7)'                              # white transparant background
  devider-color: '#212121'

# Header
  app-header-background-color: 'var(--background-color)'                        # Background color
  
# Primair
  primary-color: 'var(--accent-color)'                                          # Sliders + media player 
  divider-color: 'var(--devider-color)'                                         # card edges 
# Text
  text-primary-color: 'var(--text-color)'
  
# Left Menu
  paper-listbox-background-color: 'var(--background-color)'                     # Background
  sidebar-icon-color: 'var(--text-medium-color)'                                # icons
  sidebar-selected-icon-color: 'var(--text-medium-light-color)'                 # Selected row icon and background (15%)
  sidebar-selected-text-color: 'var(--text-color)'                              # Selected row label

# UI
  paper-card-header-color: 'var(--text-color)'                                  # Title in settings
  primary-background-color: 'var(--background-color)'                           # Background (also title background in left menu)
  mdc-theme-primary: 'var(--accent-medium-color)'                               # Action Buttons (save, restart etc.)
  card-background-color: 'var(--background-color-transp)'                              # Entity Registry Background
   
# Card
#  paper-card-background-color: 'var(--background-color)'                       # Background
  primary-text-color: 'var(--text-color)'
  paper-listbox-color: 'var(--text-color)'                                      # TEXT IN POPUP BOX
  light-primary-color: 'var(--text-dark-color)'
  secondary-text-color: 'var(--text-medium-color)'
  disabled-text-color: 'var(--text-dark-color)'
  paper-dialog-button-color: 'var(--text-medium-color)'
  secondary-background-color: 'var(--background-color)'                         # Background more info title
  ha-card-border-radius: '20px'

# Labels
  label-badge-background-color: "#23232E"
  label-badge-text-color: "#F1F1F1"
  label-badge-red: rgba(255, 159, 9, 0.8)                                       # from Apple systemOrange dark mode
  
# Icons
  paper-item-icon-color: 'var(--text-dark-color)'                               # Off
  paper-item-icon-active-color: 'var(--accent-color)'                           # On
  
# Switches
  switch-checked-button-color: 'var(--text-medium-color)'                       # Knob On
  switch-unchecked-button-color: 'var(--text-medium-color)'                     # Knob Off
  switch-checked-track-color: 'var(--accent-color)'                             # Background On
  switch-unchecked-track-color: 'var(--text-dark-color)'                        # Background Off

# Slider
#  paper-slider-active-color: 'var(--accent-color)'                             # Line On
#  paper-slider-container-color: 'var(--text-dark-color)'                       # Line Off
#  paper-slider-knob-color: 'var(--text-medium-light-color)'                    # Knob On
#  paper-slider-knob-start-color: 'var(--text-medium-light-color)'              # Knob Off
  
# Shadows
  ha-card-box-shadow: 'inset 0px 0px 2px 2px rgba(155, 155, 155, 0.2)'
  
# text boxes in [2022.3]
  input-idle-line-color: 'var(--background-color)'
  input-hover-line-color: 'var(--background-color)'
  input-disabled-line-color: 'var(--text-medium-light-color)' 
  input-outlined-idle-border-color: 'var(--text-medium-light-color)' 
  input-outlined-hover-border-color: 'var(--text-medium-light-color)' 
  input-outlined-disabled-border-color: 'var(--text-medium-light-color)' 
  input-fill-color: 'var(--background-color)'
  input-disabled-fill-color: 'var(--background-color)'
  input-ink-color: 'var(--text-color)'
  input-label-ink-color: 'var(--text-color)'
  input-disabled-ink-color: 'var(--text-color)'
  input-dropdown-icon-color: 'var(--text-color)'
    

Someone have a link to download this theme please ?
Thanks in advance

Created a dark theme with six different primary colors. These can be found in HACS under the name ** Dark Theme Pack for Home Assistant** or downloaded from this repo. I’m currenlty working on a version which supports both light and dark theme so if you are interested please follow my repo.






2 Likes

Here is my take on it:

1 Like

My first Test

Amazing!! a little question. Im trying to replicate this kibibit Theme with the Chip …


And specially with info in the chip icons. how to do it? thanks a lot

Amazing!! how you create info in the chips and put in the top of the other cards? Thanks!!!