Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Releases: KTibow/lovelace-light-soft-ui-theme

Readme Update 2: Electric Bogaloo

04 Jun 22:41
83276a4
Compare
Choose a tag to compare

Just update info.md

Full Changelog: v0.61...v0.62

Update readme to note that it's broken

09 Dec 01:53
7749eed
Compare
Choose a tag to compare

This noted that the theme is old, and some stuff might be broken. You might want to try this lighter version with less card-mod:

Soft UI:
  card-mod-theme: Soft UI
  card-mod-card: |
    ha-card {
      margin: 20px;
      border-radius: 15px;
    }
  app-header-background-color: var(--primary-background-color)
  app-header-text-color: var(--primary-text-color)
  app-header-selection-bar-color: var(--primary-color)
  card-mod-root: |
    paper-tab[aria-selected="true"] {
      color: var(--primary-color);
    }
  accent-color: var(--primary-color)
  divider-color: transparent
  ha-card-background: var(--primary-background-color)
  card-background-color: var(--primary-background-color)
  lovelace-background: var(--primary-background-color)
  paper-item-icon-color: var(--secondary-text-color)
  modes:
    dark:
      primary-color: "#4C3FF9"
      light-primary-color: "#7A71FB"
      primary-background-color: "#222222"
      primary-text-color: "#F7F8F9"
      ha-card-box-shadow: "-5px -5px 15px #2c2c2c, 5px 5px 15px #191919"
      soft-ui-pressed: "inset -4px -4px 5px #2c2c2c, inset 4px 4px 5px #191919"
    light:
      primary-color: "#7A71FB"
      light-primary-color: "#918AFC"
      primary-background-color: "#F3F5F7"
      primary-text-color: "#222222"
      ha-card-box-shadow: "-5px -5px 15px #ffffff, 5px 5px 15px #ebebeb"
      soft-ui-pressed: "inset -4px -4px 5px #ffffff, inset 4px 4px 5px #ebebeb"

Fix card alignment + actually get the changes in

06 Jan 14:52
978049d
Compare
Choose a tag to compare

Fix card alignment + actually get the changes in

🛠▶🟦◀
▶ ⏸ ✅

✅ No breaking changes.

Summary

This removes some styling that's supposed to make everything vertical, but instead messes alignment up. It also puts in some changes that were supposed to be in last release.

Changelog

  • Remove block of styling
  • Run the theme generator
    Look for yourself: v0.59...v0.60

Fix 0.117 syntax

30 Oct 01:52
Compare
Choose a tag to compare

Fix 0.117 syntax

🆕🛠🔁

✅ No breaking changes.

Summary

0.117 includes a built-in compact header. This updates the syntax for it. It also removes a scrollbar in popups.

Changelog

  • Update styling block
  • Add header-height
  • Remove another block of styling
    Look for yourself: v0.58...v0.59

Fix card-mod syntax

17 Oct 17:20
Compare
Choose a tag to compare

Fix card-mod syntax

🆕🛠

✅ No breaking changes.

Summary

With the new card-mod shadow root syntax, it won't render the whole thing if a part doesn't exist, so you can't do per-card-type styling anymore. This removes that part so it works again.

Changelog

Improve header based on feedback

12 Oct 14:25
Compare
Choose a tag to compare

Header improvements based on feedback

💻⏬🛠🆕📖👍

✅ No breaking changes.

Summary

The card-mod wiki was recently released, and I've been a large contributor to it. Other people on the forums gave me lots of feedback, and I came up with some stuff of my own, and this is the result!

Changelog

  • Upgrade syntax for new card-mod shadow roots
  • Improve header comments
  • Add shadow to this thing:
    image
  • Improve bottom header
  • Make code smaller and better based on maykar's config

Look for yourself: v0.56...v0.57

Header improvements

09 Oct 21:23
Compare
Choose a tag to compare

Header improvements

💻🔝👍✨📱

✅ No breaking changes.

Summary

This adds lots of improvements to the header. If you need to open the sidebar on portrait view, swipe from the left.

Changelog

  • Apply shadow to overflow menu popup
  • If you set the header to the bottom, make it a bit upward.
  • Make it possible to hide the overflow menu by uncommenting
  • On portrait view, hide the voice button and the sidebar button and make the header take up more space. If you need to open the sidebar on portrait view, swipe from the left.

Look for yourself: v0.55...v0.56

Header on the bottom, and custom header for edit mode

09 Oct 16:31
Compare
Choose a tag to compare

Header on the bottom, and custom header for edit mode

💻🔽➕🛠▶◀

✅ No breaking changes.

Summary

This lets you move the header to the bottom by uncommenting some stuff in the theme YAML, and also makes the edit mode smaller. And guess what? I forgot to push last time (dark mode only), so this has the stuff I missed.

Changelog

  • Remove "Lovelace" from readme header
  • Update screenshot, and add notice for custom card source
  • Fix top padding so your dashboard takes up the whole screen
  • Make the edit mode header be compact
  • Move some buttons around
  • Remove some old stuff from the YAML

Look for yourself: v0.54...v0.55

Custom header for edit mode

08 Oct 21:39
Compare
Choose a tag to compare
Pre-release

Custom header for edit mode

If it doesn't work, send an issue. If it works, I'll make a full release.

Fixes and tweaks

29 Sep 20:27
Compare
Choose a tag to compare

Fixes and tweaks

🎲🛠🐛🐜

✅ No breaking changes.

Summary

This adds some stuff and tweaks around.

Changelog

  • Add ha-card-border-width
  • Apply align center and font family to more headers
  • Make popup background color based on color
  • Change colors:
-    ["Purple", 270],
+    ["Violet", 270],
-    ["Pink", 300],
+    ["Rose", 315],
  • Install stalebot and greeting bot

Look for yourself: v0.53...v0.54