diff --git a/automations/hass/theme.yaml b/automations/hass/theme.yaml index be8d808..4706072 100644 --- a/automations/hass/theme.yaml +++ b/automations/hass/theme.yaml @@ -18,10 +18,10 @@ sequence: - service: frontend.set_theme data: - name: Standaard + name: Mushroom Shadow mode: dark default: - service: frontend.set_theme data: - name: Standaard + name: Mushroom Shadow mode: light diff --git a/themes/default.yaml b/themes/default.yaml deleted file mode 100644 index 7398d5c..0000000 --- a/themes/default.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# My default theme. -# -# This theme is extending Mushroom Shadow, to make the Mushroom cards make look more similar to standard cards, like the tile card. - -Standaard: - # Home Assistant override - ha-card-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16) - ha-card-border-width: 0 - # Card override - mush-card-primary-font-size: 14px - mush-card-secondary-font-size: 12px - mush-card-primary-font-weight: 500 - mush-card-secondary-font-weight: 400 - modes: - light: {} - dark: {} \ No newline at end of file